#015510

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

Shades of British Racing Green #015510

Tints of British Racing Green #015510

Color information

#015510 (or 0x015510) is unknown color: approx British Racing Green. HEX triplet: 01, 55 and 10. RGB value is (1,85,16). Sum of RGB (Red+Green+Blue) = 1+85+16=102 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.98% from 102); Green value is 85 (33.59% from 255 or 83.33% from 102); Blue value is 16 (6.64% from 255 or 15.69% from 102); Max value from RGB is 85 - color contains mainly: green. Hex color #015510 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015510 is #FEAAEF. Grayscale: #343434. Windows color (decimal): -16689904 or 1070337. OLE color: 1070337.

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

Color convert

RGB18516-
CMYK0.9900.810.67
HSL130.71º97.67%16.86%-
HSV(B)130.71º98.82%33.33%-
XYZ3.356.541.58-
YUV52.02107.6791.61-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.98%
GREEN value IS 85 (33.59% from 255) = 83.33%
BLUE value IS 16 (6.64% from 255) = 15.69%
R=0.98%
G=83.33%
B=15.69%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal185160.9900.810.67130.7197.6716.86
Hex155106305143836211
Octal112520143012110320314221
Binary1101010110000110001101010001100001110000011110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015510; }

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

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

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

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

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

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

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

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