Shades of Dark Green #011B0B
Tints of Dark Green #011B0B
RGB
CMYK
RGB Variations
Color information
#011B0B (or 0x011B0B) is known color: Dark Green. HEX triplet: 01, 1B and 0B. RGB value is (1,27,11). Sum of RGB (Red+Green+Blue) = 1+27+11=39 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.56% from 39); Green value is 27 (10.94% from 255 or 69.23% from 39); Blue value is 11 (4.69% from 255 or 28.21% from 39); Max value from RGB is 27 - color contains mainly: green. Hex color #011B0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011B0B is #FEE4F4. Grayscale: #111111. Windows color (decimal): -16704757 or 727809. OLE color: 727809.
HSL color Cylindrical-coordinate representation of color #011B0B: hue angle of 143.08º 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 #011B0B is Cyan = 0.96, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 1 | 27 | 11 | - |
| CMYK | 0.96 | 0 | 0.59 | 0.89 |
| HSL | 143.08º | 0.93% | 0.05% | - |
| HSV(B) | 143.08º | 0.96% | 0.11% | - |
| XYZ | 0.46 | 0.81 | 0.45 | - |
| YUV | 17.4 | 124.39 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 27 | 11 | 0.96 | 0 | 0.59 | 0.89 | 143.08 | 0.93 | 0.05 |
| Hex | 1 | 1B | B | 60 | 0 | 3B | 59 | 8F | 5D | 5 |
| Octal | 1 | 33 | 13 | 140 | 0 | 73 | 131 | 217 | 135 | 5 |
| Binary | 1 | 11011 | 1011 | 1100000 | 0 | 111011 | 1011001 | 10001111 | 1011101 | 101 |
Color Harmonies of #011B0B
Complementary color
Monochromatic Colors of #011B0B
Black with #011B0B
Text Example
Text Example
White with #011B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011B0B; }
p { color: rgb(1,27,11); }
H1.HeaderClassName
{
color: #011B0B;
}
.AnyTagClassName
{
color: #011B0B;
}
</style>
background-color css
<style>
a { background-color: #011B0B; }
a { background-color: rgb(1,27,11); }
div.DivClassName
{
background-color: #011B0B;
}
.BgClassName
{
background-color: #011B0B;
}
</style>
border-color css
<style>
span { border-color: #011B0B; }
span { border-color: rgb(1,27,11); }
td.TdClassName
{
border-color: #011B0B;
}
.TagClassName
{
border-color: #011B0B;
}
</style>