Shades of Dark Spring Green #008231
Tints of Dark Spring Green #008231
RGB
CMYK
RGB Variations
Color information
#008231 (or 0x008231) is known color: Dark Spring Green. HEX triplet: 00, 82 and 31. RGB value is (0,130,49). Sum of RGB (Red+Green+Blue) = 0+130+49=179 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 179); Green value is 130 (51.17% from 255 or 72.63% from 179); Blue value is 49 (19.53% from 255 or 27.37% from 179); Max value from RGB is 130 - color contains mainly: green. Hex color #008231 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008231 is #FF7DCE. Grayscale: #525252. Windows color (decimal): -16743887 or 3244544. OLE color: 3244544.
HSL color Cylindrical-coordinate representation of color #008231: hue angle of 142.62º 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 #008231 is Cyan = 1, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 130 | 49 | - |
| CMYK | 1 | 0 | 0.62 | 0.49 |
| HSL | 142.62º | 1% | 0.25% | - |
| HSV(B) | 142.62º | 1% | 0.51% | - |
| XYZ | 8.54 | 16.19 | 5.58 | - |
| YUV | 81.9 | 109.43 | 69.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 130 | 49 | 1 | 0 | 0.62 | 0.49 | 142.62 | 1 | 0.25 |
| Hex | 0 | 82 | 31 | 64 | 0 | 3E | 31 | 8F | 64 | 19 |
| Octal | 0 | 202 | 61 | 144 | 0 | 76 | 61 | 217 | 144 | 31 |
| Binary | 0 | 10000010 | 110001 | 1100100 | 0 | 111110 | 110001 | 10001111 | 1100100 | 11001 |
Color Harmonies of #008231
Complementary color
Monochromatic Colors of #008231
Black with #008231
Text Example
Text Example
White with #008231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008231; }
p { color: rgb(0,130,49); }
H1.HeaderClassName
{
color: #008231;
}
.AnyTagClassName
{
color: #008231;
}
</style>
background-color css
<style>
a { background-color: #008231; }
a { background-color: rgb(0,130,49); }
div.DivClassName
{
background-color: #008231;
}
.BgClassName
{
background-color: #008231;
}
</style>
border-color css
<style>
span { border-color: #008231; }
span { border-color: rgb(0,130,49); }
td.TdClassName
{
border-color: #008231;
}
.TagClassName
{
border-color: #008231;
}
</style>