Shades of Dark Green #011512
Tints of Dark Green #011512
RGB
CMYK
RGB Variations
Color information
#011512 (or 0x011512) is known color: Dark Green. HEX triplet: 01, 15 and 12. RGB value is (1,21,18). Sum of RGB (Red+Green+Blue) = 1+21+18=40 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.5% from 40); Green value is 21 (8.59% from 255 or 52.5% from 40); Blue value is 18 (7.42% from 255 or 45% from 40); Max value from RGB is 21 - color contains mainly: green. Hex color #011512 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011512 is #FEEAED. Grayscale: #0E0E0E. Windows color (decimal): -16706286 or 1185025. OLE color: 1185025.
HSL color Cylindrical-coordinate representation of color #011512: hue angle of 171º degrees, saturation: 0.91, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #011512 is Cyan = 0.95, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 1 | 21 | 18 | - |
| CMYK | 0.95 | 0 | 0.14 | 0.92 |
| HSL | 171º | 0.91% | 0.04% | - |
| HSV(B) | 171º | 0.95% | 0.08% | - |
| XYZ | 0.39 | 0.59 | 0.66 | - |
| YUV | 14.68 | 129.87 | 118.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 21 | 18 | 0.95 | 0 | 0.14 | 0.92 | 171 | 0.91 | 0.04 |
| Hex | 1 | 15 | 12 | 5F | 0 | E | 5C | AB | 5B | 4 |
| Octal | 1 | 25 | 22 | 137 | 0 | 16 | 134 | 253 | 133 | 4 |
| Binary | 1 | 10101 | 10010 | 1011111 | 0 | 1110 | 1011100 | 10101011 | 1011011 | 100 |
Color Harmonies of #011512
Complementary color
Monochromatic Colors of #011512
Black with #011512
Text Example
Text Example
White with #011512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011512; }
p { color: rgb(1,21,18); }
H1.HeaderClassName
{
color: #011512;
}
.AnyTagClassName
{
color: #011512;
}
</style>
background-color css
<style>
a { background-color: #011512; }
a { background-color: rgb(1,21,18); }
div.DivClassName
{
background-color: #011512;
}
.BgClassName
{
background-color: #011512;
}
</style>
border-color css
<style>
span { border-color: #011512; }
span { border-color: rgb(1,21,18); }
td.TdClassName
{
border-color: #011512;
}
.TagClassName
{
border-color: #011512;
}
</style>