#014311

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

Shades of British Racing Green #014311

Tints of British Racing Green #014311

Color information

#014311 (or 0x014311) is unknown color: approx British Racing Green. HEX triplet: 01, 43 and 11. RGB value is (1,67,17). Sum of RGB (Red+Green+Blue) = 1+67+17=85 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.18% from 85); Green value is 67 (26.56% from 255 or 78.82% from 85); Blue value is 17 (7.03% from 255 or 20% from 85); Max value from RGB is 67 - color contains mainly: green. Hex color #014311 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014311 is #FEBCEE. Grayscale: #292929. Windows color (decimal): -16694511 or 1131265. OLE color: 1131265.

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

Color convert

RGB16717-
CMYK0.9900.750.74
HSL134.55º97.06%13.33%-
HSV(B)134.55º98.51%26.27%-
XYZ2.124.061.2-
YUV41.57114.1399.07-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.18%
GREEN value IS 67 (26.56% from 255) = 78.82%
BLUE value IS 17 (7.03% from 255) = 20%
R=1.18%
G=78.82%
B=20%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal167170.9900.750.74134.5597.0613.33
Hex143116304B4A8761d
Octal110321143011311220714115
Binary110000111000111000110100101110010101000011111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014311; }

 p { color: rgb(1,67,17); }

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

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

 a { background-color: rgb(1,67,17); }

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

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

 span { border-color: rgb(1,67,17); }

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