Shades of Dark Spring Green #05882F
Tints of Dark Spring Green #05882F
RGB
CMYK
RGB Variations
Color information
#05882F (or 0x05882F) is known color: Dark Spring Green. HEX triplet: 05, 88 and 2F. RGB value is (5,136,47). Sum of RGB (Red+Green+Blue) = 5+136+47=188 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.66% from 188); Green value is 136 (53.52% from 255 or 72.34% from 188); Blue value is 47 (18.75% from 255 or 25% from 188); Max value from RGB is 136 - color contains mainly: green. Hex color #05882F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05882F is #FA77D0. Grayscale: #565656. Windows color (decimal): -16414673 or 3115013. OLE color: 3115013.
HSL color Cylindrical-coordinate representation of color #05882F: hue angle of 139.24º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05882F is Cyan = 0.96, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 5 | 136 | 47 | - |
| CMYK | 0.96 | 0 | 0.65 | 0.47 |
| HSL | 139.24º | 0.93% | 0.28% | - |
| HSV(B) | 139.24º | 0.96% | 0.53% | - |
| XYZ | 9.38 | 17.85 | 5.64 | - |
| YUV | 86.69 | 105.6 | 69.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 136 | 47 | 0.96 | 0 | 0.65 | 0.47 | 139.24 | 0.93 | 0.28 |
| Hex | 5 | 88 | 2F | 60 | 0 | 41 | 2F | 8B | 5D | 1C |
| Octal | 5 | 210 | 57 | 140 | 0 | 101 | 57 | 213 | 135 | 34 |
| Binary | 101 | 10001000 | 101111 | 1100000 | 0 | 1000001 | 101111 | 10001011 | 1011101 | 11100 |
Color Harmonies of #05882F
Complementary color
Monochromatic Colors of #05882F
Black with #05882F
Text Example
Text Example
White with #05882F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05882F; }
p { color: rgb(5,136,47); }
H1.HeaderClassName
{
color: #05882F;
}
.AnyTagClassName
{
color: #05882F;
}
</style>
background-color css
<style>
a { background-color: #05882F; }
a { background-color: rgb(5,136,47); }
div.DivClassName
{
background-color: #05882F;
}
.BgClassName
{
background-color: #05882F;
}
</style>
border-color css
<style>
span { border-color: #05882F; }
span { border-color: rgb(5,136,47); }
td.TdClassName
{
border-color: #05882F;
}
.TagClassName
{
border-color: #05882F;
}
</style>