Shades of Dark Spring Green #05823B
Tints of Dark Spring Green #05823B
RGB
CMYK
RGB Variations
Color information
#05823B (or 0x05823B) is known color: Dark Spring Green. HEX triplet: 05, 82 and 3B. RGB value is (5,130,59). Sum of RGB (Red+Green+Blue) = 5+130+59=194 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.58% from 194); Green value is 130 (51.17% from 255 or 67.01% from 194); Blue value is 59 (23.44% from 255 or 30.41% from 194); Max value from RGB is 130 - color contains mainly: green. Hex color #05823B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05823B is #FA7DC4. Grayscale: #545454. Windows color (decimal): -16416197 or 3899909. OLE color: 3899909.
HSL color Cylindrical-coordinate representation of color #05823B: hue angle of 145.92º 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 #05823B is Cyan = 0.96, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 5 | 130 | 59 | - |
| CMYK | 0.96 | 0 | 0.55 | 0.49 |
| HSL | 145.92º | 0.93% | 0.26% | - |
| HSV(B) | 145.92º | 0.96% | 0.51% | - |
| XYZ | 8.83 | 16.31 | 6.82 | - |
| YUV | 84.53 | 113.59 | 71.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 130 | 59 | 0.96 | 0 | 0.55 | 0.49 | 145.92 | 0.93 | 0.26 |
| Hex | 5 | 82 | 3B | 60 | 0 | 37 | 31 | 92 | 5D | 1A |
| Octal | 5 | 202 | 73 | 140 | 0 | 67 | 61 | 222 | 135 | 32 |
| Binary | 101 | 10000010 | 111011 | 1100000 | 0 | 110111 | 110001 | 10010010 | 1011101 | 11010 |
Color Harmonies of #05823B
Complementary color
Monochromatic Colors of #05823B
Black with #05823B
Text Example
Text Example
White with #05823B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05823B; }
p { color: rgb(5,130,59); }
H1.HeaderClassName
{
color: #05823B;
}
.AnyTagClassName
{
color: #05823B;
}
</style>
background-color css
<style>
a { background-color: #05823B; }
a { background-color: rgb(5,130,59); }
div.DivClassName
{
background-color: #05823B;
}
.BgClassName
{
background-color: #05823B;
}
</style>
border-color css
<style>
span { border-color: #05823B; }
span { border-color: rgb(5,130,59); }
td.TdClassName
{
border-color: #05823B;
}
.TagClassName
{
border-color: #05823B;
}
</style>