Shades of Dark Green #05312E
Tints of Dark Green #05312E
RGB
CMYK
RGB Variations
Color information
#05312E (or 0x05312E) is known color: Dark Green. HEX triplet: 05, 31 and 2E. RGB value is (5,49,46). Sum of RGB (Red+Green+Blue) = 5+49+46=100 (13% of max value = 765). Red value is 5 (2.34% from 255 or 5% from 100); Green value is 49 (19.53% from 255 or 49% from 100); Blue value is 46 (18.36% from 255 or 46% from 100); Max value from RGB is 49 - color contains mainly: green. Hex color #05312E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05312E is #FACED1. Grayscale: #232323. Windows color (decimal): -16436946 or 3027205. OLE color: 3027205.
HSL color Cylindrical-coordinate representation of color #05312E: hue angle of 175.91º 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 #05312E is Cyan = 0.90, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 5 | 49 | 46 | - |
| CMYK | 0.90 | 0 | 0.06 | 0.81 |
| HSL | 175.91º | 0.81% | 0.11% | - |
| HSV(B) | 175.91º | 0.9% | 0.19% | - |
| XYZ | 1.65 | 2.43 | 2.97 | - |
| YUV | 35.5 | 133.92 | 106.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 49 | 46 | 0.90 | 0 | 0.06 | 0.81 | 175.91 | 0.81 | 0.11 |
| Hex | 5 | 31 | 2E | 5A | 0 | 6 | 51 | B0 | 51 | B |
| Octal | 5 | 61 | 56 | 132 | 0 | 6 | 121 | 260 | 121 | 13 |
| Binary | 101 | 110001 | 101110 | 1011010 | 0 | 110 | 1010001 | 10110000 | 1010001 | 1011 |
Color Harmonies of #05312E
Complementary color
Monochromatic Colors of #05312E
Black with #05312E
Text Example
Text Example
White with #05312E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05312E; }
p { color: rgb(5,49,46); }
H1.HeaderClassName
{
color: #05312E;
}
.AnyTagClassName
{
color: #05312E;
}
</style>
background-color css
<style>
a { background-color: #05312E; }
a { background-color: rgb(5,49,46); }
div.DivClassName
{
background-color: #05312E;
}
.BgClassName
{
background-color: #05312E;
}
</style>
border-color css
<style>
span { border-color: #05312E; }
span { border-color: rgb(5,49,46); }
td.TdClassName
{
border-color: #05312E;
}
.TagClassName
{
border-color: #05312E;
}
</style>