#015513

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

Shades of British Racing Green #015513

Tints of British Racing Green #015513

Color information

#015513 (or 0x015513) is unknown color: approx British Racing Green. HEX triplet: 01, 55 and 13. RGB value is (1,85,19). Sum of RGB (Red+Green+Blue) = 1+85+19=105 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.95% from 105); Green value is 85 (33.59% from 255 or 80.95% from 105); Blue value is 19 (7.81% from 255 or 18.10% from 105); Max value from RGB is 85 - color contains mainly: green. Hex color #015513 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015513 is #FEAAEC. Grayscale: #343434. Windows color (decimal): -16689901 or 1266945. OLE color: 1266945.

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

Color convert

RGB18519-
CMYK0.9900.780.67
HSL132.86º97.67%16.86%-
HSV(B)132.86º98.82%33.33%-
XYZ3.386.551.7-
YUV52.36109.1791.37-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.95%
GREEN value IS 85 (33.59% from 255) = 80.95%
BLUE value IS 19 (7.81% from 255) = 18.10%
R=0.95%
G=80.95%
B=18.10%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal185190.9900.780.67132.8697.6716.86
Hex155136304E43856211
Octal112523143011610320514221
Binary1101010110011110001101001110100001110000101110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015513; }

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

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

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

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

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

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

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

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