Shades of Dark Green #05311E
Tints of Dark Green #05311E
RGB
CMYK
RGB Variations
Color information
#05311E (or 0x05311E) is known color: Dark Green. HEX triplet: 05, 31 and 1E. RGB value is (5,49,30). Sum of RGB (Red+Green+Blue) = 5+49+30=84 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.95% from 84); Green value is 49 (19.53% from 255 or 58.33% from 84); Blue value is 30 (12.11% from 255 or 35.71% from 84); Max value from RGB is 49 - color contains mainly: green. Hex color #05311E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05311E is #FACEE1. Grayscale: #212121. Windows color (decimal): -16436962 or 1978629. OLE color: 1978629.
HSL color Cylindrical-coordinate representation of color #05311E: hue angle of 154.09º degrees, saturation: 0.81, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #05311E is Cyan = 0.90, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 5 | 49 | 30 | - |
| CMYK | 0.90 | 0 | 0.39 | 0.81 |
| HSL | 154.09º | 0.81% | 0.11% | - |
| HSV(B) | 154.09º | 0.9% | 0.19% | - |
| XYZ | 1.4 | 2.32 | 1.6 | - |
| YUV | 33.68 | 125.92 | 107.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 49 | 30 | 0.90 | 0 | 0.39 | 0.81 | 154.09 | 0.81 | 0.11 |
| Hex | 5 | 31 | 1E | 5A | 0 | 27 | 51 | 9A | 51 | B |
| Octal | 5 | 61 | 36 | 132 | 0 | 47 | 121 | 232 | 121 | 13 |
| Binary | 101 | 110001 | 11110 | 1011010 | 0 | 100111 | 1010001 | 10011010 | 1010001 | 1011 |
Color Harmonies of #05311E
Complementary color
Monochromatic Colors of #05311E
Black with #05311E
Text Example
Text Example
White with #05311E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05311E; }
p { color: rgb(5,49,30); }
H1.HeaderClassName
{
color: #05311E;
}
.AnyTagClassName
{
color: #05311E;
}
</style>
background-color css
<style>
a { background-color: #05311E; }
a { background-color: rgb(5,49,30); }
div.DivClassName
{
background-color: #05311E;
}
.BgClassName
{
background-color: #05311E;
}
</style>
border-color css
<style>
span { border-color: #05311E; }
span { border-color: rgb(5,49,30); }
td.TdClassName
{
border-color: #05311E;
}
.TagClassName
{
border-color: #05311E;
}
</style>