Shades of Dark Green #052F2D
Tints of Dark Green #052F2D
RGB
CMYK
RGB Variations
Color information
#052F2D (or 0x052F2D) is known color: Dark Green. HEX triplet: 05, 2F and 2D. RGB value is (5,47,45). Sum of RGB (Red+Green+Blue) = 5+47+45=97 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.15% from 97); Green value is 47 (18.75% from 255 or 48.45% from 97); Blue value is 45 (17.97% from 255 or 46.39% from 97); Max value from RGB is 47 - color contains mainly: green. Hex color #052F2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052F2D is #FAD0D2. Grayscale: #222222. Windows color (decimal): -16437459 or 2961157. OLE color: 2961157.
HSL color Cylindrical-coordinate representation of color #052F2D: hue angle of 177.14º degrees, saturation: 0.81, 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 #052F2D is Cyan = 0.89, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 5 | 47 | 45 | - |
| CMYK | 0.89 | 0 | 0.04 | 0.82 |
| HSL | 177.14º | 0.81% | 0.1% | - |
| HSV(B) | 177.14º | 0.89% | 0.18% | - |
| XYZ | 1.55 | 2.25 | 2.84 | - |
| YUV | 34.21 | 134.09 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 47 | 45 | 0.89 | 0 | 0.04 | 0.82 | 177.14 | 0.81 | 0.1 |
| Hex | 5 | 2F | 2D | 59 | 0 | 4 | 52 | B1 | 51 | A |
| Octal | 5 | 57 | 55 | 131 | 0 | 4 | 122 | 261 | 121 | 12 |
| Binary | 101 | 101111 | 101101 | 1011001 | 0 | 100 | 1010010 | 10110001 | 1010001 | 1010 |
Color Harmonies of #052F2D
Complementary color
Monochromatic Colors of #052F2D
Black with #052F2D
Text Example
Text Example
White with #052F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052F2D; }
p { color: rgb(5,47,45); }
H1.HeaderClassName
{
color: #052F2D;
}
.AnyTagClassName
{
color: #052F2D;
}
</style>
background-color css
<style>
a { background-color: #052F2D; }
a { background-color: rgb(5,47,45); }
div.DivClassName
{
background-color: #052F2D;
}
.BgClassName
{
background-color: #052F2D;
}
</style>
border-color css
<style>
span { border-color: #052F2D; }
span { border-color: rgb(5,47,45); }
td.TdClassName
{
border-color: #052F2D;
}
.TagClassName
{
border-color: #052F2D;
}
</style>