Shades of Dark Spring Green #05823D
Tints of Dark Spring Green #05823D
RGB
CMYK
RGB Variations
Color information
#05823D (or 0x05823D) is known color: Dark Spring Green. HEX triplet: 05, 82 and 3D. RGB value is (5,130,61). Sum of RGB (Red+Green+Blue) = 5+130+61=196 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.55% from 196); Green value is 130 (51.17% from 255 or 66.33% from 196); Blue value is 61 (24.22% from 255 or 31.12% from 196); Max value from RGB is 130 - color contains mainly: green. Hex color #05823D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05823D is #FA7DC2. Grayscale: #545454. Windows color (decimal): -16416195 or 4030981. OLE color: 4030981.
HSL color Cylindrical-coordinate representation of color #05823D: hue angle of 146.88º 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 #05823D is Cyan = 0.96, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 5 | 130 | 61 | - |
| CMYK | 0.96 | 0 | 0.53 | 0.49 |
| HSL | 146.88º | 0.93% | 0.26% | - |
| HSV(B) | 146.88º | 0.96% | 0.51% | - |
| XYZ | 8.89 | 16.33 | 7.1 | - |
| YUV | 84.76 | 114.59 | 71.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 130 | 61 | 0.96 | 0 | 0.53 | 0.49 | 146.88 | 0.93 | 0.26 |
| Hex | 5 | 82 | 3D | 60 | 0 | 35 | 31 | 93 | 5D | 1A |
| Octal | 5 | 202 | 75 | 140 | 0 | 65 | 61 | 223 | 135 | 32 |
| Binary | 101 | 10000010 | 111101 | 1100000 | 0 | 110101 | 110001 | 10010011 | 1011101 | 11010 |
Color Harmonies of #05823D
Complementary color
Monochromatic Colors of #05823D
Black with #05823D
Text Example
Text Example
White with #05823D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05823D; }
p { color: rgb(5,130,61); }
H1.HeaderClassName
{
color: #05823D;
}
.AnyTagClassName
{
color: #05823D;
}
</style>
background-color css
<style>
a { background-color: #05823D; }
a { background-color: rgb(5,130,61); }
div.DivClassName
{
background-color: #05823D;
}
.BgClassName
{
background-color: #05823D;
}
</style>
border-color css
<style>
span { border-color: #05823D; }
span { border-color: rgb(5,130,61); }
td.TdClassName
{
border-color: #05823D;
}
.TagClassName
{
border-color: #05823D;
}
</style>