Shades of Dark Green #052015
Tints of Dark Green #052015
RGB
CMYK
RGB Variations
Color information
#052015 (or 0x052015) is known color: Dark Green. HEX triplet: 05, 20 and 15. RGB value is (5,32,21). Sum of RGB (Red+Green+Blue) = 5+32+21=58 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.62% from 58); Green value is 32 (12.89% from 255 or 55.17% from 58); Blue value is 21 (8.59% from 255 or 36.21% from 58); Max value from RGB is 32 - color contains mainly: green. Hex color #052015 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052015 is #FADFEA. Grayscale: #161616. Windows color (decimal): -16441323 or 1384453. OLE color: 1384453.
HSL color Cylindrical-coordinate representation of color #052015: hue angle of 155.56º degrees, saturation: 0.73, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #052015 is Cyan = 0.84, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 5 | 32 | 21 | - |
| CMYK | 0.84 | 0 | 0.34 | 0.87 |
| HSL | 155.56º | 0.73% | 0.07% | - |
| HSV(B) | 155.56º | 0.84% | 0.13% | - |
| XYZ | 0.71 | 1.12 | 0.89 | - |
| YUV | 22.67 | 127.05 | 115.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 32 | 21 | 0.84 | 0 | 0.34 | 0.87 | 155.56 | 0.73 | 0.07 |
| Hex | 5 | 20 | 15 | 54 | 0 | 22 | 57 | 9C | 49 | 7 |
| Octal | 5 | 40 | 25 | 124 | 0 | 42 | 127 | 234 | 111 | 7 |
| Binary | 101 | 100000 | 10101 | 1010100 | 0 | 100010 | 1010111 | 10011100 | 1001001 | 111 |
Color Harmonies of #052015
Complementary color
Monochromatic Colors of #052015
Black with #052015
Text Example
Text Example
White with #052015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052015; }
p { color: rgb(5,32,21); }
H1.HeaderClassName
{
color: #052015;
}
.AnyTagClassName
{
color: #052015;
}
</style>
background-color css
<style>
a { background-color: #052015; }
a { background-color: rgb(5,32,21); }
div.DivClassName
{
background-color: #052015;
}
.BgClassName
{
background-color: #052015;
}
</style>
border-color css
<style>
span { border-color: #052015; }
span { border-color: rgb(5,32,21); }
td.TdClassName
{
border-color: #052015;
}
.TagClassName
{
border-color: #052015;
}
</style>