Shades of Dark Green #052114
Tints of Dark Green #052114
RGB
CMYK
RGB Variations
Color information
#052114 (or 0x052114) is known color: Dark Green. HEX triplet: 05, 21 and 14. RGB value is (5,33,20). Sum of RGB (Red+Green+Blue) = 5+33+20=58 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.62% from 58); Green value is 33 (13.28% from 255 or 56.90% from 58); Blue value is 20 (8.20% from 255 or 34.48% from 58); Max value from RGB is 33 - color contains mainly: green. Hex color #052114 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052114 is #FADEEB. Grayscale: #171717. Windows color (decimal): -16441068 or 1319173. OLE color: 1319173.
HSL color Cylindrical-coordinate representation of color #052114: hue angle of 152.14º 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 #052114 is Cyan = 0.85, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 5 | 33 | 20 | - |
| CMYK | 0.85 | 0 | 0.39 | 0.87 |
| HSL | 152.14º | 0.74% | 0.07% | - |
| HSV(B) | 152.14º | 0.85% | 0.13% | - |
| XYZ | 0.73 | 1.17 | 0.85 | - |
| YUV | 23.15 | 126.22 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 33 | 20 | 0.85 | 0 | 0.39 | 0.87 | 152.14 | 0.74 | 0.07 |
| Hex | 5 | 21 | 14 | 55 | 0 | 27 | 57 | 98 | 4A | 7 |
| Octal | 5 | 41 | 24 | 125 | 0 | 47 | 127 | 230 | 112 | 7 |
| Binary | 101 | 100001 | 10100 | 1010101 | 0 | 100111 | 1010111 | 10011000 | 1001010 | 111 |
Color Harmonies of #052114
Complementary color
Monochromatic Colors of #052114
Black with #052114
Text Example
Text Example
White with #052114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052114; }
p { color: rgb(5,33,20); }
H1.HeaderClassName
{
color: #052114;
}
.AnyTagClassName
{
color: #052114;
}
</style>
background-color css
<style>
a { background-color: #052114; }
a { background-color: rgb(5,33,20); }
div.DivClassName
{
background-color: #052114;
}
.BgClassName
{
background-color: #052114;
}
</style>
border-color css
<style>
span { border-color: #052114; }
span { border-color: rgb(5,33,20); }
td.TdClassName
{
border-color: #052114;
}
.TagClassName
{
border-color: #052114;
}
</style>