#014313

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

Shades of British Racing Green #014313

Tints of British Racing Green #014313

Color information

#014313 (or 0x014313) is unknown color: approx British Racing Green. HEX triplet: 01, 43 and 13. RGB value is (1,67,19). Sum of RGB (Red+Green+Blue) = 1+67+19=87 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.15% from 87); Green value is 67 (26.56% from 255 or 77.01% from 87); Blue value is 19 (7.81% from 255 or 21.84% from 87); Max value from RGB is 67 - color contains mainly: green. Hex color #014313 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014313 is #FEBCEC. Grayscale: #292929. Windows color (decimal): -16694509 or 1262337. OLE color: 1262337.

HSL color Cylindrical-coordinate representation of color #014313: hue angle of 136.36º 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 #014313 is Cyan = 0.99, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.74.

Color convert

RGB16719-
CMYK0.9900.720.74
HSL136.36º97.06%13.33%-
HSV(B)136.36º98.51%26.27%-
XYZ2.144.071.29-
YUV41.79115.1398.9-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.15%
GREEN value IS 67 (26.56% from 255) = 77.01%
BLUE value IS 19 (7.81% from 255) = 21.84%
R=1.15%
G=77.01%
B=21.84%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal167190.9900.720.74136.3697.0613.33
Hex14313630484A8861d
Octal110323143011011221014115
Binary110000111001111000110100100010010101000100011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014313; }

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

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

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

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

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

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

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

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