#014710

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

Shades of British Racing Green #014710

Tints of British Racing Green #014710

Color information

#014710 (or 0x014710) is unknown color: approx British Racing Green. HEX triplet: 01, 47 and 10. RGB value is (1,71,16). Sum of RGB (Red+Green+Blue) = 1+71+16=88 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.14% from 88); Green value is 71 (28.12% from 255 or 80.68% from 88); Blue value is 16 (6.64% from 255 or 18.18% from 88); Max value from RGB is 71 - color contains mainly: green. Hex color #014710 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014710 is #FEB8EF. Grayscale: #2B2B2B. Windows color (decimal): -16693488 or 1066753. OLE color: 1066753.

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

Color convert

RGB17116-
CMYK0.9900.770.72
HSL132.86º97.22%14.12%-
HSV(B)132.86º98.59%27.84%-
XYZ2.364.551.24-
YUV43.8112.3197.47-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.14%
GREEN value IS 71 (28.12% from 255) = 80.68%
BLUE value IS 16 (6.64% from 255) = 18.18%
R=1.14%
G=80.68%
B=18.18%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal171160.9900.770.72132.8697.2214.12
Hex147106304D488561e
Octal110720143011511020514116
Binary110001111000011000110100110110010001000010111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014710; }

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

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

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

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

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

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

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

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