Shades of Dark Green #011B0C
Tints of Dark Green #011B0C
RGB
CMYK
RGB Variations
Color information
#011B0C (or 0x011B0C) is known color: Dark Green. HEX triplet: 01, 1B and 0C. RGB value is (1,27,12). Sum of RGB (Red+Green+Blue) = 1+27+12=40 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.5% from 40); Green value is 27 (10.94% from 255 or 67.5% from 40); Blue value is 12 (5.08% from 255 or 30% from 40); Max value from RGB is 27 - color contains mainly: green. Hex color #011B0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011B0C is #FEE4F3. Grayscale: #111111. Windows color (decimal): -16704756 or 793345. OLE color: 793345.
HSL color Cylindrical-coordinate representation of color #011B0C: hue angle of 145.38º 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 #011B0C is Cyan = 0.96, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 1 | 27 | 12 | - |
| CMYK | 0.96 | 0 | 0.56 | 0.89 |
| HSL | 145.38º | 0.93% | 0.05% | - |
| HSV(B) | 145.38º | 0.96% | 0.11% | - |
| XYZ | 0.47 | 0.82 | 0.48 | - |
| YUV | 17.52 | 124.89 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 27 | 12 | 0.96 | 0 | 0.56 | 0.89 | 145.38 | 0.93 | 0.05 |
| Hex | 1 | 1B | C | 60 | 0 | 38 | 59 | 91 | 5D | 5 |
| Octal | 1 | 33 | 14 | 140 | 0 | 70 | 131 | 221 | 135 | 5 |
| Binary | 1 | 11011 | 1100 | 1100000 | 0 | 111000 | 1011001 | 10010001 | 1011101 | 101 |
Color Harmonies of #011B0C
Complementary color
Monochromatic Colors of #011B0C
Black with #011B0C
Text Example
Text Example
White with #011B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011B0C; }
p { color: rgb(1,27,12); }
H1.HeaderClassName
{
color: #011B0C;
}
.AnyTagClassName
{
color: #011B0C;
}
</style>
background-color css
<style>
a { background-color: #011B0C; }
a { background-color: rgb(1,27,12); }
div.DivClassName
{
background-color: #011B0C;
}
.BgClassName
{
background-color: #011B0C;
}
</style>
border-color css
<style>
span { border-color: #011B0C; }
span { border-color: rgb(1,27,12); }
td.TdClassName
{
border-color: #011B0C;
}
.TagClassName
{
border-color: #011B0C;
}
</style>