#015528

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

Shades of British Racing Green #015528

Tints of British Racing Green #015528

Color information

#015528 (or 0x015528) is unknown color: approx British Racing Green. HEX triplet: 01, 55 and 28. RGB value is (1,85,40). Sum of RGB (Red+Green+Blue) = 1+85+40=126 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 126); Green value is 85 (33.59% from 255 or 67.46% from 126); Blue value is 40 (16.02% from 255 or 31.75% from 126); Max value from RGB is 85 - color contains mainly: green. Hex color #015528 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015528 is #FEAAD7. Grayscale: #363636. Windows color (decimal): -16689880 or 2643201. OLE color: 2643201.

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

Color convert

RGB18540-
CMYK0.9900.530.67
HSL147.86º97.67%16.86%-
HSV(B)147.86º98.82%33.33%-
XYZ3.646.663.1-
YUV54.75119.6789.66-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.79%
GREEN value IS 85 (33.59% from 255) = 67.46%
BLUE value IS 40 (16.02% from 255) = 31.75%
R=0.79%
G=67.46%
B=31.75%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal185400.9900.530.67147.8697.6716.86
Hex155286303543946211
Octal11255014306510322414221
Binary1101010110100011000110110101100001110010100110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015528; }

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

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

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

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

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

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

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

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