#014713

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

Shades of British Racing Green #014713

Tints of British Racing Green #014713

Color information

#014713 (or 0x014713) is unknown color: approx British Racing Green. HEX triplet: 01, 47 and 13. RGB value is (1,71,19). Sum of RGB (Red+Green+Blue) = 1+71+19=91 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.10% from 91); Green value is 71 (28.12% from 255 or 78.02% from 91); Blue value is 19 (7.81% from 255 or 20.88% from 91); Max value from RGB is 71 - color contains mainly: green. Hex color #014713 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014713 is #FEB8EC. Grayscale: #2C2C2C. Windows color (decimal): -16693485 or 1263361. OLE color: 1263361.

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

Color convert

RGB17119-
CMYK0.9900.730.72
HSL135.43º97.22%14.12%-
HSV(B)135.43º98.59%27.84%-
XYZ2.384.561.37-
YUV44.14113.8197.23-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.10%
GREEN value IS 71 (28.12% from 255) = 78.02%
BLUE value IS 19 (7.81% from 255) = 20.88%
R=1.10%
G=78.02%
B=20.88%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal171190.9900.730.72135.4397.2214.12
Hex1471363049488761e
Octal110723143011111020714116
Binary110001111001111000110100100110010001000011111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014713; }

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

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

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

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

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

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

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

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