Shades of Dark Green #051C12
Tints of Dark Green #051C12
RGB
CMYK
RGB Variations
Color information
#051C12 (or 0x051C12) is known color: Dark Green. HEX triplet: 05, 1C and 12. RGB value is (5,28,18). Sum of RGB (Red+Green+Blue) = 5+28+18=51 (6% of max value = 765). Red value is 5 (2.34% from 255 or 9.80% from 51); Green value is 28 (11.33% from 255 or 54.90% from 51); Blue value is 18 (7.42% from 255 or 35.29% from 51); Max value from RGB is 28 - color contains mainly: green. Hex color #051C12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #051C12 is #FAE3ED. Grayscale: #141414. Windows color (decimal): -16442350 or 1186821. OLE color: 1186821.
HSL color Cylindrical-coordinate representation of color #051C12: hue angle of 153.91º degrees, saturation: 0.7, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #051C12 is Cyan = 0.82, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 5 | 28 | 18 | - |
| CMYK | 0.82 | 0 | 0.36 | 0.89 |
| HSL | 153.91º | 0.7% | 0.06% | - |
| HSV(B) | 153.91º | 0.82% | 0.11% | - |
| XYZ | 0.59 | 0.91 | 0.72 | - |
| YUV | 19.98 | 126.88 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 28 | 18 | 0.82 | 0 | 0.36 | 0.89 | 153.91 | 0.7 | 0.06 |
| Hex | 5 | 1C | 12 | 52 | 0 | 24 | 59 | 9A | 46 | 6 |
| Octal | 5 | 34 | 22 | 122 | 0 | 44 | 131 | 232 | 106 | 6 |
| Binary | 101 | 11100 | 10010 | 1010010 | 0 | 100100 | 1011001 | 10011010 | 1000110 | 110 |
Color Harmonies of #051C12
Complementary color
Monochromatic Colors of #051C12
Black with #051C12
Text Example
Text Example
White with #051C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051C12; }
p { color: rgb(5,28,18); }
H1.HeaderClassName
{
color: #051C12;
}
.AnyTagClassName
{
color: #051C12;
}
</style>
background-color css
<style>
a { background-color: #051C12; }
a { background-color: rgb(5,28,18); }
div.DivClassName
{
background-color: #051C12;
}
.BgClassName
{
background-color: #051C12;
}
</style>
border-color css
<style>
span { border-color: #051C12; }
span { border-color: rgb(5,28,18); }
td.TdClassName
{
border-color: #051C12;
}
.TagClassName
{
border-color: #051C12;
}
</style>