#01562E

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

Shades of British Racing Green #01562E

Tints of British Racing Green #01562E

Color information

#01562E (or 0x01562E) is unknown color: approx British Racing Green. HEX triplet: 01, 56 and 2E. RGB value is (1,86,46). Sum of RGB (Red+Green+Blue) = 1+86+46=133 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 133); Green value is 86 (33.98% from 255 or 64.66% from 133); Blue value is 46 (18.36% from 255 or 34.59% from 133); Max value from RGB is 86 - color contains mainly: green. Hex color #01562E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01562E is #FEA9D1. Grayscale: #383838. Windows color (decimal): -16689618 or 3036673. OLE color: 3036673.

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

Color convert

RGB18646-
CMYK0.9900.470.66
HSL151.76º97.7%17.06%-
HSV(B)151.76º98.84%33.73%-
XYZ3.836.863.71-
YUV56.02122.3488.75-

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.66%
BLUE value IS 46 (18.36% from 255) = 34.59%
R=0.75%
G=64.66%
B=34.59%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal186460.9900.470.66151.7697.717.06
Hex1562E6302F42986211
Octal11265614305710223014221
Binary1101011010111011000110101111100001010011000110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01562E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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