Shades of Dark Spring Green #0D8732
Tints of Dark Spring Green #0D8732
RGB
CMYK
RGB Variations
Color information
#0D8732 (or 0x0D8732) is known color: Dark Spring Green. HEX triplet: 0D, 87 and 32. RGB value is (13,135,50). Sum of RGB (Red+Green+Blue) = 13+135+50=198 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.57% from 198); Green value is 135 (53.12% from 255 or 68.18% from 198); Blue value is 50 (19.92% from 255 or 25.25% from 198); Max value from RGB is 135 - color contains mainly: green. Hex color #0D8732 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D8732 is #F278CD. Grayscale: #595959. Windows color (decimal): -15890638 or 3311373. OLE color: 3311373.
HSL color Cylindrical-coordinate representation of color #0D8732: hue angle of 138.2º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D8732 is Cyan = 0.90, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 13 | 135 | 50 | - |
| CMYK | 0.90 | 0 | 0.63 | 0.47 |
| HSL | 138.2º | 0.82% | 0.29% | - |
| HSV(B) | 138.2º | 0.9% | 0.53% | - |
| XYZ | 9.41 | 17.64 | 5.93 | - |
| YUV | 88.83 | 106.08 | 73.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 135 | 50 | 0.90 | 0 | 0.63 | 0.47 | 138.2 | 0.82 | 0.29 |
| Hex | D | 87 | 32 | 5A | 0 | 3F | 2F | 8A | 52 | 1D |
| Octal | 15 | 207 | 62 | 132 | 0 | 77 | 57 | 212 | 122 | 35 |
| Binary | 1101 | 10000111 | 110010 | 1011010 | 0 | 111111 | 101111 | 10001010 | 1010010 | 11101 |
Color Harmonies of #0D8732
Complementary color
Monochromatic Colors of #0D8732
Black with #0D8732
Text Example
Text Example
White with #0D8732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8732; }
p { color: rgb(13,135,50); }
H1.HeaderClassName
{
color: #0D8732;
}
.AnyTagClassName
{
color: #0D8732;
}
</style>
background-color css
<style>
a { background-color: #0D8732; }
a { background-color: rgb(13,135,50); }
div.DivClassName
{
background-color: #0D8732;
}
.BgClassName
{
background-color: #0D8732;
}
</style>
border-color css
<style>
span { border-color: #0D8732; }
span { border-color: rgb(13,135,50); }
td.TdClassName
{
border-color: #0D8732;
}
.TagClassName
{
border-color: #0D8732;
}
</style>