Shades of Dark Spring Green #05822D
Tints of Dark Spring Green #05822D
RGB
CMYK
RGB Variations
Color information
#05822D (or 0x05822D) is known color: Dark Spring Green. HEX triplet: 05, 82 and 2D. RGB value is (5,130,45). Sum of RGB (Red+Green+Blue) = 5+130+45=180 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.78% from 180); Green value is 130 (51.17% from 255 or 72.22% from 180); Blue value is 45 (17.97% from 255 or 25% from 180); Max value from RGB is 130 - color contains mainly: green. Hex color #05822D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05822D is #FA7DD2. Grayscale: #535353. Windows color (decimal): -16416211 or 2982405. OLE color: 2982405.
HSL color Cylindrical-coordinate representation of color #05822D: hue angle of 139.2º 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 #05822D is Cyan = 0.96, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 5 | 130 | 45 | - |
| CMYK | 0.96 | 0 | 0.65 | 0.49 |
| HSL | 139.2º | 0.93% | 0.26% | - |
| HSV(B) | 139.2º | 0.96% | 0.51% | - |
| XYZ | 8.52 | 16.19 | 5.16 | - |
| YUV | 82.94 | 106.59 | 72.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 130 | 45 | 0.96 | 0 | 0.65 | 0.49 | 139.2 | 0.93 | 0.26 |
| Hex | 5 | 82 | 2D | 60 | 0 | 41 | 31 | 8B | 5D | 1A |
| Octal | 5 | 202 | 55 | 140 | 0 | 101 | 61 | 213 | 135 | 32 |
| Binary | 101 | 10000010 | 101101 | 1100000 | 0 | 1000001 | 110001 | 10001011 | 1011101 | 11010 |
Color Harmonies of #05822D
Complementary color
Monochromatic Colors of #05822D
Black with #05822D
Text Example
Text Example
White with #05822D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05822D; }
p { color: rgb(5,130,45); }
H1.HeaderClassName
{
color: #05822D;
}
.AnyTagClassName
{
color: #05822D;
}
</style>
background-color css
<style>
a { background-color: #05822D; }
a { background-color: rgb(5,130,45); }
div.DivClassName
{
background-color: #05822D;
}
.BgClassName
{
background-color: #05822D;
}
</style>
border-color css
<style>
span { border-color: #05822D; }
span { border-color: rgb(5,130,45); }
td.TdClassName
{
border-color: #05822D;
}
.TagClassName
{
border-color: #05822D;
}
</style>