#014412

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

Shades of British Racing Green #014412

Tints of British Racing Green #014412

Color information

#014412 (or 0x014412) is unknown color: approx British Racing Green. HEX triplet: 01, 44 and 12. RGB value is (1,68,18). Sum of RGB (Red+Green+Blue) = 1+68+18=87 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.15% from 87); Green value is 68 (26.95% from 255 or 78.16% from 87); Blue value is 18 (7.42% from 255 or 20.69% from 87); Max value from RGB is 68 - color contains mainly: green. Hex color #014412 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014412 is #FEBBED. Grayscale: #2A2A2A. Windows color (decimal): -16694254 or 1197057. OLE color: 1197057.

HSL color Cylindrical-coordinate representation of color #014412: hue angle of 135.22º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014412 is Cyan = 0.99, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.73.

Color convert

RGB16818-
CMYK0.9900.740.73
HSL135.22º97.1%13.53%-
HSV(B)135.22º98.53%26.67%-
XYZ2.194.181.26-
YUV42.27114.398.57-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.15%
GREEN value IS 68 (26.95% from 255) = 78.16%
BLUE value IS 18 (7.42% from 255) = 20.69%
R=1.15%
G=78.16%
B=20.69%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal168180.9900.740.73135.2297.113.53
Hex144126304A498761e
Octal110422143011211120714116
Binary110001001001011000110100101010010011000011111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014412; }

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

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

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

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

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

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

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

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