Shades of Dark Green #011B14
Tints of Dark Green #011B14
RGB
CMYK
RGB Variations
Color information
#011B14 (or 0x011B14) is known color: Dark Green. HEX triplet: 01, 1B and 14. RGB value is (1,27,20). Sum of RGB (Red+Green+Blue) = 1+27+20=48 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.08% from 48); Green value is 27 (10.94% from 255 or 56.25% from 48); Blue value is 20 (8.20% from 255 or 41.67% from 48); Max value from RGB is 27 - color contains mainly: green. Hex color #011B14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011B14 is #FEE4EB. Grayscale: #121212. Windows color (decimal): -16704748 or 1317633. OLE color: 1317633.
HSL color Cylindrical-coordinate representation of color #011B14: hue angle of 163.85º 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 #011B14 is Cyan = 0.96, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 1 | 27 | 20 | - |
| CMYK | 0.96 | 0 | 0.26 | 0.89 |
| HSL | 163.85º | 0.93% | 0.05% | - |
| HSV(B) | 163.85º | 0.96% | 0.11% | - |
| XYZ | 0.53 | 0.84 | 0.8 | - |
| YUV | 18.43 | 128.89 | 115.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 27 | 20 | 0.96 | 0 | 0.26 | 0.89 | 163.85 | 0.93 | 0.05 |
| Hex | 1 | 1B | 14 | 60 | 0 | 1A | 59 | A4 | 5D | 5 |
| Octal | 1 | 33 | 24 | 140 | 0 | 32 | 131 | 244 | 135 | 5 |
| Binary | 1 | 11011 | 10100 | 1100000 | 0 | 11010 | 1011001 | 10100100 | 1011101 | 101 |
Color Harmonies of #011B14
Complementary color
Monochromatic Colors of #011B14
Black with #011B14
Text Example
Text Example
White with #011B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011B14; }
p { color: rgb(1,27,20); }
H1.HeaderClassName
{
color: #011B14;
}
.AnyTagClassName
{
color: #011B14;
}
</style>
background-color css
<style>
a { background-color: #011B14; }
a { background-color: rgb(1,27,20); }
div.DivClassName
{
background-color: #011B14;
}
.BgClassName
{
background-color: #011B14;
}
</style>
border-color css
<style>
span { border-color: #011B14; }
span { border-color: rgb(1,27,20); }
td.TdClassName
{
border-color: #011B14;
}
.TagClassName
{
border-color: #011B14;
}
</style>