Shades of Dark Green #05291D
Tints of Dark Green #05291D
RGB
CMYK
RGB Variations
Color information
#05291D (or 0x05291D) is known color: Dark Green. HEX triplet: 05, 29 and 1D. RGB value is (5,41,29). Sum of RGB (Red+Green+Blue) = 5+41+29=75 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.67% from 75); Green value is 41 (16.41% from 255 or 54.67% from 75); Blue value is 29 (11.72% from 255 or 38.67% from 75); Max value from RGB is 41 - color contains mainly: green. Hex color #05291D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05291D is #FAD6E2. Grayscale: #1C1C1C. Windows color (decimal): -16439011 or 1911045. OLE color: 1911045.
HSL color Cylindrical-coordinate representation of color #05291D: hue angle of 160º degrees, saturation: 0.78, 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 #05291D is Cyan = 0.88, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 5 | 41 | 29 | - |
| CMYK | 0.88 | 0 | 0.29 | 0.84 |
| HSL | 160º | 0.78% | 0.09% | - |
| HSV(B) | 160º | 0.88% | 0.16% | - |
| XYZ | 1.08 | 1.71 | 1.44 | - |
| YUV | 28.87 | 128.07 | 110.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 41 | 29 | 0.88 | 0 | 0.29 | 0.84 | 160 | 0.78 | 0.09 |
| Hex | 5 | 29 | 1D | 58 | 0 | 1D | 54 | A0 | 4E | 9 |
| Octal | 5 | 51 | 35 | 130 | 0 | 35 | 124 | 240 | 116 | 11 |
| Binary | 101 | 101001 | 11101 | 1011000 | 0 | 11101 | 1010100 | 10100000 | 1001110 | 1001 |
Color Harmonies of #05291D
Complementary color
Monochromatic Colors of #05291D
Black with #05291D
Text Example
Text Example
White with #05291D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05291D; }
p { color: rgb(5,41,29); }
H1.HeaderClassName
{
color: #05291D;
}
.AnyTagClassName
{
color: #05291D;
}
</style>
background-color css
<style>
a { background-color: #05291D; }
a { background-color: rgb(5,41,29); }
div.DivClassName
{
background-color: #05291D;
}
.BgClassName
{
background-color: #05291D;
}
</style>
border-color css
<style>
span { border-color: #05291D; }
span { border-color: rgb(5,41,29); }
td.TdClassName
{
border-color: #05291D;
}
.TagClassName
{
border-color: #05291D;
}
</style>