#024218

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

Shades of British Racing Green #024218

Tints of British Racing Green #024218

Color information

#024218 (or 0x024218) is unknown color: approx British Racing Green. HEX triplet: 02, 42 and 18. RGB value is (2,66,24). Sum of RGB (Red+Green+Blue) = 2+66+24=92 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.17% from 92); Green value is 66 (26.17% from 255 or 71.74% from 92); Blue value is 24 (9.77% from 255 or 26.09% from 92); Max value from RGB is 66 - color contains mainly: green. Hex color #024218 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024218 is #FDBDE7. Grayscale: #2A2A2A. Windows color (decimal): -16629224 or 1589762. OLE color: 1589762.

HSL color Cylindrical-coordinate representation of color #024218: hue angle of 140.62º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024218 is Cyan = 0.97, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.74.

Color convert

RGB26624-
CMYK0.9700.640.74
HSL140.62º94.12%13.33%-
HSV(B)140.62º96.97%25.88%-
XYZ2.143.981.52-
YUV42.08117.899.42-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.17%
GREEN value IS 66 (26.17% from 255) = 71.74%
BLUE value IS 24 (9.77% from 255) = 26.09%
R=2.17%
G=71.74%
B=26.09%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal266240.9700.640.74140.6294.1213.33
Hex24218610404A8d5ed
Octal210230141010011221513615
Binary1010000101100011000010100000010010101000110110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024218; }

 p { color: rgb(2,66,24); }

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

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

 a { background-color: rgb(2,66,24); }

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

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

 span { border-color: rgb(2,66,24); }

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