Shades of Dark Spring Green #0D8C34
Tints of Dark Spring Green #0D8C34
RGB
CMYK
RGB Variations
Color information
#0D8C34 (or 0x0D8C34) is known color: Dark Spring Green. HEX triplet: 0D, 8C and 34. RGB value is (13,140,52). Sum of RGB (Red+Green+Blue) = 13+140+52=205 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.34% from 205); Green value is 140 (55.08% from 255 or 68.29% from 205); Blue value is 52 (20.70% from 255 or 25.37% from 205); Max value from RGB is 140 - color contains mainly: green. Hex color #0D8C34 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D8C34 is #F273CB. Grayscale: #5C5C5C. Windows color (decimal): -15889356 or 3443725. OLE color: 3443725.
HSL color Cylindrical-coordinate representation of color #0D8C34: hue angle of 138.43º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D8C34 is Cyan = 0.91, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 13 | 140 | 52 | - |
| CMYK | 0.91 | 0 | 0.63 | 0.45 |
| HSL | 138.43º | 0.83% | 0.3% | - |
| HSV(B) | 138.43º | 0.91% | 0.55% | - |
| XYZ | 10.16 | 19.09 | 6.4 | - |
| YUV | 92 | 105.42 | 71.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 140 | 52 | 0.91 | 0 | 0.63 | 0.45 | 138.43 | 0.83 | 0.3 |
| Hex | D | 8C | 34 | 5B | 0 | 3F | 2D | 8A | 53 | 1E |
| Octal | 15 | 214 | 64 | 133 | 0 | 77 | 55 | 212 | 123 | 36 |
| Binary | 1101 | 10001100 | 110100 | 1011011 | 0 | 111111 | 101101 | 10001010 | 1010011 | 11110 |
Color Harmonies of #0D8C34
Complementary color
Monochromatic Colors of #0D8C34
Black with #0D8C34
Text Example
Text Example
White with #0D8C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8C34; }
p { color: rgb(13,140,52); }
H1.HeaderClassName
{
color: #0D8C34;
}
.AnyTagClassName
{
color: #0D8C34;
}
</style>
background-color css
<style>
a { background-color: #0D8C34; }
a { background-color: rgb(13,140,52); }
div.DivClassName
{
background-color: #0D8C34;
}
.BgClassName
{
background-color: #0D8C34;
}
</style>
border-color css
<style>
span { border-color: #0D8C34; }
span { border-color: rgb(13,140,52); }
td.TdClassName
{
border-color: #0D8C34;
}
.TagClassName
{
border-color: #0D8C34;
}
</style>