Shades of Dark Spring Green #008237
Tints of Dark Spring Green #008237
RGB
CMYK
RGB Variations
Color information
#008237 (or 0x008237) is known color: Dark Spring Green. HEX triplet: 00, 82 and 37. RGB value is (0,130,55). Sum of RGB (Red+Green+Blue) = 0+130+55=185 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 185); Green value is 130 (51.17% from 255 or 70.27% from 185); Blue value is 55 (21.88% from 255 or 29.73% from 185); Max value from RGB is 130 - color contains mainly: green. Hex color #008237 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008237 is #FF7DC8. Grayscale: #525252. Windows color (decimal): -16743881 or 3637760. OLE color: 3637760.
HSL color Cylindrical-coordinate representation of color #008237: hue angle of 145.38º 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 #008237 is Cyan = 1, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 130 | 55 | - |
| CMYK | 1 | 0 | 0.58 | 0.49 |
| HSL | 145.38º | 1% | 0.25% | - |
| HSV(B) | 145.38º | 1% | 0.51% | - |
| XYZ | 8.67 | 16.24 | 6.29 | - |
| YUV | 82.58 | 112.43 | 69.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 130 | 55 | 1 | 0 | 0.58 | 0.49 | 145.38 | 1 | 0.25 |
| Hex | 0 | 82 | 37 | 64 | 0 | 3A | 31 | 91 | 64 | 19 |
| Octal | 0 | 202 | 67 | 144 | 0 | 72 | 61 | 221 | 144 | 31 |
| Binary | 0 | 10000010 | 110111 | 1100100 | 0 | 111010 | 110001 | 10010001 | 1100100 | 11001 |
Color Harmonies of #008237
Complementary color
Monochromatic Colors of #008237
Black with #008237
Text Example
Text Example
White with #008237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008237; }
p { color: rgb(0,130,55); }
H1.HeaderClassName
{
color: #008237;
}
.AnyTagClassName
{
color: #008237;
}
</style>
background-color css
<style>
a { background-color: #008237; }
a { background-color: rgb(0,130,55); }
div.DivClassName
{
background-color: #008237;
}
.BgClassName
{
background-color: #008237;
}
</style>
border-color css
<style>
span { border-color: #008237; }
span { border-color: rgb(0,130,55); }
td.TdClassName
{
border-color: #008237;
}
.TagClassName
{
border-color: #008237;
}
</style>