Shades of Dark Spring Green #0D8936
Tints of Dark Spring Green #0D8936
RGB
CMYK
RGB Variations
Color information
#0D8936 (or 0x0D8936) is known color: Dark Spring Green. HEX triplet: 0D, 89 and 36. RGB value is (13,137,54). Sum of RGB (Red+Green+Blue) = 13+137+54=204 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.37% from 204); Green value is 137 (53.91% from 255 or 67.16% from 204); Blue value is 54 (21.48% from 255 or 26.47% from 204); Max value from RGB is 137 - color contains mainly: green. Hex color #0D8936 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D8936 is #F276C9. Grayscale: #5A5A5A. Windows color (decimal): -15890122 or 3574029. OLE color: 3574029.
HSL color Cylindrical-coordinate representation of color #0D8936: hue angle of 139.84º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D8936 is Cyan = 0.91, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 13 | 137 | 54 | - |
| CMYK | 0.91 | 0 | 0.61 | 0.46 |
| HSL | 139.84º | 0.83% | 0.29% | - |
| HSV(B) | 139.84º | 0.91% | 0.54% | - |
| XYZ | 9.78 | 18.24 | 6.5 | - |
| YUV | 90.46 | 107.42 | 72.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 137 | 54 | 0.91 | 0 | 0.61 | 0.46 | 139.84 | 0.83 | 0.29 |
| Hex | D | 89 | 36 | 5B | 0 | 3D | 2E | 8C | 53 | 1D |
| Octal | 15 | 211 | 66 | 133 | 0 | 75 | 56 | 214 | 123 | 35 |
| Binary | 1101 | 10001001 | 110110 | 1011011 | 0 | 111101 | 101110 | 10001100 | 1010011 | 11101 |
Color Harmonies of #0D8936
Complementary color
Monochromatic Colors of #0D8936
Black with #0D8936
Text Example
Text Example
White with #0D8936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8936; }
p { color: rgb(13,137,54); }
H1.HeaderClassName
{
color: #0D8936;
}
.AnyTagClassName
{
color: #0D8936;
}
</style>
background-color css
<style>
a { background-color: #0D8936; }
a { background-color: rgb(13,137,54); }
div.DivClassName
{
background-color: #0D8936;
}
.BgClassName
{
background-color: #0D8936;
}
</style>
border-color css
<style>
span { border-color: #0D8936; }
span { border-color: rgb(13,137,54); }
td.TdClassName
{
border-color: #0D8936;
}
.TagClassName
{
border-color: #0D8936;
}
</style>