Shades of Dark Spring Green #088035
Tints of Dark Spring Green #088035
RGB
CMYK
RGB Variations
Color information
#088035 (or 0x088035) is known color: Dark Spring Green. HEX triplet: 08, 80 and 35. RGB value is (8,128,53). Sum of RGB (Red+Green+Blue) = 8+128+53=189 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.23% from 189); Green value is 128 (50.39% from 255 or 67.72% from 189); Blue value is 53 (21.09% from 255 or 28.04% from 189); Max value from RGB is 128 - color contains mainly: green. Hex color #088035 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #088035 is #F77FCA. Grayscale: #535353. Windows color (decimal): -16220107 or 3506184. OLE color: 3506184.
HSL color Cylindrical-coordinate representation of color #088035: hue angle of 142.5º 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 #088035 is Cyan = 0.94, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 8 | 128 | 53 | - |
| CMYK | 0.94 | 0 | 0.59 | 0.50 |
| HSL | 142.5º | 0.88% | 0.27% | - |
| HSV(B) | 142.5º | 0.94% | 0.5% | - |
| XYZ | 8.46 | 15.75 | 5.96 | - |
| YUV | 83.57 | 110.74 | 74.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 128 | 53 | 0.94 | 0 | 0.59 | 0.50 | 142.5 | 0.88 | 0.27 |
| Hex | 8 | 80 | 35 | 5E | 0 | 3B | 32 | 8E | 58 | 1B |
| Octal | 10 | 200 | 65 | 136 | 0 | 73 | 62 | 216 | 130 | 33 |
| Binary | 1000 | 10000000 | 110101 | 1011110 | 0 | 111011 | 110010 | 10001110 | 1011000 | 11011 |
Color Harmonies of #088035
Complementary color
Monochromatic Colors of #088035
Black with #088035
Text Example
Text Example
White with #088035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088035; }
p { color: rgb(8,128,53); }
H1.HeaderClassName
{
color: #088035;
}
.AnyTagClassName
{
color: #088035;
}
</style>
background-color css
<style>
a { background-color: #088035; }
a { background-color: rgb(8,128,53); }
div.DivClassName
{
background-color: #088035;
}
.BgClassName
{
background-color: #088035;
}
</style>
border-color css
<style>
span { border-color: #088035; }
span { border-color: rgb(8,128,53); }
td.TdClassName
{
border-color: #088035;
}
.TagClassName
{
border-color: #088035;
}
</style>