#024219

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

Shades of British Racing Green #024219

Tints of British Racing Green #024219

Color information

#024219 (or 0x024219) is unknown color: approx British Racing Green. HEX triplet: 02, 42 and 19. RGB value is (2,66,25). Sum of RGB (Red+Green+Blue) = 2+66+25=93 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.15% from 93); Green value is 66 (26.17% from 255 or 70.97% from 93); Blue value is 25 (10.16% from 255 or 26.88% from 93); Max value from RGB is 66 - color contains mainly: green. Hex color #024219 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024219 is #FDBDE6. Grayscale: #2A2A2A. Windows color (decimal): -16629223 or 1655298. OLE color: 1655298.

HSL color Cylindrical-coordinate representation of color #024219: hue angle of 141.56º 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 #024219 is Cyan = 0.97, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.74.

Color convert

RGB26625-
CMYK0.9700.620.74
HSL141.56º94.12%13.33%-
HSV(B)141.56º96.97%25.88%-
XYZ2.153.981.57-
YUV42.19118.399.33-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.15%
GREEN value IS 66 (26.17% from 255) = 70.97%
BLUE value IS 25 (10.16% from 255) = 26.88%
R=2.15%
G=70.97%
B=26.88%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal266250.9700.620.74141.5694.1213.33
Hex242196103E4A8e5ed
Octal21023114107611221613615
Binary101000010110011100001011111010010101000111010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024219; }

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

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

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

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

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

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

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

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