Shades of Dark Spring Green #008135
Tints of Dark Spring Green #008135
RGB
CMYK
RGB Variations
Color information
#008135 (or 0x008135) is known color: Dark Spring Green. HEX triplet: 00, 81 and 35. RGB value is (0,129,53). Sum of RGB (Red+Green+Blue) = 0+129+53=182 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 182); Green value is 129 (50.78% from 255 or 70.88% from 182); Blue value is 53 (21.09% from 255 or 29.12% from 182); Max value from RGB is 129 - color contains mainly: green. Hex color #008135 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008135 is #FF7ECA. Grayscale: #515151. Windows color (decimal): -16744139 or 3506432. OLE color: 3506432.
HSL color Cylindrical-coordinate representation of color #008135: hue angle of 144.65º 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 #008135 is Cyan = 1, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 129 | 53 | - |
| CMYK | 1 | 0 | 0.59 | 0.49 |
| HSL | 144.65º | 1% | 0.25% | - |
| HSV(B) | 144.65º | 1% | 0.51% | - |
| XYZ | 8.49 | 15.96 | 6 | - |
| YUV | 81.77 | 111.76 | 69.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 129 | 53 | 1 | 0 | 0.59 | 0.49 | 144.65 | 1 | 0.25 |
| Hex | 0 | 81 | 35 | 64 | 0 | 3B | 31 | 91 | 64 | 19 |
| Octal | 0 | 201 | 65 | 144 | 0 | 73 | 61 | 221 | 144 | 31 |
| Binary | 0 | 10000001 | 110101 | 1100100 | 0 | 111011 | 110001 | 10010001 | 1100100 | 11001 |
Color Harmonies of #008135
Complementary color
Monochromatic Colors of #008135
Black with #008135
Text Example
Text Example
White with #008135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008135; }
p { color: rgb(0,129,53); }
H1.HeaderClassName
{
color: #008135;
}
.AnyTagClassName
{
color: #008135;
}
</style>
background-color css
<style>
a { background-color: #008135; }
a { background-color: rgb(0,129,53); }
div.DivClassName
{
background-color: #008135;
}
.BgClassName
{
background-color: #008135;
}
</style>
border-color css
<style>
span { border-color: #008135; }
span { border-color: rgb(0,129,53); }
td.TdClassName
{
border-color: #008135;
}
.TagClassName
{
border-color: #008135;
}
</style>