Shades of Dark Green #001B11
Tints of Dark Green #001B11
RGB
CMYK
RGB Variations
Color information
#001B11 (or 0x001B11) is known color: Dark Green. HEX triplet: 00, 1B and 11. RGB value is (0,27,17). Sum of RGB (Red+Green+Blue) = 0+27+17=44 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 44); Green value is 27 (10.94% from 255 or 61.36% from 44); Blue value is 17 (7.03% from 255 or 38.64% from 44); Max value from RGB is 27 - color contains mainly: green. Hex color #001B11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #001B11 is #FFE4EE. Grayscale: #111111. Windows color (decimal): -16770287 or 1121024. OLE color: 1121024.
HSL color Cylindrical-coordinate representation of color #001B11: hue angle of 157.78º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001B11 is Cyan = 1, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 0 | 27 | 17 | - |
| CMYK | 1 | 0 | 0.37 | 0.89 |
| HSL | 157.78º | 1% | 0.05% | - |
| HSV(B) | 157.78º | 1% | 0.11% | - |
| XYZ | 0.49 | 0.82 | 0.66 | - |
| YUV | 17.79 | 127.55 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 27 | 17 | 1 | 0 | 0.37 | 0.89 | 157.78 | 1 | 0.05 |
| Hex | 0 | 1B | 11 | 64 | 0 | 25 | 59 | 9E | 64 | 5 |
| Octal | 0 | 33 | 21 | 144 | 0 | 45 | 131 | 236 | 144 | 5 |
| Binary | 0 | 11011 | 10001 | 1100100 | 0 | 100101 | 1011001 | 10011110 | 1100100 | 101 |
Color Harmonies of #001B11
Complementary color
Monochromatic Colors of #001B11
Black with #001B11
Text Example
Text Example
White with #001B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001B11; }
p { color: rgb(0,27,17); }
H1.HeaderClassName
{
color: #001B11;
}
.AnyTagClassName
{
color: #001B11;
}
</style>
background-color css
<style>
a { background-color: #001B11; }
a { background-color: rgb(0,27,17); }
div.DivClassName
{
background-color: #001B11;
}
.BgClassName
{
background-color: #001B11;
}
</style>
border-color css
<style>
span { border-color: #001B11; }
span { border-color: rgb(0,27,17); }
td.TdClassName
{
border-color: #001B11;
}
.TagClassName
{
border-color: #001B11;
}
</style>