Html Css Color HEX #004718 British Racing Green

📋 copy color: '#004718'

red 0 ◦ green 71 ◦ blue 24

#004718
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of British Racing Green #004718

Tints of British Racing Green #004718

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 71 (28.13% from 255) = 74.74%

 BLUE value IS 24 (9.77% from 255) = 25.26%

R = 0%
G = 74.74%
B = 25.26%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.66

 K value IS 0.72

RGB Variations

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

Color information

#004718 (or 0x004718) is known color: 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

RGB 0 71 24 -
CMYK 1 0 0.66 0.72
HSL 140.28º 1% 0.14% -
HSV(B) 140.28º 1% 0.28% -
XYZ 2.42 4.57 1.62 -
YUV 44.41 116.48 96.32 -
System Red Green Blue C M Y K H S L
Decimal 0 71 24 1 0 0.66 0.72 140.28 1 0.14
Hex 0 47 18 64 0 42 48 8C 64 E
Octal 0 107 30 144 0 102 110 214 144 16
Binary 0 1000111 11000 1100100 0 1000010 1001000 10001100 1100100 1110

Color Harmonies of #004718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004718

Black with #004718

Text Example


Text Example

White with #004718

Text Example


Text Example

HTML Codes & Css Web 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>