#024712

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

Shades of British Racing Green #024712

Tints of British Racing Green #024712

Color information

#024712 (or 0x024712) is unknown color: approx British Racing Green. HEX triplet: 02, 47 and 12. RGB value is (2,71,18). Sum of RGB (Red+Green+Blue) = 2+71+18=91 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.20% from 91); Green value is 71 (28.12% from 255 or 78.02% from 91); Blue value is 18 (7.42% from 255 or 19.78% from 91); Max value from RGB is 71 - color contains mainly: green. Hex color #024712 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024712 is #FDB8ED. Grayscale: #2C2C2C. Windows color (decimal): -16627950 or 1197826. OLE color: 1197826.

HSL color Cylindrical-coordinate representation of color #024712: hue angle of 133.91º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024712 is Cyan = 0.97, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.72.

Color convert

RGB27118-
CMYK0.9700.750.72
HSL133.91º94.52%14.31%-
HSV(B)133.91º97.18%27.84%-
XYZ2.394.561.33-
YUV44.33113.1497.81-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.20%
GREEN value IS 71 (28.12% from 255) = 78.02%
BLUE value IS 18 (7.42% from 255) = 19.78%
R=2.20%
G=78.02%
B=19.78%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal271180.9700.750.72133.9194.5214.31
Hex247126104B48865fe
Octal210722141011311020613716
Binary1010001111001011000010100101110010001000011010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024712; }

 p { color: rgb(2,71,18); }

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

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

 a { background-color: rgb(2,71,18); }

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

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

 span { border-color: rgb(2,71,18); }

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