#01561B

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

Shades of British Racing Green #01561B

Tints of British Racing Green #01561B

Color information

#01561B (or 0x01561B) is unknown color: approx British Racing Green. HEX triplet: 01, 56 and 1B. RGB value is (1,86,27). Sum of RGB (Red+Green+Blue) = 1+86+27=114 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 114); Green value is 86 (33.98% from 255 or 75.44% from 114); Blue value is 27 (10.94% from 255 or 23.68% from 114); Max value from RGB is 86 - color contains mainly: green. Hex color #01561B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01561B is #FEA9E4. Grayscale: #363636. Windows color (decimal): -16689637 or 1791489. OLE color: 1791489.

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

Color convert

RGB18627-
CMYK0.9900.690.66
HSL138.35º97.7%17.06%-
HSV(B)138.35º98.84%33.73%-
XYZ3.546.742.15-
YUV53.86112.8490.3-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.88%
GREEN value IS 86 (33.98% from 255) = 75.44%
BLUE value IS 27 (10.94% from 255) = 23.68%
R=0.88%
G=75.44%
B=23.68%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal186270.9900.690.66138.3597.717.06
Hex1561B63045428a6211
Octal112633143010510221214221
Binary1101011011011110001101000101100001010001010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01561B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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