Html Css Color HEX #004712 British Racing Green

📋 copy color: '#004712'

red 0 ◦ green 71 ◦ blue 18

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

Shades of British Racing Green #004712

Tints of British Racing Green #004712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 20.22%

R = 0%
G = 79.78%
B = 20.22%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.75

 K value IS 0.72

RGB Variations

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

Color information

#004712 (or 0x004712) is known color: British Racing Green. HEX triplet: 00, 47 and 12. RGB value is (0,71,18). Sum of RGB (Red+Green+Blue) = 0+71+18=89 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 89); Green value is 71 (28.12% from 255 or 79.78% from 89); Blue value is 18 (7.42% from 255 or 20.22% from 89); Max value from RGB is 71 - color contains mainly: green. Hex color #004712 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #004712 is #FFB8ED. Grayscale: #2B2B2B. Windows color (decimal): -16759022 or 1197824. OLE color: 1197824.

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

Color convert

RGB 0 71 18 -
CMYK 1 0 0.75 0.72
HSL 135.21º 1% 0.14% -
HSV(B) 135.21º 1% 0.28% -
XYZ 2.36 4.55 1.33 -
YUV 43.73 113.48 96.81 -
System Red Green Blue C M Y K H S L
Decimal 0 71 18 1 0 0.75 0.72 135.21 1 0.14
Hex 0 47 12 64 0 4B 48 87 64 E
Octal 0 107 22 144 0 113 110 207 144 16
Binary 0 1000111 10010 1100100 0 1001011 1001000 10000111 1100100 1110

Color Harmonies of #004712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004712

Black with #004712

Text Example


Text Example

White with #004712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004712; }

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

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

background-color css

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

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

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

border-color css

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

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

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