Html Css Color HEX #004812 British Racing Green

📋 copy color: '#004812'

red 0 ◦ green 72 ◦ blue 18

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

Shades of British Racing Green #004812

Tints of British Racing Green #004812

RGB

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

 GREEN value IS 72 (28.52% from 255) = 80%

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

R = 0%
G = 80%
B = 20%

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

#004812 (or 0x004812) is known color: British Racing Green. HEX triplet: 00, 48 and 12. RGB value is (0,72,18). Sum of RGB (Red+Green+Blue) = 0+72+18=90 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 90); Green value is 72 (28.52% from 255 or 80% from 90); Blue value is 18 (7.42% from 255 or 20% from 90); Max value from RGB is 72 - color contains mainly: green. Hex color #004812 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #004812 is #FFB7ED. Grayscale: #2C2C2C. Windows color (decimal): -16758766 or 1198080. OLE color: 1198080.

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

Color convert

RGB 0 72 18 -
CMYK 1 0 0.75 0.72
HSL 135º 1% 0.14% -
HSV(B) 135º 1% 0.28% -
XYZ 2.43 4.68 1.35 -
YUV 44.32 113.15 96.39 -
System Red Green Blue C M Y K H S L
Decimal 0 72 18 1 0 0.75 0.72 135 1 0.14
Hex 0 48 12 64 0 4B 48 87 64 E
Octal 0 110 22 144 0 113 110 207 144 16
Binary 0 1001000 10010 1100100 0 1001011 1001000 10000111 1100100 1110

Color Harmonies of #004812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004812

Black with #004812

Text Example


Text Example

White with #004812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004812; }

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

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

background-color css

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

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

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

border-color css

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

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

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