Shades of Dark Green #051C15
Tints of Dark Green #051C15
RGB
CMYK
RGB Variations
Color information
#051C15 (or 0x051C15) is known color: Dark Green. HEX triplet: 05, 1C and 15. RGB value is (5,28,21). Sum of RGB (Red+Green+Blue) = 5+28+21=54 (7% of max value = 765). Red value is 5 (2.34% from 255 or 9.26% from 54); Green value is 28 (11.33% from 255 or 51.85% from 54); Blue value is 21 (8.59% from 255 or 38.89% from 54); Max value from RGB is 28 - color contains mainly: green. Hex color #051C15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #051C15 is #FAE3EA. Grayscale: #141414. Windows color (decimal): -16442347 or 1383429. OLE color: 1383429.
HSL color Cylindrical-coordinate representation of color #051C15: hue angle of 161.74º 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 #051C15 is Cyan = 0.82, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 5 | 28 | 21 | - |
| CMYK | 0.82 | 0 | 0.25 | 0.89 |
| HSL | 161.74º | 0.7% | 0.06% | - |
| HSV(B) | 161.74º | 0.82% | 0.11% | - |
| XYZ | 0.61 | 0.92 | 0.85 | - |
| YUV | 20.33 | 128.38 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 28 | 21 | 0.82 | 0 | 0.25 | 0.89 | 161.74 | 0.7 | 0.06 |
| Hex | 5 | 1C | 15 | 52 | 0 | 19 | 59 | A2 | 46 | 6 |
| Octal | 5 | 34 | 25 | 122 | 0 | 31 | 131 | 242 | 106 | 6 |
| Binary | 101 | 11100 | 10101 | 1010010 | 0 | 11001 | 1011001 | 10100010 | 1000110 | 110 |
Color Harmonies of #051C15
Complementary color
Monochromatic Colors of #051C15
Black with #051C15
Text Example
Text Example
White with #051C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051C15; }
p { color: rgb(5,28,21); }
H1.HeaderClassName
{
color: #051C15;
}
.AnyTagClassName
{
color: #051C15;
}
</style>
background-color css
<style>
a { background-color: #051C15; }
a { background-color: rgb(5,28,21); }
div.DivClassName
{
background-color: #051C15;
}
.BgClassName
{
background-color: #051C15;
}
</style>
border-color css
<style>
span { border-color: #051C15; }
span { border-color: rgb(5,28,21); }
td.TdClassName
{
border-color: #051C15;
}
.TagClassName
{
border-color: #051C15;
}
</style>