Shades of Dark Green #052A1F
Tints of Dark Green #052A1F
RGB
CMYK
RGB Variations
Color information
#052A1F (or 0x052A1F) is known color: Dark Green. HEX triplet: 05, 2A and 1F. RGB value is (5,42,31). Sum of RGB (Red+Green+Blue) = 5+42+31=78 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.41% from 78); Green value is 42 (16.80% from 255 or 53.85% from 78); Blue value is 31 (12.5% from 255 or 39.74% from 78); Max value from RGB is 42 - color contains mainly: green. Hex color #052A1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052A1F is #FAD5E0. Grayscale: #1D1D1D. Windows color (decimal): -16438753 or 2042373. OLE color: 2042373.
HSL color Cylindrical-coordinate representation of color #052A1F: hue angle of 162.16º degrees, saturation: 0.79, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #052A1F is Cyan = 0.88, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 5 | 42 | 31 | - |
| CMYK | 0.88 | 0 | 0.26 | 0.84 |
| HSL | 162.16º | 0.79% | 0.09% | - |
| HSV(B) | 162.16º | 0.88% | 0.16% | - |
| XYZ | 1.14 | 1.79 | 1.58 | - |
| YUV | 29.68 | 128.74 | 110.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 42 | 31 | 0.88 | 0 | 0.26 | 0.84 | 162.16 | 0.79 | 0.09 |
| Hex | 5 | 2A | 1F | 58 | 0 | 1A | 54 | A2 | 4F | 9 |
| Octal | 5 | 52 | 37 | 130 | 0 | 32 | 124 | 242 | 117 | 11 |
| Binary | 101 | 101010 | 11111 | 1011000 | 0 | 11010 | 1010100 | 10100010 | 1001111 | 1001 |
Color Harmonies of #052A1F
Complementary color
Monochromatic Colors of #052A1F
Black with #052A1F
Text Example
Text Example
White with #052A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052A1F; }
p { color: rgb(5,42,31); }
H1.HeaderClassName
{
color: #052A1F;
}
.AnyTagClassName
{
color: #052A1F;
}
</style>
background-color css
<style>
a { background-color: #052A1F; }
a { background-color: rgb(5,42,31); }
div.DivClassName
{
background-color: #052A1F;
}
.BgClassName
{
background-color: #052A1F;
}
</style>
border-color css
<style>
span { border-color: #052A1F; }
span { border-color: rgb(5,42,31); }
td.TdClassName
{
border-color: #052A1F;
}
.TagClassName
{
border-color: #052A1F;
}
</style>