Shades of Dark Spring Green #08882F
Tints of Dark Spring Green #08882F
RGB
CMYK
RGB Variations
Color information
#08882F (or 0x08882F) is known color: Dark Spring Green. HEX triplet: 08, 88 and 2F. RGB value is (8,136,47). Sum of RGB (Red+Green+Blue) = 8+136+47=191 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.19% from 191); Green value is 136 (53.52% from 255 or 71.20% from 191); Blue value is 47 (18.75% from 255 or 24.61% from 191); Max value from RGB is 136 - color contains mainly: green. Hex color #08882F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08882F is #F777D0. Grayscale: #575757. Windows color (decimal): -16218065 or 3115016. OLE color: 3115016.
HSL color Cylindrical-coordinate representation of color #08882F: hue angle of 138.28º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08882F is Cyan = 0.94, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 8 | 136 | 47 | - |
| CMYK | 0.94 | 0 | 0.65 | 0.47 |
| HSL | 138.28º | 0.89% | 0.28% | - |
| HSV(B) | 138.28º | 0.94% | 0.53% | - |
| XYZ | 9.42 | 17.87 | 5.64 | - |
| YUV | 87.58 | 105.09 | 71.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 136 | 47 | 0.94 | 0 | 0.65 | 0.47 | 138.28 | 0.89 | 0.28 |
| Hex | 8 | 88 | 2F | 5E | 0 | 41 | 2F | 8A | 59 | 1C |
| Octal | 10 | 210 | 57 | 136 | 0 | 101 | 57 | 212 | 131 | 34 |
| Binary | 1000 | 10001000 | 101111 | 1011110 | 0 | 1000001 | 101111 | 10001010 | 1011001 | 11100 |
Color Harmonies of #08882F
Complementary color
Monochromatic Colors of #08882F
Black with #08882F
Text Example
Text Example
White with #08882F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08882F; }
p { color: rgb(8,136,47); }
H1.HeaderClassName
{
color: #08882F;
}
.AnyTagClassName
{
color: #08882F;
}
</style>
background-color css
<style>
a { background-color: #08882F; }
a { background-color: rgb(8,136,47); }
div.DivClassName
{
background-color: #08882F;
}
.BgClassName
{
background-color: #08882F;
}
</style>
border-color css
<style>
span { border-color: #08882F; }
span { border-color: rgb(8,136,47); }
td.TdClassName
{
border-color: #08882F;
}
.TagClassName
{
border-color: #08882F;
}
</style>