Shades of Dark Spring Green #007E30
Tints of Dark Spring Green #007E30
RGB
CMYK
RGB Variations
Color information
#007E30 (or 0x007E30) is known color: Dark Spring Green. HEX triplet: 00, 7E and 30. RGB value is (0,126,48). Sum of RGB (Red+Green+Blue) = 0+126+48=174 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 174); Green value is 126 (49.61% from 255 or 72.41% from 174); Blue value is 48 (19.14% from 255 or 27.59% from 174); Max value from RGB is 126 - color contains mainly: green. Hex color #007E30 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007E30 is #FF81CF. Grayscale: #4F4F4F. Windows color (decimal): -16744912 or 3177984. OLE color: 3177984.
HSL color Cylindrical-coordinate representation of color #007E30: hue angle of 142.86º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007E30 is Cyan = 1, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 0 | 126 | 48 | - |
| CMYK | 1 | 0 | 0.62 | 0.51 |
| HSL | 142.86º | 1% | 0.25% | - |
| HSV(B) | 142.86º | 1% | 0.49% | - |
| XYZ | 7.99 | 15.14 | 5.3 | - |
| YUV | 79.43 | 110.26 | 71.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 126 | 48 | 1 | 0 | 0.62 | 0.51 | 142.86 | 1 | 0.25 |
| Hex | 0 | 7E | 30 | 64 | 0 | 3E | 33 | 8F | 64 | 19 |
| Octal | 0 | 176 | 60 | 144 | 0 | 76 | 63 | 217 | 144 | 31 |
| Binary | 0 | 1111110 | 110000 | 1100100 | 0 | 111110 | 110011 | 10001111 | 1100100 | 11001 |
Color Harmonies of #007E30
Complementary color
Monochromatic Colors of #007E30
Black with #007E30
Text Example
Text Example
White with #007E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007E30; }
p { color: rgb(0,126,48); }
H1.HeaderClassName
{
color: #007E30;
}
.AnyTagClassName
{
color: #007E30;
}
</style>
background-color css
<style>
a { background-color: #007E30; }
a { background-color: rgb(0,126,48); }
div.DivClassName
{
background-color: #007E30;
}
.BgClassName
{
background-color: #007E30;
}
</style>
border-color css
<style>
span { border-color: #007E30; }
span { border-color: rgb(0,126,48); }
td.TdClassName
{
border-color: #007E30;
}
.TagClassName
{
border-color: #007E30;
}
</style>