Shades of Dark Spring Green #008139
Tints of Dark Spring Green #008139
RGB
CMYK
RGB Variations
Color information
#008139 (or 0x008139) is known color: Dark Spring Green. HEX triplet: 00, 81 and 39. RGB value is (0,129,57). Sum of RGB (Red+Green+Blue) = 0+129+57=186 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 186); Green value is 129 (50.78% from 255 or 69.35% from 186); Blue value is 57 (22.66% from 255 or 30.65% from 186); Max value from RGB is 129 - color contains mainly: green. Hex color #008139 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008139 is #FF7EC6. Grayscale: #525252. Windows color (decimal): -16744135 or 3768576. OLE color: 3768576.
HSL color Cylindrical-coordinate representation of color #008139: hue angle of 146.51º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008139 is Cyan = 1, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 129 | 57 | - |
| CMYK | 1 | 0 | 0.56 | 0.49 |
| HSL | 146.51º | 1% | 0.25% | - |
| HSV(B) | 146.51º | 1% | 0.51% | - |
| XYZ | 8.59 | 16 | 6.51 | - |
| YUV | 82.22 | 113.76 | 69.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 129 | 57 | 1 | 0 | 0.56 | 0.49 | 146.51 | 1 | 0.25 |
| Hex | 0 | 81 | 39 | 64 | 0 | 38 | 31 | 93 | 64 | 19 |
| Octal | 0 | 201 | 71 | 144 | 0 | 70 | 61 | 223 | 144 | 31 |
| Binary | 0 | 10000001 | 111001 | 1100100 | 0 | 111000 | 110001 | 10010011 | 1100100 | 11001 |
Color Harmonies of #008139
Complementary color
Monochromatic Colors of #008139
Black with #008139
Text Example
Text Example
White with #008139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008139; }
p { color: rgb(0,129,57); }
H1.HeaderClassName
{
color: #008139;
}
.AnyTagClassName
{
color: #008139;
}
</style>
background-color css
<style>
a { background-color: #008139; }
a { background-color: rgb(0,129,57); }
div.DivClassName
{
background-color: #008139;
}
.BgClassName
{
background-color: #008139;
}
</style>
border-color css
<style>
span { border-color: #008139; }
span { border-color: rgb(0,129,57); }
td.TdClassName
{
border-color: #008139;
}
.TagClassName
{
border-color: #008139;
}
</style>