Shades of Dark Spring Green #007930
Tints of Dark Spring Green #007930
RGB
CMYK
RGB Variations
Color information
#007930 (or 0x007930) is known color: Dark Spring Green. HEX triplet: 00, 79 and 30. RGB value is (0,121,48). Sum of RGB (Red+Green+Blue) = 0+121+48=169 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 169); Green value is 121 (47.66% from 255 or 71.60% from 169); Blue value is 48 (19.14% from 255 or 28.40% from 169); Max value from RGB is 121 - color contains mainly: green. Hex color #007930 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007930 is #FF86CF. Grayscale: #4C4C4C. Windows color (decimal): -16746192 or 3176704. OLE color: 3176704.
HSL color Cylindrical-coordinate representation of color #007930: hue angle of 143.8º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007930 is Cyan = 1, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 0 | 121 | 48 | - |
| CMYK | 1 | 0 | 0.60 | 0.53 |
| HSL | 143.8º | 1% | 0.24% | - |
| HSV(B) | 143.8º | 1% | 0.47% | - |
| XYZ | 7.37 | 13.89 | 5.09 | - |
| YUV | 76.5 | 111.91 | 73.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 121 | 48 | 1 | 0 | 0.60 | 0.53 | 143.8 | 1 | 0.24 |
| Hex | 0 | 79 | 30 | 64 | 0 | 3C | 35 | 90 | 64 | 18 |
| Octal | 0 | 171 | 60 | 144 | 0 | 74 | 65 | 220 | 144 | 30 |
| Binary | 0 | 1111001 | 110000 | 1100100 | 0 | 111100 | 110101 | 10010000 | 1100100 | 11000 |
Color Harmonies of #007930
Complementary color
Monochromatic Colors of #007930
Black with #007930
Text Example
Text Example
White with #007930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007930; }
p { color: rgb(0,121,48); }
H1.HeaderClassName
{
color: #007930;
}
.AnyTagClassName
{
color: #007930;
}
</style>
background-color css
<style>
a { background-color: #007930; }
a { background-color: rgb(0,121,48); }
div.DivClassName
{
background-color: #007930;
}
.BgClassName
{
background-color: #007930;
}
</style>
border-color css
<style>
span { border-color: #007930; }
span { border-color: rgb(0,121,48); }
td.TdClassName
{
border-color: #007930;
}
.TagClassName
{
border-color: #007930;
}
</style>