Html Css Color HEX #01562D British Racing Green

📋 copy color: '#01562D'

red 1 ◦ green 86 ◦ blue 45

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

Shades of British Racing Green #01562D

Tints of British Racing Green #01562D

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

 M value IS 0

 Y value IS 0.48

 K value IS 0.66

RGB Variations

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

Color information

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

RGB 1 86 45 -
CMYK 0.99 0 0.48 0.66
HSL 151.06º 0.98% 0.17% -
HSV(B) 151.06º 0.99% 0.34% -
XYZ 3.81 6.85 3.6 -
YUV 55.91 121.84 88.83 -
System Red Green Blue C M Y K H S L
Decimal 1 86 45 0.99 0 0.48 0.66 151.06 0.98 0.17
Hex 1 56 2D 63 0 30 42 97 62 11
Octal 1 126 55 143 0 60 102 227 142 21
Binary 1 1010110 101101 1100011 0 110000 1000010 10010111 1100010 10001

Color Harmonies of #01562D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01562D

Black with #01562D

Text Example


Text Example

White with #01562D

Text Example


Text Example

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