#01561D

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

Shades of British Racing Green #01561D

Tints of British Racing Green #01561D

Color information

#01561D (or 0x01561D) is unknown color: approx British Racing Green. HEX triplet: 01, 56 and 1D. RGB value is (1,86,29). Sum of RGB (Red+Green+Blue) = 1+86+29=116 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.86% from 116); Green value is 86 (33.98% from 255 or 74.14% from 116); Blue value is 29 (11.72% from 255 or 25% from 116); Max value from RGB is 86 - color contains mainly: green. Hex color #01561D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01561D is #FEA9E2. Grayscale: #363636. Windows color (decimal): -16689635 or 1922561. OLE color: 1922561.

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

Color convert

RGB18629-
CMYK0.9900.660.66
HSL139.76º97.7%17.06%-
HSV(B)139.76º98.84%33.73%-
XYZ3.566.752.28-
YUV54.09113.8490.13-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.86%
GREEN value IS 86 (33.98% from 255) = 74.14%
BLUE value IS 29 (11.72% from 255) = 25%
R=0.86%
G=74.14%
B=25%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal186290.9900.660.66139.7697.717.06
Hex1561D63042428c6211
Octal112635143010210221414221
Binary1101011011101110001101000010100001010001100110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01561D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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