#004012

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

Shades of British Racing Green #004012

Tints of British Racing Green #004012

Color information

#004012 (or 0x004012) is unknown color: approx British Racing Green. HEX triplet: 00, 40 and 12. RGB value is (0,64,18). Sum of RGB (Red+Green+Blue) = 0+64+18=82 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 82); Green value is 64 (25.39% from 255 or 78.05% from 82); Blue value is 18 (7.42% from 255 or 21.95% from 82); Max value from RGB is 64 - color contains mainly: green. Hex color #004012 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #004012 is #FFBFED. Grayscale: #272727. Windows color (decimal): -16760814 or 1196032. OLE color: 1196032.

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

Color convert

RGB06418-
CMYK100.720.75
HSL136.88º100%12.55%-
HSV(B)136.88º100%25.1%-
XYZ1.943.711.19-
YUV39.62115.899.74-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 64 (25.39% from 255) = 78.05%
BLUE value IS 18 (7.42% from 255) = 21.95%
R=0%
G=78.05%
B=21.95%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal06418100.720.75136.8810012.55
Hex04012640484B8964d
Octal010022144011011321114415
Binary010000001001011001000100100010010111000100111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004012; }

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

 H1.HeaderClassName
 {
   color: #004012;
 }
 .AnyTagClassName
 {
   color: #004012;
 }
</style>
background-color css

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

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

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

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

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

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