#011E16

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

Shades of Dark Green #011E16

Tints of Dark Green #011E16

Color information

#011E16 (or 0x011E16) is unknown color: approx Dark Green. HEX triplet: 01, 1E and 16. RGB value is (1,30,22). Sum of RGB (Red+Green+Blue) = 1+30+22=53 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.89% from 53); Green value is 30 (12.11% from 255 or 56.60% from 53); Blue value is 22 (8.98% from 255 or 41.51% from 53); Max value from RGB is 30 - color contains mainly: green. Hex color #011E16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011E16 is #FEE1E9. Grayscale: #141414. Windows color (decimal): -16703978 or 1449473. OLE color: 1449473.

HSL color Cylindrical-coordinate representation of color #011E16: hue angle of 163.45º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #011E16 is Cyan = 0.97, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.88.

Color convert

RGB13022-
CMYK0.9700.270.88
HSL163.45º93.55%6.08%-
HSV(B)163.45º96.67%11.76%-
XYZ0.620.990.92-
YUV20.42128.89114.15-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.89%
GREEN value IS 30 (12.11% from 255) = 56.60%
BLUE value IS 22 (8.98% from 255) = 41.51%
R=1.89%
G=56.60%
B=41.51%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal130220.9700.270.88163.4593.556.08
Hex11E166101B58a35e6
Octal136261410331302431366
Binary1111101011011000010110111011000101000111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011E16; }

 p { color: rgb(1,30,22); }

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

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

 a { background-color: rgb(1,30,22); }

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

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

 span { border-color: rgb(1,30,22); }

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