#01561C

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

Shades of British Racing Green #01561C

Tints of British Racing Green #01561C

Color information

#01561C (or 0x01561C) is unknown color: approx British Racing Green. HEX triplet: 01, 56 and 1C. RGB value is (1,86,28). Sum of RGB (Red+Green+Blue) = 1+86+28=115 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.87% from 115); Green value is 86 (33.98% from 255 or 74.78% from 115); Blue value is 28 (11.33% from 255 or 24.35% from 115); Max value from RGB is 86 - color contains mainly: green. Hex color #01561C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01561C is #FEA9E3. Grayscale: #363636. Windows color (decimal): -16689636 or 1857025. OLE color: 1857025.

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

Color convert

RGB18628-
CMYK0.9900.670.66
HSL139.06º97.7%17.06%-
HSV(B)139.06º98.84%33.73%-
XYZ3.556.752.21-
YUV53.97113.3490.22-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.87%
GREEN value IS 86 (33.98% from 255) = 74.78%
BLUE value IS 28 (11.33% from 255) = 24.35%
R=0.87%
G=74.78%
B=24.35%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal186280.9900.670.66139.0697.717.06
Hex1561C63043428b6211
Octal112634143010310221314221
Binary1101011011100110001101000011100001010001011110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01561C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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