Html Css Color HEX #004714 British Racing Green

📋 copy color: '#004714'

red 0 ◦ green 71 ◦ blue 20

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

Shades of British Racing Green #004714

Tints of British Racing Green #004714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 21.98%

R = 0%
G = 78.02%
B = 21.98%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.72

 K value IS 0.72

RGB Variations

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

Color information

#004714 (or 0x004714) is known color: British Racing Green. HEX triplet: 00, 47 and 14. RGB value is (0,71,20). Sum of RGB (Red+Green+Blue) = 0+71+20=91 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 91); Green value is 71 (28.12% from 255 or 78.02% from 91); Blue value is 20 (8.20% from 255 or 21.98% from 91); Max value from RGB is 71 - color contains mainly: green. Hex color #004714 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #004714 is #FFB8EB. Grayscale: #2C2C2C. Windows color (decimal): -16759020 or 1328896. OLE color: 1328896.

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

Color convert

RGB 0 71 20 -
CMYK 1 0 0.72 0.72
HSL 136.9º 1% 0.14% -
HSV(B) 136.9º 1% 0.28% -
XYZ 2.38 4.56 1.42 -
YUV 43.96 114.48 96.65 -
System Red Green Blue C M Y K H S L
Decimal 0 71 20 1 0 0.72 0.72 136.9 1 0.14
Hex 0 47 14 64 0 48 48 89 64 E
Octal 0 107 24 144 0 110 110 211 144 16
Binary 0 1000111 10100 1100100 0 1001000 1001000 10001001 1100100 1110

Color Harmonies of #004714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004714

Black with #004714

Text Example


Text Example

White with #004714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004714; }

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

 H1.HeaderClassName
 {
   color: #004714;
 }
 .AnyTagClassName
 {
   color: #004714;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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