Shades of Dark Spring Green #088032
Tints of Dark Spring Green #088032
RGB
CMYK
RGB Variations
Color information
#088032 (or 0x088032) is known color: Dark Spring Green. HEX triplet: 08, 80 and 32. RGB value is (8,128,50). Sum of RGB (Red+Green+Blue) = 8+128+50=186 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.30% from 186); Green value is 128 (50.39% from 255 or 68.82% from 186); Blue value is 50 (19.92% from 255 or 26.88% from 186); Max value from RGB is 128 - color contains mainly: green. Hex color #088032 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #088032 is #F77FCD. Grayscale: #535353. Windows color (decimal): -16220110 or 3309576. OLE color: 3309576.
HSL color Cylindrical-coordinate representation of color #088032: hue angle of 141º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088032 is Cyan = 0.94, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 8 | 128 | 50 | - |
| CMYK | 0.94 | 0 | 0.61 | 0.50 |
| HSL | 141º | 0.88% | 0.27% | - |
| HSV(B) | 141º | 0.94% | 0.5% | - |
| XYZ | 8.4 | 15.72 | 5.61 | - |
| YUV | 83.23 | 109.24 | 74.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 128 | 50 | 0.94 | 0 | 0.61 | 0.50 | 141 | 0.88 | 0.27 |
| Hex | 8 | 80 | 32 | 5E | 0 | 3D | 32 | 8D | 58 | 1B |
| Octal | 10 | 200 | 62 | 136 | 0 | 75 | 62 | 215 | 130 | 33 |
| Binary | 1000 | 10000000 | 110010 | 1011110 | 0 | 111101 | 110010 | 10001101 | 1011000 | 11011 |
Color Harmonies of #088032
Complementary color
Monochromatic Colors of #088032
Black with #088032
Text Example
Text Example
White with #088032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088032; }
p { color: rgb(8,128,50); }
H1.HeaderClassName
{
color: #088032;
}
.AnyTagClassName
{
color: #088032;
}
</style>
background-color css
<style>
a { background-color: #088032; }
a { background-color: rgb(8,128,50); }
div.DivClassName
{
background-color: #088032;
}
.BgClassName
{
background-color: #088032;
}
</style>
border-color css
<style>
span { border-color: #088032; }
span { border-color: rgb(8,128,50); }
td.TdClassName
{
border-color: #088032;
}
.TagClassName
{
border-color: #088032;
}
</style>