Shades of Dark Green #011C12
Tints of Dark Green #011C12
RGB
CMYK
RGB Variations
Color information
#011C12 (or 0x011C12) is known color: Dark Green. HEX triplet: 01, 1C and 12. RGB value is (1,28,18). Sum of RGB (Red+Green+Blue) = 1+28+18=47 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.13% from 47); Green value is 28 (11.33% from 255 or 59.57% from 47); Blue value is 18 (7.42% from 255 or 38.30% from 47); Max value from RGB is 28 - color contains mainly: green. Hex color #011C12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011C12 is #FEE3ED. Grayscale: #121212. Windows color (decimal): -16704494 or 1186817. OLE color: 1186817.
HSL color Cylindrical-coordinate representation of color #011C12: hue angle of 157.78º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #011C12 is Cyan = 0.96, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 1 | 28 | 18 | - |
| CMYK | 0.96 | 0 | 0.36 | 0.89 |
| HSL | 157.78º | 0.93% | 0.06% | - |
| HSV(B) | 157.78º | 0.96% | 0.11% | - |
| XYZ | 0.54 | 0.88 | 0.71 | - |
| YUV | 18.79 | 127.55 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 28 | 18 | 0.96 | 0 | 0.36 | 0.89 | 157.78 | 0.93 | 0.06 |
| Hex | 1 | 1C | 12 | 60 | 0 | 24 | 59 | 9E | 5D | 6 |
| Octal | 1 | 34 | 22 | 140 | 0 | 44 | 131 | 236 | 135 | 6 |
| Binary | 1 | 11100 | 10010 | 1100000 | 0 | 100100 | 1011001 | 10011110 | 1011101 | 110 |
Color Harmonies of #011C12
Complementary color
Monochromatic Colors of #011C12
Black with #011C12
Text Example
Text Example
White with #011C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011C12; }
p { color: rgb(1,28,18); }
H1.HeaderClassName
{
color: #011C12;
}
.AnyTagClassName
{
color: #011C12;
}
</style>
background-color css
<style>
a { background-color: #011C12; }
a { background-color: rgb(1,28,18); }
div.DivClassName
{
background-color: #011C12;
}
.BgClassName
{
background-color: #011C12;
}
</style>
border-color css
<style>
span { border-color: #011C12; }
span { border-color: rgb(1,28,18); }
td.TdClassName
{
border-color: #011C12;
}
.TagClassName
{
border-color: #011C12;
}
</style>