Html Css Color HEX #01562B British Racing Green

📋 copy color: '#01562B'

red 1 ◦ green 86 ◦ blue 43

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

Shades of British Racing Green #01562B

Tints of British Racing Green #01562B

RGB

 RED value IS 1 (0.78% from 255) = 0.77%

 GREEN value IS 86 (33.98% from 255) = 66.15%

 BLUE value IS 43 (17.19% from 255) = 33.08%

R = 0.77%
G = 66.15%
B = 33.08%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.50

 K value IS 0.66

RGB Variations

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

Color information

#01562B (or 0x01562B) is known color: British Racing Green. HEX triplet: 01, 56 and 2B. RGB value is (1,86,43). Sum of RGB (Red+Green+Blue) = 1+86+43=130 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.77% from 130); Green value is 86 (33.98% from 255 or 66.15% from 130); Blue value is 43 (17.19% from 255 or 33.08% from 130); Max value from RGB is 86 - color contains mainly: green. Hex color #01562B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01562B is #FEA9D4. Grayscale: #373737. Windows color (decimal): -16689621 or 2840065. OLE color: 2840065.

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

Color convert

RGB 1 86 43 -
CMYK 0.99 0 0.50 0.66
HSL 149.65º 0.98% 0.17% -
HSV(B) 149.65º 0.99% 0.34% -
XYZ 3.78 6.84 3.41 -
YUV 55.68 120.84 89 -
System Red Green Blue C M Y K H S L
Decimal 1 86 43 0.99 0 0.50 0.66 149.65 0.98 0.17
Hex 1 56 2B 63 0 32 42 96 62 11
Octal 1 126 53 143 0 62 102 226 142 21
Binary 1 1010110 101011 1100011 0 110010 1000010 10010110 1100010 10001

Color Harmonies of #01562B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01562B

Black with #01562B

Text Example


Text Example

White with #01562B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #01562B;
 }
 .AnyTagClassName
 {
   color: #01562B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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