Shades of Dark Spring Green #008830
Tints of Dark Spring Green #008830
RGB
CMYK
RGB Variations
Color information
#008830 (or 0x008830) is known color: Dark Spring Green. HEX triplet: 00, 88 and 30. RGB value is (0,136,48). Sum of RGB (Red+Green+Blue) = 0+136+48=184 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 184); Green value is 136 (53.52% from 255 or 73.91% from 184); Blue value is 48 (19.14% from 255 or 26.09% from 184); Max value from RGB is 136 - color contains mainly: green. Hex color #008830 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008830 is #FF77CF. Grayscale: #555555. Windows color (decimal): -16742352 or 3180544. OLE color: 3180544.
HSL color Cylindrical-coordinate representation of color #008830: hue angle of 141.18º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008830 is Cyan = 1, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 136 | 48 | - |
| CMYK | 1 | 0 | 0.65 | 0.47 |
| HSL | 141.18º | 1% | 0.27% | - |
| HSV(B) | 141.18º | 1% | 0.53% | - |
| XYZ | 9.34 | 17.82 | 5.74 | - |
| YUV | 85.3 | 106.94 | 67.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 136 | 48 | 1 | 0 | 0.65 | 0.47 | 141.18 | 1 | 0.27 |
| Hex | 0 | 88 | 30 | 64 | 0 | 41 | 2F | 8D | 64 | 1B |
| Octal | 0 | 210 | 60 | 144 | 0 | 101 | 57 | 215 | 144 | 33 |
| Binary | 0 | 10001000 | 110000 | 1100100 | 0 | 1000001 | 101111 | 10001101 | 1100100 | 11011 |
Color Harmonies of #008830
Complementary color
Monochromatic Colors of #008830
Black with #008830
Text Example
Text Example
White with #008830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008830; }
p { color: rgb(0,136,48); }
H1.HeaderClassName
{
color: #008830;
}
.AnyTagClassName
{
color: #008830;
}
</style>
background-color css
<style>
a { background-color: #008830; }
a { background-color: rgb(0,136,48); }
div.DivClassName
{
background-color: #008830;
}
.BgClassName
{
background-color: #008830;
}
</style>
border-color css
<style>
span { border-color: #008830; }
span { border-color: rgb(0,136,48); }
td.TdClassName
{
border-color: #008830;
}
.TagClassName
{
border-color: #008830;
}
</style>