Shades of Dark Green #052012
Tints of Dark Green #052012
RGB
CMYK
RGB Variations
Color information
#052012 (or 0x052012) is known color: Dark Green. HEX triplet: 05, 20 and 12. RGB value is (5,32,18). Sum of RGB (Red+Green+Blue) = 5+32+18=55 (7% of max value = 765). Red value is 5 (2.34% from 255 or 9.09% from 55); Green value is 32 (12.89% from 255 or 58.18% from 55); Blue value is 18 (7.42% from 255 or 32.73% from 55); Max value from RGB is 32 - color contains mainly: green. Hex color #052012 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052012 is #FADFED. Grayscale: #161616. Windows color (decimal): -16441326 or 1187845. OLE color: 1187845.
HSL color Cylindrical-coordinate representation of color #052012: hue angle of 148.89º 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 #052012 is Cyan = 0.84, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 5 | 32 | 18 | - |
| CMYK | 0.84 | 0 | 0.44 | 0.87 |
| HSL | 148.89º | 0.73% | 0.07% | - |
| HSV(B) | 148.89º | 0.84% | 0.13% | - |
| XYZ | 0.69 | 1.11 | 0.75 | - |
| YUV | 22.33 | 125.55 | 115.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 32 | 18 | 0.84 | 0 | 0.44 | 0.87 | 148.89 | 0.73 | 0.07 |
| Hex | 5 | 20 | 12 | 54 | 0 | 2C | 57 | 95 | 49 | 7 |
| Octal | 5 | 40 | 22 | 124 | 0 | 54 | 127 | 225 | 111 | 7 |
| Binary | 101 | 100000 | 10010 | 1010100 | 0 | 101100 | 1010111 | 10010101 | 1001001 | 111 |
Color Harmonies of #052012
Complementary color
Monochromatic Colors of #052012
Black with #052012
Text Example
Text Example
White with #052012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052012; }
p { color: rgb(5,32,18); }
H1.HeaderClassName
{
color: #052012;
}
.AnyTagClassName
{
color: #052012;
}
</style>
background-color css
<style>
a { background-color: #052012; }
a { background-color: rgb(5,32,18); }
div.DivClassName
{
background-color: #052012;
}
.BgClassName
{
background-color: #052012;
}
</style>
border-color css
<style>
span { border-color: #052012; }
span { border-color: rgb(5,32,18); }
td.TdClassName
{
border-color: #052012;
}
.TagClassName
{
border-color: #052012;
}
</style>