Shades of Dark Spring Green #0D843A
Tints of Dark Spring Green #0D843A
RGB
CMYK
RGB Variations
Color information
#0D843A (or 0x0D843A) is known color: Dark Spring Green. HEX triplet: 0D, 84 and 3A. RGB value is (13,132,58). Sum of RGB (Red+Green+Blue) = 13+132+58=203 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.40% from 203); Green value is 132 (51.95% from 255 or 65.02% from 203); Blue value is 58 (23.05% from 255 or 28.57% from 203); Max value from RGB is 132 - color contains mainly: green. Hex color #0D843A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D843A is #F27BC5. Grayscale: #585858. Windows color (decimal): -15891398 or 3834893. OLE color: 3834893.
HSL color Cylindrical-coordinate representation of color #0D843A: hue angle of 142.69º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D843A is Cyan = 0.90, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 13 | 132 | 58 | - |
| CMYK | 0.90 | 0 | 0.56 | 0.48 |
| HSL | 142.69º | 0.82% | 0.28% | - |
| HSV(B) | 142.69º | 0.9% | 0.52% | - |
| XYZ | 9.18 | 16.89 | 6.78 | - |
| YUV | 87.98 | 111.08 | 74.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 132 | 58 | 0.90 | 0 | 0.56 | 0.48 | 142.69 | 0.82 | 0.28 |
| Hex | D | 84 | 3A | 5A | 0 | 38 | 30 | 8F | 52 | 1C |
| Octal | 15 | 204 | 72 | 132 | 0 | 70 | 60 | 217 | 122 | 34 |
| Binary | 1101 | 10000100 | 111010 | 1011010 | 0 | 111000 | 110000 | 10001111 | 1010010 | 11100 |
Color Harmonies of #0D843A
Complementary color
Monochromatic Colors of #0D843A
Black with #0D843A
Text Example
Text Example
White with #0D843A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D843A; }
p { color: rgb(13,132,58); }
H1.HeaderClassName
{
color: #0D843A;
}
.AnyTagClassName
{
color: #0D843A;
}
</style>
background-color css
<style>
a { background-color: #0D843A; }
a { background-color: rgb(13,132,58); }
div.DivClassName
{
background-color: #0D843A;
}
.BgClassName
{
background-color: #0D843A;
}
</style>
border-color css
<style>
span { border-color: #0D843A; }
span { border-color: rgb(13,132,58); }
td.TdClassName
{
border-color: #0D843A;
}
.TagClassName
{
border-color: #0D843A;
}
</style>