Shades of Dark Spring Green #008030
Tints of Dark Spring Green #008030
RGB
CMYK
RGB Variations
Color information
#008030 (or 0x008030) is known color: Dark Spring Green. HEX triplet: 00, 80 and 30. RGB value is (0,128,48). Sum of RGB (Red+Green+Blue) = 0+128+48=176 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 176); Green value is 128 (50.39% from 255 or 72.73% from 176); Blue value is 48 (19.14% from 255 or 27.27% from 176); Max value from RGB is 128 - color contains mainly: green. Hex color #008030 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008030 is #FF7FCF. Grayscale: #505050. Windows color (decimal): -16744400 or 3178496. OLE color: 3178496.
HSL color Cylindrical-coordinate representation of color #008030: hue angle of 142.5º 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 #008030 is Cyan = 1, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 0 | 128 | 48 | - |
| CMYK | 1 | 0 | 0.62 | 0.50 |
| HSL | 142.5º | 1% | 0.25% | - |
| HSV(B) | 142.5º | 1% | 0.5% | - |
| XYZ | 8.25 | 15.65 | 5.38 | - |
| YUV | 80.61 | 109.59 | 70.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 128 | 48 | 1 | 0 | 0.62 | 0.50 | 142.5 | 1 | 0.25 |
| Hex | 0 | 80 | 30 | 64 | 0 | 3E | 32 | 8E | 64 | 19 |
| Octal | 0 | 200 | 60 | 144 | 0 | 76 | 62 | 216 | 144 | 31 |
| Binary | 0 | 10000000 | 110000 | 1100100 | 0 | 111110 | 110010 | 10001110 | 1100100 | 11001 |
Color Harmonies of #008030
Complementary color
Monochromatic Colors of #008030
Black with #008030
Text Example
Text Example
White with #008030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008030; }
p { color: rgb(0,128,48); }
H1.HeaderClassName
{
color: #008030;
}
.AnyTagClassName
{
color: #008030;
}
</style>
background-color css
<style>
a { background-color: #008030; }
a { background-color: rgb(0,128,48); }
div.DivClassName
{
background-color: #008030;
}
.BgClassName
{
background-color: #008030;
}
</style>
border-color css
<style>
span { border-color: #008030; }
span { border-color: rgb(0,128,48); }
td.TdClassName
{
border-color: #008030;
}
.TagClassName
{
border-color: #008030;
}
</style>