#024414

Color #024414 British Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of British Racing Green #024414

Tints of British Racing Green #024414

Color information

#024414 (or 0x024414) is unknown color: approx British Racing Green. HEX triplet: 02, 44 and 14. RGB value is (2,68,20). Sum of RGB (Red+Green+Blue) = 2+68+20=90 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.22% from 90); Green value is 68 (26.95% from 255 or 75.56% from 90); Blue value is 20 (8.20% from 255 or 22.22% from 90); Max value from RGB is 68 - color contains mainly: green. Hex color #024414 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024414 is #FDBBEB. Grayscale: #2A2A2A. Windows color (decimal): -16628716 or 1328130. OLE color: 1328130.

HSL color Cylindrical-coordinate representation of color #024414: hue angle of 136.36º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024414 is Cyan = 0.97, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.73.

Color convert

RGB26820-
CMYK0.9700.710.73
HSL136.36º94.29%13.73%-
HSV(B)136.36º97.06%26.67%-
XYZ2.224.21.36-
YUV42.79115.1398.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 2 (1.17% from 255) = 2.22%
GREEN value IS 68 (26.95% from 255) = 75.56%
BLUE value IS 20 (8.20% from 255) = 22.22%
R=2.22%
G=75.56%
B=22.22%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal268200.9700.710.73136.3694.2913.73
Hex244146104749885ee
Octal210424141010711121013616
Binary1010001001010011000010100011110010011000100010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024414; }

 p { color: rgb(2,68,20); }

 H1.HeaderClassName
 {
   color: #024414;
 }
 .AnyTagClassName
 {
   color: #024414;
 }
</style>
background-color css

<style>
 a { background-color: #024414; }

 a { background-color: rgb(2,68,20); }

 div.DivClassName
 {
   background-color: #024414;
 }
 .BgClassName
 {
   background-color: #024414;
 }
</style>
border-color css

<style>
 span { border-color: #024414; }

 span { border-color: rgb(2,68,20); }

 td.TdClassName
 {
   border-color: #024414;
 }
 .TagClassName
 {
   border-color: #024414;
 }
</style>