Shades of Dark Green #052A1B
Tints of Dark Green #052A1B
RGB
CMYK
RGB Variations
Color information
#052A1B (or 0x052A1B) is known color: Dark Green. HEX triplet: 05, 2A and 1B. RGB value is (5,42,27). Sum of RGB (Red+Green+Blue) = 5+42+27=74 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.76% from 74); Green value is 42 (16.80% from 255 or 56.76% from 74); Blue value is 27 (10.94% from 255 or 36.49% from 74); Max value from RGB is 42 - color contains mainly: green. Hex color #052A1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052A1B is #FAD5E4. Grayscale: #1D1D1D. Windows color (decimal): -16438757 or 1780229. OLE color: 1780229.
HSL color Cylindrical-coordinate representation of color #052A1B: hue angle of 155.68º 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 #052A1B is Cyan = 0.88, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 5 | 42 | 27 | - |
| CMYK | 0.88 | 0 | 0.36 | 0.84 |
| HSL | 155.68º | 0.79% | 0.09% | - |
| HSV(B) | 155.68º | 0.88% | 0.16% | - |
| XYZ | 1.09 | 1.77 | 1.32 | - |
| YUV | 29.23 | 126.74 | 110.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 42 | 27 | 0.88 | 0 | 0.36 | 0.84 | 155.68 | 0.79 | 0.09 |
| Hex | 5 | 2A | 1B | 58 | 0 | 24 | 54 | 9C | 4F | 9 |
| Octal | 5 | 52 | 33 | 130 | 0 | 44 | 124 | 234 | 117 | 11 |
| Binary | 101 | 101010 | 11011 | 1011000 | 0 | 100100 | 1010100 | 10011100 | 1001111 | 1001 |
Color Harmonies of #052A1B
Complementary color
Monochromatic Colors of #052A1B
Black with #052A1B
Text Example
Text Example
White with #052A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052A1B; }
p { color: rgb(5,42,27); }
H1.HeaderClassName
{
color: #052A1B;
}
.AnyTagClassName
{
color: #052A1B;
}
</style>
background-color css
<style>
a { background-color: #052A1B; }
a { background-color: rgb(5,42,27); }
div.DivClassName
{
background-color: #052A1B;
}
.BgClassName
{
background-color: #052A1B;
}
</style>
border-color css
<style>
span { border-color: #052A1B; }
span { border-color: rgb(5,42,27); }
td.TdClassName
{
border-color: #052A1B;
}
.TagClassName
{
border-color: #052A1B;
}
</style>