#011810

Color #011810 Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #011810

Tints of Dark Green #011810

Color information

#011810 (or 0x011810) is unknown color: approx Dark Green. HEX triplet: 01, 18 and 10. RGB value is (1,24,16). Sum of RGB (Red+Green+Blue) = 1+24+16=41 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.44% from 41); Green value is 24 (9.77% from 255 or 58.54% from 41); Blue value is 16 (6.64% from 255 or 39.02% from 41); Max value from RGB is 24 - color contains mainly: green. Hex color #011810 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011810 is #FEE7EF. Grayscale: #101010. Windows color (decimal): -16705520 or 1054721. OLE color: 1054721.

HSL color Cylindrical-coordinate representation of color #011810: hue angle of 159.13º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #011810 is Cyan = 0.96, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.91.

Color convert

RGB12416-
CMYK0.9600.330.91
HSL159.13º92%4.9%-
HSV(B)159.13º95.83%9.41%-
XYZ0.430.70.6-
YUV16.21127.88117.15-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.44%
GREEN value IS 24 (9.77% from 255) = 58.54%
BLUE value IS 16 (6.64% from 255) = 39.02%
R=2.44%
G=58.54%
B=39.02%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal124160.9600.330.91159.13924.9
Hex11810600215B9f5c5
Octal130201400411332371345
Binary11100010000110000001000011011011100111111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011810; }

 p { color: rgb(1,24,16); }

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

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

 a { background-color: rgb(1,24,16); }

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

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

 span { border-color: rgb(1,24,16); }

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