Shades of Dark Spring Green #0D8838
Tints of Dark Spring Green #0D8838
RGB
CMYK
RGB Variations
Color information
#0D8838 (or 0x0D8838) is known color: Dark Spring Green. HEX triplet: 0D, 88 and 38. RGB value is (13,136,56). Sum of RGB (Red+Green+Blue) = 13+136+56=205 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.34% from 205); Green value is 136 (53.52% from 255 or 66.34% from 205); Blue value is 56 (22.27% from 255 or 27.32% from 205); Max value from RGB is 136 - color contains mainly: green. Hex color #0D8838 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D8838 is #F277C7. Grayscale: #5A5A5A. Windows color (decimal): -15890376 or 3704845. OLE color: 3704845.
HSL color Cylindrical-coordinate representation of color #0D8838: hue angle of 140.98º degrees, saturation: 0.83, 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 #0D8838 is Cyan = 0.90, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 13 | 136 | 56 | - |
| CMYK | 0.90 | 0 | 0.59 | 0.47 |
| HSL | 140.98º | 0.83% | 0.29% | - |
| HSV(B) | 140.98º | 0.9% | 0.53% | - |
| XYZ | 9.68 | 17.98 | 6.7 | - |
| YUV | 90.1 | 108.75 | 73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 136 | 56 | 0.90 | 0 | 0.59 | 0.47 | 140.98 | 0.83 | 0.29 |
| Hex | D | 88 | 38 | 5A | 0 | 3B | 2F | 8D | 53 | 1D |
| Octal | 15 | 210 | 70 | 132 | 0 | 73 | 57 | 215 | 123 | 35 |
| Binary | 1101 | 10001000 | 111000 | 1011010 | 0 | 111011 | 101111 | 10001101 | 1010011 | 11101 |
Color Harmonies of #0D8838
Complementary color
Monochromatic Colors of #0D8838
Black with #0D8838
Text Example
Text Example
White with #0D8838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8838; }
p { color: rgb(13,136,56); }
H1.HeaderClassName
{
color: #0D8838;
}
.AnyTagClassName
{
color: #0D8838;
}
</style>
background-color css
<style>
a { background-color: #0D8838; }
a { background-color: rgb(13,136,56); }
div.DivClassName
{
background-color: #0D8838;
}
.BgClassName
{
background-color: #0D8838;
}
</style>
border-color css
<style>
span { border-color: #0D8838; }
span { border-color: rgb(13,136,56); }
td.TdClassName
{
border-color: #0D8838;
}
.TagClassName
{
border-color: #0D8838;
}
</style>