#024716

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

Shades of British Racing Green #024716

Tints of British Racing Green #024716

Color information

#024716 (or 0x024716) is unknown color: approx British Racing Green. HEX triplet: 02, 47 and 16. RGB value is (2,71,22). Sum of RGB (Red+Green+Blue) = 2+71+22=95 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.11% from 95); Green value is 71 (28.12% from 255 or 74.74% from 95); Blue value is 22 (8.98% from 255 or 23.16% from 95); Max value from RGB is 71 - color contains mainly: green. Hex color #024716 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024716 is #FDB8E9. Grayscale: #2C2C2C. Windows color (decimal): -16627946 or 1459970. OLE color: 1459970.

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

Color convert

RGB27122-
CMYK0.9700.690.72
HSL137.39º94.52%14.31%-
HSV(B)137.39º97.18%27.84%-
XYZ2.424.581.51-
YUV44.78115.1497.48-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.11%
GREEN value IS 71 (28.12% from 255) = 74.74%
BLUE value IS 22 (8.98% from 255) = 23.16%
R=2.11%
G=74.74%
B=23.16%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal271220.9700.690.72137.3994.5214.31
Hex247166104548895fe
Octal210726141010511021113716
Binary1010001111011011000010100010110010001000100110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024716; }

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

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

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

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

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

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

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

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