Shades of Dark Green #05291E
Tints of Dark Green #05291E
RGB
CMYK
RGB Variations
Color information
#05291E (or 0x05291E) is known color: Dark Green. HEX triplet: 05, 29 and 1E. RGB value is (5,41,30). Sum of RGB (Red+Green+Blue) = 5+41+30=76 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.58% from 76); Green value is 41 (16.41% from 255 or 53.95% from 76); Blue value is 30 (12.11% from 255 or 39.47% from 76); Max value from RGB is 41 - color contains mainly: green. Hex color #05291E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05291E is #FAD6E1. Grayscale: #1C1C1C. Windows color (decimal): -16439010 or 1976581. OLE color: 1976581.
HSL color Cylindrical-coordinate representation of color #05291E: hue angle of 161.67º 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 #05291E is Cyan = 0.88, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 5 | 41 | 30 | - |
| CMYK | 0.88 | 0 | 0.27 | 0.84 |
| HSL | 161.67º | 0.78% | 0.09% | - |
| HSV(B) | 161.67º | 0.88% | 0.16% | - |
| XYZ | 1.09 | 1.71 | 1.5 | - |
| YUV | 28.98 | 128.57 | 110.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 41 | 30 | 0.88 | 0 | 0.27 | 0.84 | 161.67 | 0.78 | 0.09 |
| Hex | 5 | 29 | 1E | 58 | 0 | 1B | 54 | A2 | 4E | 9 |
| Octal | 5 | 51 | 36 | 130 | 0 | 33 | 124 | 242 | 116 | 11 |
| Binary | 101 | 101001 | 11110 | 1011000 | 0 | 11011 | 1010100 | 10100010 | 1001110 | 1001 |
Color Harmonies of #05291E
Complementary color
Monochromatic Colors of #05291E
Black with #05291E
Text Example
Text Example
White with #05291E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05291E; }
p { color: rgb(5,41,30); }
H1.HeaderClassName
{
color: #05291E;
}
.AnyTagClassName
{
color: #05291E;
}
</style>
background-color css
<style>
a { background-color: #05291E; }
a { background-color: rgb(5,41,30); }
div.DivClassName
{
background-color: #05291E;
}
.BgClassName
{
background-color: #05291E;
}
</style>
border-color css
<style>
span { border-color: #05291E; }
span { border-color: rgb(5,41,30); }
td.TdClassName
{
border-color: #05291E;
}
.TagClassName
{
border-color: #05291E;
}
</style>