#015628

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

Shades of British Racing Green #015628

Tints of British Racing Green #015628

Color information

#015628 (or 0x015628) is unknown color: approx British Racing Green. HEX triplet: 01, 56 and 28. RGB value is (1,86,40). Sum of RGB (Red+Green+Blue) = 1+86+40=127 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 127); Green value is 86 (33.98% from 255 or 67.72% from 127); Blue value is 40 (16.02% from 255 or 31.50% from 127); Max value from RGB is 86 - color contains mainly: green. Hex color #015628 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015628 is #FEA9D7. Grayscale: #373737. Windows color (decimal): -16689624 or 2643457. OLE color: 2643457.

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

Color convert

RGB18640-
CMYK0.9900.530.66
HSL147.53º97.7%17.06%-
HSV(B)147.53º98.84%33.73%-
XYZ3.726.823.13-
YUV55.34119.3489.24-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.79%
GREEN value IS 86 (33.98% from 255) = 67.72%
BLUE value IS 40 (16.02% from 255) = 31.50%
R=0.79%
G=67.72%
B=31.50%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal186400.9900.530.66147.5397.717.06
Hex156286303542946211
Octal11265014306510222414221
Binary1101011010100011000110110101100001010010100110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015628; }

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

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

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

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

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

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

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

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