#004312

Color #004312 British Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of British Racing Green #004312

Tints of British Racing Green #004312

Color information

#004312 (or 0x004312) is unknown color: approx 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

RGB06718-
CMYK100.730.74
HSL136.12º100%13.14%-
HSV(B)136.12º100%26.27%-
XYZ2.124.061.24-
YUV41.38114.898.48-

RGB Variations

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

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 (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal06718100.730.74136.1210013.14
Hex04312640494A8864d
Octal010322144011111221014415
Binary010000111001011001000100100110010101000100011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>