#014012

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

Shades of British Racing Green #014012

Tints of British Racing Green #014012

Color information

#014012 (or 0x014012) is unknown color: approx British Racing Green. HEX triplet: 01, 40 and 12. RGB value is (1,64,18). Sum of RGB (Red+Green+Blue) = 1+64+18=83 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.20% from 83); Green value is 64 (25.39% from 255 or 77.11% from 83); Blue value is 18 (7.42% from 255 or 21.69% from 83); Max value from RGB is 64 - color contains mainly: green. Hex color #014012 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014012 is #FEBFED. Grayscale: #282828. Windows color (decimal): -16695278 or 1196033. OLE color: 1196033.

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

Color convert

RGB16418-
CMYK0.9800.720.75
HSL136.19º96.92%12.75%-
HSV(B)136.19º98.44%25.1%-
XYZ1.963.721.19-
YUV39.92115.63100.24-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.20%
GREEN value IS 64 (25.39% from 255) = 77.11%
BLUE value IS 18 (7.42% from 255) = 21.69%
R=1.20%
G=77.11%
B=21.69%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal164180.9800.720.75136.1996.9212.75
Hex14012620484B8861d
Octal110022142011011321014115
Binary110000001001011000100100100010010111000100011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014012; }

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

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

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

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

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

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

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

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