#004718

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

Shades of British Racing Green #004718

Tints of British Racing Green #004718

Color information

#004718 (or 0x004718) is unknown color: approx British Racing Green. HEX triplet: 00, 47 and 18. RGB value is (0,71,24). Sum of RGB (Red+Green+Blue) = 0+71+24=95 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 95); Green value is 71 (28.12% from 255 or 74.74% from 95); Blue value is 24 (9.77% from 255 or 25.26% from 95); Max value from RGB is 71 - color contains mainly: green. Hex color #004718 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #004718 is #FFB8E7. Grayscale: #2C2C2C. Windows color (decimal): -16759016 or 1591040. OLE color: 1591040.

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

Color convert

RGB07124-
CMYK100.660.72
HSL140.28º100%13.92%-
HSV(B)140.28º100%27.84%-
XYZ2.424.571.62-
YUV44.41116.4896.32-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 71 (28.12% from 255) = 74.74%
BLUE value IS 24 (9.77% from 255) = 25.26%
R=0%
G=74.74%
B=25.26%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal07124100.660.72140.2810013.92
Hex0471864042488c64e
Octal010730144010211021414416
Binary010001111100011001000100001010010001000110011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004718; }

 p { color: rgb(0,71,24); }

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

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

 a { background-color: rgb(0,71,24); }

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

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

 span { border-color: rgb(0,71,24); }

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