#011D16

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

Shades of Dark Green #011D16

Tints of Dark Green #011D16

Color information

#011D16 (or 0x011D16) is unknown color: approx Dark Green. HEX triplet: 01, 1D and 16. RGB value is (1,29,22). Sum of RGB (Red+Green+Blue) = 1+29+22=52 (6% of max value = 765). Red value is 1 (0.78% from 255 or 1.92% from 52); Green value is 29 (11.72% from 255 or 55.77% from 52); Blue value is 22 (8.98% from 255 or 42.31% from 52); Max value from RGB is 29 - color contains mainly: green. Hex color #011D16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011D16 is #FEE2E9. Grayscale: #131313. Windows color (decimal): -16704234 or 1449217. OLE color: 1449217.

HSL color Cylindrical-coordinate representation of color #011D16: hue angle of 165º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #011D16 is Cyan = 0.97, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.89.

Color convert

RGB12922-
CMYK0.9700.240.89
HSL165º93.33%5.88%-
HSV(B)165º96.55%11.37%-
XYZ0.60.940.91-
YUV19.83129.22114.57-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.92%
GREEN value IS 29 (11.72% from 255) = 55.77%
BLUE value IS 22 (8.98% from 255) = 42.31%
R=1.92%
G=55.77%
B=42.31%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal129220.9700.240.8916593.335.88
Hex11D166101859a55d6
Octal135261410301312451356
Binary1111011011011000010110001011001101001011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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