Shades of Dark Spring Green #05892E
Tints of Dark Spring Green #05892E
RGB
CMYK
RGB Variations
Color information
#05892E (or 0x05892E) is known color: Dark Spring Green. HEX triplet: 05, 89 and 2E. RGB value is (5,137,46). Sum of RGB (Red+Green+Blue) = 5+137+46=188 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.66% from 188); Green value is 137 (53.91% from 255 or 72.87% from 188); Blue value is 46 (18.36% from 255 or 24.47% from 188); Max value from RGB is 137 - color contains mainly: green. Hex color #05892E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05892E is #FA76D1. Grayscale: #575757. Windows color (decimal): -16414418 or 3049733. OLE color: 3049733.
HSL color Cylindrical-coordinate representation of color #05892E: hue angle of 138.64º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05892E is Cyan = 0.96, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 5 | 137 | 46 | - |
| CMYK | 0.96 | 0 | 0.66 | 0.46 |
| HSL | 138.64º | 0.93% | 0.28% | - |
| HSV(B) | 138.64º | 0.96% | 0.54% | - |
| XYZ | 9.5 | 18.12 | 5.58 | - |
| YUV | 87.16 | 104.77 | 69.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 137 | 46 | 0.96 | 0 | 0.66 | 0.46 | 138.64 | 0.93 | 0.28 |
| Hex | 5 | 89 | 2E | 60 | 0 | 42 | 2E | 8B | 5D | 1C |
| Octal | 5 | 211 | 56 | 140 | 0 | 102 | 56 | 213 | 135 | 34 |
| Binary | 101 | 10001001 | 101110 | 1100000 | 0 | 1000010 | 101110 | 10001011 | 1011101 | 11100 |
Color Harmonies of #05892E
Complementary color
Monochromatic Colors of #05892E
Black with #05892E
Text Example
Text Example
White with #05892E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05892E; }
p { color: rgb(5,137,46); }
H1.HeaderClassName
{
color: #05892E;
}
.AnyTagClassName
{
color: #05892E;
}
</style>
background-color css
<style>
a { background-color: #05892E; }
a { background-color: rgb(5,137,46); }
div.DivClassName
{
background-color: #05892E;
}
.BgClassName
{
background-color: #05892E;
}
</style>
border-color css
<style>
span { border-color: #05892E; }
span { border-color: rgb(5,137,46); }
td.TdClassName
{
border-color: #05892E;
}
.TagClassName
{
border-color: #05892E;
}
</style>