#011B16

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

Shades of Dark Green #011B16

Tints of Dark Green #011B16

Color information

#011B16 (or 0x011B16) is unknown color: approx Dark Green. HEX triplet: 01, 1B and 16. RGB value is (1,27,22). Sum of RGB (Red+Green+Blue) = 1+27+22=50 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2% from 50); Green value is 27 (10.94% from 255 or 54% from 50); Blue value is 22 (8.98% from 255 or 44% from 50); Max value from RGB is 27 - color contains mainly: green. Hex color #011B16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011B16 is #FEE4E9. Grayscale: #121212. Windows color (decimal): -16704746 or 1448705. OLE color: 1448705.

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

Color convert

RGB12722-
CMYK0.9600.190.89
HSL168.46º92.86%5.49%-
HSV(B)168.46º96.3%10.59%-
XYZ0.550.850.89-
YUV18.66129.89115.41-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2%
GREEN value IS 27 (10.94% from 255) = 54%
BLUE value IS 22 (8.98% from 255) = 44%
R=2%
G=54%
B=44%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal127220.9600.190.89168.4692.865.49
Hex11B166001359a85d5
Octal133261400231312501355
Binary1110111011011000000100111011001101010001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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