Shades of Dark Green #011B10
Tints of Dark Green #011B10
RGB
CMYK
RGB Variations
Color information
#011B10 (or 0x011B10) is known color: Dark Green. HEX triplet: 01, 1B and 10. RGB value is (1,27,16). Sum of RGB (Red+Green+Blue) = 1+27+16=44 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.27% from 44); Green value is 27 (10.94% from 255 or 61.36% from 44); Blue value is 16 (6.64% from 255 or 36.36% from 44); Max value from RGB is 27 - color contains mainly: green. Hex color #011B10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011B10 is #FEE4EF. Grayscale: #111111. Windows color (decimal): -16704752 or 1055489. OLE color: 1055489.
HSL color Cylindrical-coordinate representation of color #011B10: hue angle of 154.62º 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 #011B10 is Cyan = 0.96, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 1 | 27 | 16 | - |
| CMYK | 0.96 | 0 | 0.41 | 0.89 |
| HSL | 154.62º | 0.93% | 0.05% | - |
| HSV(B) | 154.62º | 0.96% | 0.11% | - |
| XYZ | 0.5 | 0.83 | 0.62 | - |
| YUV | 17.97 | 126.89 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 27 | 16 | 0.96 | 0 | 0.41 | 0.89 | 154.62 | 0.93 | 0.05 |
| Hex | 1 | 1B | 10 | 60 | 0 | 29 | 59 | 9B | 5D | 5 |
| Octal | 1 | 33 | 20 | 140 | 0 | 51 | 131 | 233 | 135 | 5 |
| Binary | 1 | 11011 | 10000 | 1100000 | 0 | 101001 | 1011001 | 10011011 | 1011101 | 101 |
Color Harmonies of #011B10
Complementary color
Monochromatic Colors of #011B10
Black with #011B10
Text Example
Text Example
White with #011B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011B10; }
p { color: rgb(1,27,16); }
H1.HeaderClassName
{
color: #011B10;
}
.AnyTagClassName
{
color: #011B10;
}
</style>
background-color css
<style>
a { background-color: #011B10; }
a { background-color: rgb(1,27,16); }
div.DivClassName
{
background-color: #011B10;
}
.BgClassName
{
background-color: #011B10;
}
</style>
border-color css
<style>
span { border-color: #011B10; }
span { border-color: rgb(1,27,16); }
td.TdClassName
{
border-color: #011B10;
}
.TagClassName
{
border-color: #011B10;
}
</style>