Shades of Dark Green #052E13
Tints of Dark Green #052E13
RGB
CMYK
RGB Variations
Color information
#052E13 (or 0x052E13) is known color: Dark Green. HEX triplet: 05, 2E and 13. RGB value is (5,46,19). Sum of RGB (Red+Green+Blue) = 5+46+19=70 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.14% from 70); Green value is 46 (18.36% from 255 or 65.71% from 70); Blue value is 19 (7.81% from 255 or 27.14% from 70); Max value from RGB is 46 - color contains mainly: green. Hex color #052E13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052E13 is #FAD1EC. Grayscale: #1E1E1E. Windows color (decimal): -16437741 or 1256965. OLE color: 1256965.
HSL color Cylindrical-coordinate representation of color #052E13: hue angle of 140.49º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #052E13 is Cyan = 0.89, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 5 | 46 | 19 | - |
| CMYK | 0.89 | 0 | 0.59 | 0.82 |
| HSL | 140.49º | 0.8% | 0.1% | - |
| HSV(B) | 140.49º | 0.89% | 0.18% | - |
| XYZ | 1.16 | 2.03 | 0.95 | - |
| YUV | 30.66 | 121.42 | 109.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 46 | 19 | 0.89 | 0 | 0.59 | 0.82 | 140.49 | 0.8 | 0.1 |
| Hex | 5 | 2E | 13 | 59 | 0 | 3B | 52 | 8C | 50 | A |
| Octal | 5 | 56 | 23 | 131 | 0 | 73 | 122 | 214 | 120 | 12 |
| Binary | 101 | 101110 | 10011 | 1011001 | 0 | 111011 | 1010010 | 10001100 | 1010000 | 1010 |
Color Harmonies of #052E13
Complementary color
Monochromatic Colors of #052E13
Black with #052E13
Text Example
Text Example
White with #052E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052E13; }
p { color: rgb(5,46,19); }
H1.HeaderClassName
{
color: #052E13;
}
.AnyTagClassName
{
color: #052E13;
}
</style>
background-color css
<style>
a { background-color: #052E13; }
a { background-color: rgb(5,46,19); }
div.DivClassName
{
background-color: #052E13;
}
.BgClassName
{
background-color: #052E13;
}
</style>
border-color css
<style>
span { border-color: #052E13; }
span { border-color: rgb(5,46,19); }
td.TdClassName
{
border-color: #052E13;
}
.TagClassName
{
border-color: #052E13;
}
</style>