Html Css Color HEX #004212 British Racing Green

📋 copy color: '#004212'

red 0 ◦ green 66 ◦ blue 18

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

Shades of British Racing Green #004212

Tints of British Racing Green #004212

RGB

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

 GREEN value IS 66 (26.17% from 255) = 78.57%

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

R = 0%
G = 78.57%
B = 21.43%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.73

 K value IS 0.74

RGB Variations

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

Color information

#004212 (or 0x004212) is known color: British Racing Green. HEX triplet: 00, 42 and 12. RGB value is (0,66,18). Sum of RGB (Red+Green+Blue) = 0+66+18=84 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 84); Green value is 66 (26.17% from 255 or 78.57% from 84); Blue value is 18 (7.42% from 255 or 21.43% from 84); Max value from RGB is 66 - color contains mainly: green. Hex color #004212 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #004212 is #FFBDED. Grayscale: #282828. Windows color (decimal): -16760302 or 1196544. OLE color: 1196544.

HSL color Cylindrical-coordinate representation of color #004212: hue angle of 136.36º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004212 is Cyan = 1, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.74.

Color convert

RGB 0 66 18 -
CMYK 1 0 0.73 0.74
HSL 136.36º 1% 0.13% -
HSV(B) 136.36º 1% 0.26% -
XYZ 2.06 3.94 1.22 -
YUV 40.79 115.13 98.9 -
System Red Green Blue C M Y K H S L
Decimal 0 66 18 1 0 0.73 0.74 136.36 1 0.13
Hex 0 42 12 64 0 49 4A 88 64 D
Octal 0 102 22 144 0 111 112 210 144 15
Binary 0 1000010 10010 1100100 0 1001001 1001010 10001000 1100100 1101

Color Harmonies of #004212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004212

Black with #004212

Text Example


Text Example

White with #004212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004212; }

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

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

background-color css

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

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

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

border-color css

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

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

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