#01562D

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

Shades of British Racing Green #01562D

Tints of British Racing Green #01562D

Color information

#01562D (or 0x01562D) is unknown color: approx British Racing Green. HEX triplet: 01, 56 and 2D. RGB value is (1,86,45). Sum of RGB (Red+Green+Blue) = 1+86+45=132 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 132); Green value is 86 (33.98% from 255 or 65.15% from 132); Blue value is 45 (17.97% from 255 or 34.09% from 132); Max value from RGB is 86 - color contains mainly: green. Hex color #01562D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01562D is #FEA9D2. Grayscale: #373737. Windows color (decimal): -16689619 or 2971137. OLE color: 2971137.

HSL color Cylindrical-coordinate representation of color #01562D: hue angle of 151.06º 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 #01562D is Cyan = 0.99, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.66.

Color convert

RGB18645-
CMYK0.9900.480.66
HSL151.06º97.7%17.06%-
HSV(B)151.06º98.84%33.73%-
XYZ3.816.853.6-
YUV55.91121.8488.83-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.76%
GREEN value IS 86 (33.98% from 255) = 65.15%
BLUE value IS 45 (17.97% from 255) = 34.09%
R=0.76%
G=65.15%
B=34.09%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal186450.9900.480.66151.0697.717.06
Hex1562D6303042976211
Octal11265514306010222714221
Binary1101011010110111000110110000100001010010111110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01562D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01562D; }

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

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

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

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

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

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

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

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