Html Css Color HEX #004312 British Racing Green

📋 copy color: '#004312'

red 0 ◦ green 67 ◦ blue 18

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

Shades of British Racing Green #004312

Tints of British Racing Green #004312

RGB

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

 GREEN value IS 67 (26.56% from 255) = 78.82%

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

R = 0%
G = 78.82%
B = 21.18%

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

#004312 (or 0x004312) is known color: British Racing Green. HEX triplet: 00, 43 and 12. RGB value is (0,67,18). Sum of RGB (Red+Green+Blue) = 0+67+18=85 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 85); Green value is 67 (26.56% from 255 or 78.82% from 85); Blue value is 18 (7.42% from 255 or 21.18% from 85); Max value from RGB is 67 - color contains mainly: green. Hex color #004312 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #004312 is #FFBCED. Grayscale: #292929. Windows color (decimal): -16760046 or 1196800. OLE color: 1196800.

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

Color convert

RGB 0 67 18 -
CMYK 1 0 0.73 0.74
HSL 136.12º 1% 0.13% -
HSV(B) 136.12º 1% 0.26% -
XYZ 2.12 4.06 1.24 -
YUV 41.38 114.8 98.48 -
System Red Green Blue C M Y K H S L
Decimal 0 67 18 1 0 0.73 0.74 136.12 1 0.13
Hex 0 43 12 64 0 49 4A 88 64 D
Octal 0 103 22 144 0 111 112 210 144 15
Binary 0 1000011 10010 1100100 0 1001001 1001010 10001000 1100100 1101

Color Harmonies of #004312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004312

Black with #004312

Text Example


Text Example

White with #004312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004312; }

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

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

background-color css

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

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

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

border-color css

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

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

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