Shades of Dark Spring Green #05803D
Tints of Dark Spring Green #05803D
RGB
CMYK
RGB Variations
Color information
#05803D (or 0x05803D) is known color: Dark Spring Green. HEX triplet: 05, 80 and 3D. RGB value is (5,128,61). Sum of RGB (Red+Green+Blue) = 5+128+61=194 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.58% from 194); Green value is 128 (50.39% from 255 or 65.98% from 194); Blue value is 61 (24.22% from 255 or 31.44% from 194); Max value from RGB is 128 - color contains mainly: green. Hex color #05803D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05803D is #FA7FC2. Grayscale: #535353. Windows color (decimal): -16416707 or 4030469. OLE color: 4030469.
HSL color Cylindrical-coordinate representation of color #05803D: hue angle of 147.32º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05803D is Cyan = 0.96, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 5 | 128 | 61 | - |
| CMYK | 0.96 | 0 | 0.52 | 0.50 |
| HSL | 147.32º | 0.92% | 0.26% | - |
| HSV(B) | 147.32º | 0.96% | 0.5% | - |
| XYZ | 8.62 | 15.81 | 7.01 | - |
| YUV | 83.59 | 115.25 | 71.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 128 | 61 | 0.96 | 0 | 0.52 | 0.50 | 147.32 | 0.92 | 0.26 |
| Hex | 5 | 80 | 3D | 60 | 0 | 34 | 32 | 93 | 5C | 1A |
| Octal | 5 | 200 | 75 | 140 | 0 | 64 | 62 | 223 | 134 | 32 |
| Binary | 101 | 10000000 | 111101 | 1100000 | 0 | 110100 | 110010 | 10010011 | 1011100 | 11010 |
Color Harmonies of #05803D
Complementary color
Monochromatic Colors of #05803D
Black with #05803D
Text Example
Text Example
White with #05803D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05803D; }
p { color: rgb(5,128,61); }
H1.HeaderClassName
{
color: #05803D;
}
.AnyTagClassName
{
color: #05803D;
}
</style>
background-color css
<style>
a { background-color: #05803D; }
a { background-color: rgb(5,128,61); }
div.DivClassName
{
background-color: #05803D;
}
.BgClassName
{
background-color: #05803D;
}
</style>
border-color css
<style>
span { border-color: #05803D; }
span { border-color: rgb(5,128,61); }
td.TdClassName
{
border-color: #05803D;
}
.TagClassName
{
border-color: #05803D;
}
</style>