Shades of Dark Green #011B1B
Tints of Dark Green #011B1B
RGB
CMYK
RGB Variations
Color information
#011B1B (or 0x011B1B) is known color: Dark Green. HEX triplet: 01, 1B and 1B. RGB value is (1,27,27). Sum of RGB (Red+Green+Blue) = 1+27+27=55 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.82% from 55); Green value is 27 (10.94% from 255 or 49.09% from 55); Blue value is 27 (10.94% from 255 or 49.09% from 55); Max value from RGB is 27 - color contains mainly: green, blue. Hex color #011B1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011B1B is #FEE4E4. Grayscale: #131313. Windows color (decimal): -16704741 or 1776385. OLE color: 1776385.
HSL color Cylindrical-coordinate representation of color #011B1B: hue angle of 180º 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 #011B1B is Cyan = 0.96, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 1 | 27 | 27 | - |
| CMYK | 0.96 | 0 | 0 | 0.89 |
| HSL | 180º | 0.93% | 0.05% | - |
| HSV(B) | 180º | 0.96% | 0.11% | - |
| XYZ | 0.6 | 0.87 | 1.17 | - |
| YUV | 19.23 | 132.39 | 115 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 27 | 27 | 0.96 | 0 | 0 | 0.89 | 180 | 0.93 | 0.05 |
| Hex | 1 | 1B | 1B | 60 | 0 | 0 | 59 | B4 | 5D | 5 |
| Octal | 1 | 33 | 33 | 140 | 0 | 0 | 131 | 264 | 135 | 5 |
| Binary | 1 | 11011 | 11011 | 1100000 | 0 | 0 | 1011001 | 10110100 | 1011101 | 101 |
Color Harmonies of #011B1B
Complementary color
Monochromatic Colors of #011B1B
Black with #011B1B
Text Example
Text Example
White with #011B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011B1B; }
p { color: rgb(1,27,27); }
H1.HeaderClassName
{
color: #011B1B;
}
.AnyTagClassName
{
color: #011B1B;
}
</style>
background-color css
<style>
a { background-color: #011B1B; }
a { background-color: rgb(1,27,27); }
div.DivClassName
{
background-color: #011B1B;
}
.BgClassName
{
background-color: #011B1B;
}
</style>
border-color css
<style>
span { border-color: #011B1B; }
span { border-color: rgb(1,27,27); }
td.TdClassName
{
border-color: #011B1B;
}
.TagClassName
{
border-color: #011B1B;
}
</style>