#011B11

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

Shades of Dark Green #011B11

Tints of Dark Green #011B11

Color information

#011B11 (or 0x011B11) is unknown color: approx Dark Green. HEX triplet: 01, 1B and 11. RGB value is (1,27,17). Sum of RGB (Red+Green+Blue) = 1+27+17=45 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.22% from 45); Green value is 27 (10.94% from 255 or 60% from 45); Blue value is 17 (7.03% from 255 or 37.78% from 45); Max value from RGB is 27 - color contains mainly: green. Hex color #011B11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011B11 is #FEE4EE. Grayscale: #121212. Windows color (decimal): -16704751 or 1121025. OLE color: 1121025.

HSL color Cylindrical-coordinate representation of color #011B11: hue angle of 156.92º 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 #011B11 is Cyan = 0.96, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.89.

Color convert

RGB12717-
CMYK0.9600.370.89
HSL156.92º92.86%5.49%-
HSV(B)156.92º96.3%10.59%-
XYZ0.510.830.66-
YUV18.09127.39115.81-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.22%
GREEN value IS 27 (10.94% from 255) = 60%
BLUE value IS 17 (7.03% from 255) = 37.78%
R=2.22%
G=60%
B=37.78%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal127170.9600.370.89156.9292.865.49
Hex11B1160025599d5d5
Octal133211400451312351355
Binary11101110001110000001001011011001100111011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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