Shades of Dark Spring Green #05872D
Tints of Dark Spring Green #05872D
RGB
CMYK
RGB Variations
Color information
#05872D (or 0x05872D) is known color: Dark Spring Green. HEX triplet: 05, 87 and 2D. RGB value is (5,135,45). Sum of RGB (Red+Green+Blue) = 5+135+45=185 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.70% from 185); Green value is 135 (53.12% from 255 or 72.97% from 185); Blue value is 45 (17.97% from 255 or 24.32% from 185); Max value from RGB is 135 - color contains mainly: green. Hex color #05872D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05872D is #FA78D2. Grayscale: #565656. Windows color (decimal): -16414931 or 2983685. OLE color: 2983685.
HSL color Cylindrical-coordinate representation of color #05872D: hue angle of 138.46º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05872D is Cyan = 0.96, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 5 | 135 | 45 | - |
| CMYK | 0.96 | 0 | 0.67 | 0.47 |
| HSL | 138.46º | 0.93% | 0.27% | - |
| HSV(B) | 138.46º | 0.96% | 0.53% | - |
| XYZ | 9.2 | 17.55 | 5.39 | - |
| YUV | 85.87 | 104.93 | 70.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 135 | 45 | 0.96 | 0 | 0.67 | 0.47 | 138.46 | 0.93 | 0.27 |
| Hex | 5 | 87 | 2D | 60 | 0 | 43 | 2F | 8A | 5D | 1B |
| Octal | 5 | 207 | 55 | 140 | 0 | 103 | 57 | 212 | 135 | 33 |
| Binary | 101 | 10000111 | 101101 | 1100000 | 0 | 1000011 | 101111 | 10001010 | 1011101 | 11011 |
Color Harmonies of #05872D
Complementary color
Monochromatic Colors of #05872D
Black with #05872D
Text Example
Text Example
White with #05872D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05872D; }
p { color: rgb(5,135,45); }
H1.HeaderClassName
{
color: #05872D;
}
.AnyTagClassName
{
color: #05872D;
}
</style>
background-color css
<style>
a { background-color: #05872D; }
a { background-color: rgb(5,135,45); }
div.DivClassName
{
background-color: #05872D;
}
.BgClassName
{
background-color: #05872D;
}
</style>
border-color css
<style>
span { border-color: #05872D; }
span { border-color: rgb(5,135,45); }
td.TdClassName
{
border-color: #05872D;
}
.TagClassName
{
border-color: #05872D;
}
</style>