Shades of Dark Green #011B0E
Tints of Dark Green #011B0E
RGB
CMYK
RGB Variations
Color information
#011B0E (or 0x011B0E) is known color: Dark Green. HEX triplet: 01, 1B and 0E. RGB value is (1,27,14). Sum of RGB (Red+Green+Blue) = 1+27+14=42 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.38% from 42); Green value is 27 (10.94% from 255 or 64.29% from 42); Blue value is 14 (5.86% from 255 or 33.33% from 42); Max value from RGB is 27 - color contains mainly: green. Hex color #011B0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011B0E is #FEE4F1. Grayscale: #111111. Windows color (decimal): -16704754 or 924417. OLE color: 924417.
HSL color Cylindrical-coordinate representation of color #011B0E: hue angle of 150º 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 #011B0E is Cyan = 0.96, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 1 | 27 | 14 | - |
| CMYK | 0.96 | 0 | 0.48 | 0.89 |
| HSL | 150º | 0.93% | 0.05% | - |
| HSV(B) | 150º | 0.96% | 0.11% | - |
| XYZ | 0.48 | 0.82 | 0.55 | - |
| YUV | 17.74 | 125.89 | 116.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 27 | 14 | 0.96 | 0 | 0.48 | 0.89 | 150 | 0.93 | 0.05 |
| Hex | 1 | 1B | E | 60 | 0 | 30 | 59 | 96 | 5D | 5 |
| Octal | 1 | 33 | 16 | 140 | 0 | 60 | 131 | 226 | 135 | 5 |
| Binary | 1 | 11011 | 1110 | 1100000 | 0 | 110000 | 1011001 | 10010110 | 1011101 | 101 |
Color Harmonies of #011B0E
Complementary color
Monochromatic Colors of #011B0E
Black with #011B0E
Text Example
Text Example
White with #011B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011B0E; }
p { color: rgb(1,27,14); }
H1.HeaderClassName
{
color: #011B0E;
}
.AnyTagClassName
{
color: #011B0E;
}
</style>
background-color css
<style>
a { background-color: #011B0E; }
a { background-color: rgb(1,27,14); }
div.DivClassName
{
background-color: #011B0E;
}
.BgClassName
{
background-color: #011B0E;
}
</style>
border-color css
<style>
span { border-color: #011B0E; }
span { border-color: rgb(1,27,14); }
td.TdClassName
{
border-color: #011B0E;
}
.TagClassName
{
border-color: #011B0E;
}
</style>