Html Css Color HEX #01562E British Racing Green

📋 copy color: '#01562E'

red 1 ◦ green 86 ◦ blue 46

#01562E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of British Racing Green #01562E

Tints of British Racing Green #01562E

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 value IS 0.99

 M value IS 0

 Y value IS 0.47

 K value IS 0.66

RGB Variations

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

Color information

#01562E (or 0x01562E) is known color: 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

RGB 1 86 46 -
CMYK 0.99 0 0.47 0.66
HSL 151.76º 0.98% 0.17% -
HSV(B) 151.76º 0.99% 0.34% -
XYZ 3.83 6.86 3.71 -
YUV 56.03 122.34 88.75 -
System Red Green Blue C M Y K H S L
Decimal 1 86 46 0.99 0 0.47 0.66 151.76 0.98 0.17
Hex 1 56 2E 63 0 2F 42 98 62 11
Octal 1 126 56 143 0 57 102 230 142 21
Binary 1 1010110 101110 1100011 0 101111 1000010 10011000 1100010 10001

Color Harmonies of #01562E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01562E

Black with #01562E

Text Example


Text Example

White with #01562E

Text Example


Text Example

HTML Codes & Css Web 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>