Shades of Dark Spring Green #008834
Tints of Dark Spring Green #008834
RGB
CMYK
RGB Variations
Color information
#008834 (or 0x008834) is known color: Dark Spring Green. HEX triplet: 00, 88 and 34. RGB value is (0,136,52). Sum of RGB (Red+Green+Blue) = 0+136+52=188 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 188); Green value is 136 (53.52% from 255 or 72.34% from 188); Blue value is 52 (20.70% from 255 or 27.66% from 188); Max value from RGB is 136 - color contains mainly: green. Hex color #008834 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008834 is #FF77CB. Grayscale: #555555. Windows color (decimal): -16742348 or 3442688. OLE color: 3442688.
HSL color Cylindrical-coordinate representation of color #008834: hue angle of 142.94º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008834 is Cyan = 1, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 136 | 52 | - |
| CMYK | 1 | 0 | 0.62 | 0.47 |
| HSL | 142.94º | 1% | 0.27% | - |
| HSV(B) | 142.94º | 1% | 0.53% | - |
| XYZ | 9.42 | 17.86 | 6.2 | - |
| YUV | 85.76 | 108.94 | 66.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 136 | 52 | 1 | 0 | 0.62 | 0.47 | 142.94 | 1 | 0.27 |
| Hex | 0 | 88 | 34 | 64 | 0 | 3E | 2F | 8F | 64 | 1B |
| Octal | 0 | 210 | 64 | 144 | 0 | 76 | 57 | 217 | 144 | 33 |
| Binary | 0 | 10001000 | 110100 | 1100100 | 0 | 111110 | 101111 | 10001111 | 1100100 | 11011 |
Color Harmonies of #008834
Complementary color
Monochromatic Colors of #008834
Black with #008834
Text Example
Text Example
White with #008834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008834; }
p { color: rgb(0,136,52); }
H1.HeaderClassName
{
color: #008834;
}
.AnyTagClassName
{
color: #008834;
}
</style>
background-color css
<style>
a { background-color: #008834; }
a { background-color: rgb(0,136,52); }
div.DivClassName
{
background-color: #008834;
}
.BgClassName
{
background-color: #008834;
}
</style>
border-color css
<style>
span { border-color: #008834; }
span { border-color: rgb(0,136,52); }
td.TdClassName
{
border-color: #008834;
}
.TagClassName
{
border-color: #008834;
}
</style>