#004216

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

Shades of British Racing Green #004216

Tints of British Racing Green #004216

Color information

#004216 (or 0x004216) is unknown color: approx British Racing Green. HEX triplet: 00, 42 and 16. RGB value is (0,66,22). Sum of RGB (Red+Green+Blue) = 0+66+22=88 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 88); Green value is 66 (26.17% from 255 or 75% from 88); Blue value is 22 (8.98% from 255 or 25% from 88); Max value from RGB is 66 - color contains mainly: green. Hex color #004216 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #004216 is #FFBDE9. Grayscale: #292929. Windows color (decimal): -16760298 or 1458688. OLE color: 1458688.

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

Color convert

RGB06622-
CMYK100.670.74
HSL140º100%12.94%-
HSV(B)140º100%25.88%-
XYZ2.093.951.41-
YUV41.25117.1398.58-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 66 (26.17% from 255) = 75%
BLUE value IS 22 (8.98% from 255) = 25%
R=0%
G=75%
B=25%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal06622100.670.7414010012.94
Hex04216640434A8c64d
Octal010226144010311221414415
Binary010000101011011001000100001110010101000110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004216; }

 p { color: rgb(0,66,22); }

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

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

 a { background-color: rgb(0,66,22); }

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

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

 span { border-color: rgb(0,66,22); }

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