Shades of Dark Spring Green #007631
Tints of Dark Spring Green #007631
RGB
CMYK
RGB Variations
Color information
#007631 (or 0x007631) is known color: Dark Spring Green. HEX triplet: 00, 76 and 31. RGB value is (0,118,49). Sum of RGB (Red+Green+Blue) = 0+118+49=167 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 167); Green value is 118 (46.48% from 255 or 70.66% from 167); Blue value is 49 (19.53% from 255 or 29.34% from 167); Max value from RGB is 118 - color contains mainly: green. Hex color #007631 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007631 is #FF89CE. Grayscale: #4B4B4B. Windows color (decimal): -16746959 or 3241472. OLE color: 3241472.
HSL color Cylindrical-coordinate representation of color #007631: hue angle of 144.92º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007631 is Cyan = 1, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 0 | 118 | 49 | - |
| CMYK | 1 | 0 | 0.58 | 0.54 |
| HSL | 144.92º | 1% | 0.23% | - |
| HSV(B) | 144.92º | 1% | 0.46% | - |
| XYZ | 7.03 | 13.18 | 5.08 | - |
| YUV | 74.85 | 113.41 | 74.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 118 | 49 | 1 | 0 | 0.58 | 0.54 | 144.92 | 1 | 0.23 |
| Hex | 0 | 76 | 31 | 64 | 0 | 3A | 36 | 91 | 64 | 17 |
| Octal | 0 | 166 | 61 | 144 | 0 | 72 | 66 | 221 | 144 | 27 |
| Binary | 0 | 1110110 | 110001 | 1100100 | 0 | 111010 | 110110 | 10010001 | 1100100 | 10111 |
Color Harmonies of #007631
Complementary color
Monochromatic Colors of #007631
Black with #007631
Text Example
Text Example
White with #007631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007631; }
p { color: rgb(0,118,49); }
H1.HeaderClassName
{
color: #007631;
}
.AnyTagClassName
{
color: #007631;
}
</style>
background-color css
<style>
a { background-color: #007631; }
a { background-color: rgb(0,118,49); }
div.DivClassName
{
background-color: #007631;
}
.BgClassName
{
background-color: #007631;
}
</style>
border-color css
<style>
span { border-color: #007631; }
span { border-color: rgb(0,118,49); }
td.TdClassName
{
border-color: #007631;
}
.TagClassName
{
border-color: #007631;
}
</style>