Shades of Dark Green #052115
Tints of Dark Green #052115
RGB
CMYK
RGB Variations
Color information
#052115 (or 0x052115) is known color: Dark Green. HEX triplet: 05, 21 and 15. RGB value is (5,33,21). Sum of RGB (Red+Green+Blue) = 5+33+21=59 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.47% from 59); Green value is 33 (13.28% from 255 or 55.93% from 59); Blue value is 21 (8.59% from 255 or 35.59% from 59); Max value from RGB is 33 - color contains mainly: green. Hex color #052115 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052115 is #FADEEA. Grayscale: #171717. Windows color (decimal): -16441067 or 1384709. OLE color: 1384709.
HSL color Cylindrical-coordinate representation of color #052115: hue angle of 154.29º degrees, saturation: 0.74, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #052115 is Cyan = 0.85, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 5 | 33 | 21 | - |
| CMYK | 0.85 | 0 | 0.36 | 0.87 |
| HSL | 154.29º | 0.74% | 0.07% | - |
| HSV(B) | 154.29º | 0.85% | 0.13% | - |
| XYZ | 0.74 | 1.17 | 0.9 | - |
| YUV | 23.26 | 126.72 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 33 | 21 | 0.85 | 0 | 0.36 | 0.87 | 154.29 | 0.74 | 0.07 |
| Hex | 5 | 21 | 15 | 55 | 0 | 24 | 57 | 9A | 4A | 7 |
| Octal | 5 | 41 | 25 | 125 | 0 | 44 | 127 | 232 | 112 | 7 |
| Binary | 101 | 100001 | 10101 | 1010101 | 0 | 100100 | 1010111 | 10011010 | 1001010 | 111 |
Color Harmonies of #052115
Complementary color
Monochromatic Colors of #052115
Black with #052115
Text Example
Text Example
White with #052115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052115; }
p { color: rgb(5,33,21); }
H1.HeaderClassName
{
color: #052115;
}
.AnyTagClassName
{
color: #052115;
}
</style>
background-color css
<style>
a { background-color: #052115; }
a { background-color: rgb(5,33,21); }
div.DivClassName
{
background-color: #052115;
}
.BgClassName
{
background-color: #052115;
}
</style>
border-color css
<style>
span { border-color: #052115; }
span { border-color: rgb(5,33,21); }
td.TdClassName
{
border-color: #052115;
}
.TagClassName
{
border-color: #052115;
}
</style>