#01562F

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

Shades of British Racing Green #01562F

Tints of British Racing Green #01562F

Color information

#01562F (or 0x01562F) is unknown color: approx British Racing Green. HEX triplet: 01, 56 and 2F. RGB value is (1,86,47). Sum of RGB (Red+Green+Blue) = 1+86+47=134 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 134); Green value is 86 (33.98% from 255 or 64.18% from 134); Blue value is 47 (18.75% from 255 or 35.07% from 134); Max value from RGB is 86 - color contains mainly: green. Hex color #01562F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01562F is #FEA9D0. Grayscale: #383838. Windows color (decimal): -16689617 or 3102209. OLE color: 3102209.

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

Color convert

RGB18647-
CMYK0.9900.450.66
HSL152.47º97.7%17.06%-
HSV(B)152.47º98.84%33.73%-
XYZ3.856.873.81-
YUV56.14122.8488.67-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.75%
GREEN value IS 86 (33.98% from 255) = 64.18%
BLUE value IS 47 (18.75% from 255) = 35.07%
R=0.75%
G=64.18%
B=35.07%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal186470.9900.450.66152.4797.717.06
Hex1562F6302D42986211
Octal11265714305510223014221
Binary1101011010111111000110101101100001010011000110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01562F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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