Shades of Dark Spring Green #05823E
Tints of Dark Spring Green #05823E
RGB
CMYK
RGB Variations
Color information
#05823E (or 0x05823E) is known color: Dark Spring Green. HEX triplet: 05, 82 and 3E. RGB value is (5,130,62). Sum of RGB (Red+Green+Blue) = 5+130+62=197 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.54% from 197); Green value is 130 (51.17% from 255 or 65.99% from 197); Blue value is 62 (24.61% from 255 or 31.47% from 197); Max value from RGB is 130 - color contains mainly: green. Hex color #05823E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05823E is #FA7DC1. Grayscale: #555555. Windows color (decimal): -16416194 or 4096517. OLE color: 4096517.
HSL color Cylindrical-coordinate representation of color #05823E: hue angle of 147.36º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05823E is Cyan = 0.96, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 5 | 130 | 62 | - |
| CMYK | 0.96 | 0 | 0.52 | 0.49 |
| HSL | 147.36º | 0.93% | 0.26% | - |
| HSV(B) | 147.36º | 0.96% | 0.51% | - |
| XYZ | 8.91 | 16.35 | 7.24 | - |
| YUV | 84.87 | 115.09 | 71.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 130 | 62 | 0.96 | 0 | 0.52 | 0.49 | 147.36 | 0.93 | 0.26 |
| Hex | 5 | 82 | 3E | 60 | 0 | 34 | 31 | 93 | 5D | 1A |
| Octal | 5 | 202 | 76 | 140 | 0 | 64 | 61 | 223 | 135 | 32 |
| Binary | 101 | 10000010 | 111110 | 1100000 | 0 | 110100 | 110001 | 10010011 | 1011101 | 11010 |
Color Harmonies of #05823E
Complementary color
Monochromatic Colors of #05823E
Black with #05823E
Text Example
Text Example
White with #05823E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05823E; }
p { color: rgb(5,130,62); }
H1.HeaderClassName
{
color: #05823E;
}
.AnyTagClassName
{
color: #05823E;
}
</style>
background-color css
<style>
a { background-color: #05823E; }
a { background-color: rgb(5,130,62); }
div.DivClassName
{
background-color: #05823E;
}
.BgClassName
{
background-color: #05823E;
}
</style>
border-color css
<style>
span { border-color: #05823E; }
span { border-color: rgb(5,130,62); }
td.TdClassName
{
border-color: #05823E;
}
.TagClassName
{
border-color: #05823E;
}
</style>