Html Css Color HEX #01561A British Racing Green

📋 copy color: '#01561A'

red 1 ◦ green 86 ◦ blue 26

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

Shades of British Racing Green #01561A

Tints of British Racing Green #01561A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 23.01%

R = 0.88%
G = 76.11%
B = 23.01%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.70

 K value IS 0.66

RGB Variations

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

Color information

#01561A (or 0x01561A) is known color: British Racing Green. HEX triplet: 01, 56 and 1A. RGB value is (1,86,26). Sum of RGB (Red+Green+Blue) = 1+86+26=113 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 113); Green value is 86 (33.98% from 255 or 76.11% from 113); Blue value is 26 (10.55% from 255 or 23.01% from 113); Max value from RGB is 86 - color contains mainly: green. Hex color #01561A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01561A is #FEA9E5. Grayscale: #353535. Windows color (decimal): -16689638 or 1725953. OLE color: 1725953.

HSL color Cylindrical-coordinate representation of color #01561A: hue angle of 137.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 #01561A is Cyan = 0.99, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.66.

Color convert

RGB 1 86 26 -
CMYK 0.99 0 0.70 0.66
HSL 137.65º 0.98% 0.17% -
HSV(B) 137.65º 0.99% 0.34% -
XYZ 3.53 6.74 2.09 -
YUV 53.75 112.34 90.38 -
System Red Green Blue C M Y K H S L
Decimal 1 86 26 0.99 0 0.70 0.66 137.65 0.98 0.17
Hex 1 56 1A 63 0 46 42 8A 62 11
Octal 1 126 32 143 0 106 102 212 142 21
Binary 1 1010110 11010 1100011 0 1000110 1000010 10001010 1100010 10001

Color Harmonies of #01561A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01561A

Black with #01561A

Text Example


Text Example

White with #01561A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01561A; }

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

 H1.HeaderClassName
 {
   color: #01561A;
 }
 .AnyTagClassName
 {
   color: #01561A;
 }
</style>

background-color css

<style>
 a { background-color: #01561A; }

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

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

border-color css

<style>
 span { border-color: #01561A; }

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

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