Shades of Dark Green #052A1A
Tints of Dark Green #052A1A
RGB
CMYK
RGB Variations
Color information
#052A1A (or 0x052A1A) is known color: Dark Green. HEX triplet: 05, 2A and 1A. RGB value is (5,42,26). Sum of RGB (Red+Green+Blue) = 5+42+26=73 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.85% from 73); Green value is 42 (16.80% from 255 or 57.53% from 73); Blue value is 26 (10.55% from 255 or 35.62% from 73); Max value from RGB is 42 - color contains mainly: green. Hex color #052A1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052A1A is #FAD5E5. Grayscale: #1D1D1D. Windows color (decimal): -16438758 or 1714693. OLE color: 1714693.
HSL color Cylindrical-coordinate representation of color #052A1A: hue angle of 154.05º 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 #052A1A is Cyan = 0.88, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 5 | 42 | 26 | - |
| CMYK | 0.88 | 0 | 0.38 | 0.84 |
| HSL | 154.05º | 0.79% | 0.09% | - |
| HSV(B) | 154.05º | 0.88% | 0.16% | - |
| XYZ | 1.08 | 1.76 | 1.26 | - |
| YUV | 29.11 | 126.24 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 42 | 26 | 0.88 | 0 | 0.38 | 0.84 | 154.05 | 0.79 | 0.09 |
| Hex | 5 | 2A | 1A | 58 | 0 | 26 | 54 | 9A | 4F | 9 |
| Octal | 5 | 52 | 32 | 130 | 0 | 46 | 124 | 232 | 117 | 11 |
| Binary | 101 | 101010 | 11010 | 1011000 | 0 | 100110 | 1010100 | 10011010 | 1001111 | 1001 |
Color Harmonies of #052A1A
Complementary color
Monochromatic Colors of #052A1A
Black with #052A1A
Text Example
Text Example
White with #052A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052A1A; }
p { color: rgb(5,42,26); }
H1.HeaderClassName
{
color: #052A1A;
}
.AnyTagClassName
{
color: #052A1A;
}
</style>
background-color css
<style>
a { background-color: #052A1A; }
a { background-color: rgb(5,42,26); }
div.DivClassName
{
background-color: #052A1A;
}
.BgClassName
{
background-color: #052A1A;
}
</style>
border-color css
<style>
span { border-color: #052A1A; }
span { border-color: rgb(5,42,26); }
td.TdClassName
{
border-color: #052A1A;
}
.TagClassName
{
border-color: #052A1A;
}
</style>