Shades of Dark Spring Green #008032
Tints of Dark Spring Green #008032
RGB
CMYK
RGB Variations
Color information
#008032 (or 0x008032) is known color: Dark Spring Green. HEX triplet: 00, 80 and 32. RGB value is (0,128,50). Sum of RGB (Red+Green+Blue) = 0+128+50=178 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 178); Green value is 128 (50.39% from 255 or 71.91% from 178); Blue value is 50 (19.92% from 255 or 28.09% from 178); Max value from RGB is 128 - color contains mainly: green. Hex color #008032 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008032 is #FF7FCD. Grayscale: #515151. Windows color (decimal): -16744398 or 3309568. OLE color: 3309568.
HSL color Cylindrical-coordinate representation of color #008032: hue angle of 143.44º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008032 is Cyan = 1, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 0 | 128 | 50 | - |
| CMYK | 1 | 0 | 0.61 | 0.50 |
| HSL | 143.44º | 1% | 0.25% | - |
| HSV(B) | 143.44º | 1% | 0.5% | - |
| XYZ | 8.29 | 15.67 | 5.6 | - |
| YUV | 80.84 | 110.59 | 70.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 128 | 50 | 1 | 0 | 0.61 | 0.50 | 143.44 | 1 | 0.25 |
| Hex | 0 | 80 | 32 | 64 | 0 | 3D | 32 | 8F | 64 | 19 |
| Octal | 0 | 200 | 62 | 144 | 0 | 75 | 62 | 217 | 144 | 31 |
| Binary | 0 | 10000000 | 110010 | 1100100 | 0 | 111101 | 110010 | 10001111 | 1100100 | 11001 |
Color Harmonies of #008032
Complementary color
Monochromatic Colors of #008032
Black with #008032
Text Example
Text Example
White with #008032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008032; }
p { color: rgb(0,128,50); }
H1.HeaderClassName
{
color: #008032;
}
.AnyTagClassName
{
color: #008032;
}
</style>
background-color css
<style>
a { background-color: #008032; }
a { background-color: rgb(0,128,50); }
div.DivClassName
{
background-color: #008032;
}
.BgClassName
{
background-color: #008032;
}
</style>
border-color css
<style>
span { border-color: #008032; }
span { border-color: rgb(0,128,50); }
td.TdClassName
{
border-color: #008032;
}
.TagClassName
{
border-color: #008032;
}
</style>