#004217

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

Shades of British Racing Green #004217

Tints of British Racing Green #004217

Color information

#004217 (or 0x004217) is unknown color: approx British Racing Green. HEX triplet: 00, 42 and 17. RGB value is (0,66,23). Sum of RGB (Red+Green+Blue) = 0+66+23=89 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 89); Green value is 66 (26.17% from 255 or 74.16% from 89); Blue value is 23 (9.38% from 255 or 25.84% from 89); Max value from RGB is 66 - color contains mainly: green. Hex color #004217 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #004217 is #FFBDE8. Grayscale: #292929. Windows color (decimal): -16760297 or 1524224. OLE color: 1524224.

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

Color convert

RGB06623-
CMYK100.650.74
HSL140.91º100%12.94%-
HSV(B)140.91º100%25.88%-
XYZ2.13.961.46-
YUV41.36117.6398.5-

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) = 74.16%
BLUE value IS 23 (9.38% from 255) = 25.84%
R=0%
G=74.16%
B=25.84%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal06623100.650.74140.9110012.94
Hex04217640414A8d64d
Octal010227144010111221514415
Binary010000101011111001000100000110010101000110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004217; }

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

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

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

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

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

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

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

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