Html Css Color HEX #004716 British Racing Green

📋 copy color: '#004716'

red 0 ◦ green 71 ◦ blue 22

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

Shades of British Racing Green #004716

Tints of British Racing Green #004716

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 23.66%

R = 0%
G = 76.34%
B = 23.66%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.69

 K value IS 0.72

RGB Variations

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

Color information

#004716 (or 0x004716) is known color: British Racing Green. HEX triplet: 00, 47 and 16. RGB value is (0,71,22). Sum of RGB (Red+Green+Blue) = 0+71+22=93 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 93); Green value is 71 (28.12% from 255 or 76.34% from 93); Blue value is 22 (8.98% from 255 or 23.66% from 93); Max value from RGB is 71 - color contains mainly: green. Hex color #004716 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #004716 is #FFB8E9. Grayscale: #2C2C2C. Windows color (decimal): -16759018 or 1459968. OLE color: 1459968.

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

Color convert

RGB 0 71 22 -
CMYK 1 0 0.69 0.72
HSL 138.59º 1% 0.14% -
HSV(B) 138.59º 1% 0.28% -
XYZ 2.4 4.56 1.51 -
YUV 44.19 115.48 96.48 -
System Red Green Blue C M Y K H S L
Decimal 0 71 22 1 0 0.69 0.72 138.59 1 0.14
Hex 0 47 16 64 0 45 48 8B 64 E
Octal 0 107 26 144 0 105 110 213 144 16
Binary 0 1000111 10110 1100100 0 1000101 1001000 10001011 1100100 1110

Color Harmonies of #004716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004716

Black with #004716

Text Example


Text Example

White with #004716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004716; }

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

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

background-color css

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

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

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

border-color css

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

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

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