Shades of Dark Green #05312D
Tints of Dark Green #05312D
RGB
CMYK
RGB Variations
Color information
#05312D (or 0x05312D) is known color: Dark Green. HEX triplet: 05, 31 and 2D. RGB value is (5,49,45). Sum of RGB (Red+Green+Blue) = 5+49+45=99 (13% of max value = 765). Red value is 5 (2.34% from 255 or 5.05% from 99); Green value is 49 (19.53% from 255 or 49.49% from 99); Blue value is 45 (17.97% from 255 or 45.45% from 99); Max value from RGB is 49 - color contains mainly: green. Hex color #05312D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05312D is #FACED2. Grayscale: #232323. Windows color (decimal): -16436947 or 2961669. OLE color: 2961669.
HSL color Cylindrical-coordinate representation of color #05312D: hue angle of 174.55º 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 #05312D is Cyan = 0.90, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 5 | 49 | 45 | - |
| CMYK | 0.90 | 0 | 0.08 | 0.81 |
| HSL | 174.55º | 0.81% | 0.11% | - |
| HSV(B) | 174.55º | 0.9% | 0.19% | - |
| XYZ | 1.63 | 2.42 | 2.86 | - |
| YUV | 35.39 | 133.42 | 106.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 49 | 45 | 0.90 | 0 | 0.08 | 0.81 | 174.55 | 0.81 | 0.11 |
| Hex | 5 | 31 | 2D | 5A | 0 | 8 | 51 | AF | 51 | B |
| Octal | 5 | 61 | 55 | 132 | 0 | 10 | 121 | 257 | 121 | 13 |
| Binary | 101 | 110001 | 101101 | 1011010 | 0 | 1000 | 1010001 | 10101111 | 1010001 | 1011 |
Color Harmonies of #05312D
Complementary color
Monochromatic Colors of #05312D
Black with #05312D
Text Example
Text Example
White with #05312D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05312D; }
p { color: rgb(5,49,45); }
H1.HeaderClassName
{
color: #05312D;
}
.AnyTagClassName
{
color: #05312D;
}
</style>
background-color css
<style>
a { background-color: #05312D; }
a { background-color: rgb(5,49,45); }
div.DivClassName
{
background-color: #05312D;
}
.BgClassName
{
background-color: #05312D;
}
</style>
border-color css
<style>
span { border-color: #05312D; }
span { border-color: rgb(5,49,45); }
td.TdClassName
{
border-color: #05312D;
}
.TagClassName
{
border-color: #05312D;
}
</style>