#015514

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

Shades of British Racing Green #015514

Tints of British Racing Green #015514

Color information

#015514 (or 0x015514) is unknown color: approx British Racing Green. HEX triplet: 01, 55 and 14. RGB value is (1,85,20). Sum of RGB (Red+Green+Blue) = 1+85+20=106 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.94% from 106); Green value is 85 (33.59% from 255 or 80.19% from 106); Blue value is 20 (8.20% from 255 or 18.87% from 106); Max value from RGB is 85 - color contains mainly: green. Hex color #015514 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015514 is #FEAAEB. Grayscale: #343434. Windows color (decimal): -16689900 or 1332481. OLE color: 1332481.

HSL color Cylindrical-coordinate representation of color #015514: hue angle of 133.57º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015514 is Cyan = 0.99, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.67.

Color convert

RGB18520-
CMYK0.9900.760.67
HSL133.57º97.67%16.86%-
HSV(B)133.57º98.82%33.33%-
XYZ3.396.551.75-
YUV52.47109.6791.29-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.94%
GREEN value IS 85 (33.59% from 255) = 80.19%
BLUE value IS 20 (8.20% from 255) = 18.87%
R=0.94%
G=80.19%
B=18.87%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal185200.9900.760.67133.5797.6716.86
Hex155146304C43866211
Octal112524143011410320614221
Binary1101010110100110001101001100100001110000110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015514; }

 p { color: rgb(1,85,20); }

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

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

 a { background-color: rgb(1,85,20); }

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

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

 span { border-color: rgb(1,85,20); }

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