Shades of Dark Spring Green #007E35
Tints of Dark Spring Green #007E35
RGB
CMYK
RGB Variations
Color information
#007E35 (or 0x007E35) is known color: Dark Spring Green. HEX triplet: 00, 7E and 35. RGB value is (0,126,53). Sum of RGB (Red+Green+Blue) = 0+126+53=179 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 179); Green value is 126 (49.61% from 255 or 70.39% from 179); Blue value is 53 (21.09% from 255 or 29.61% from 179); Max value from RGB is 126 - color contains mainly: green. Hex color #007E35 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007E35 is #FF81CA. Grayscale: #505050. Windows color (decimal): -16744907 or 3505664. OLE color: 3505664.
HSL color Cylindrical-coordinate representation of color #007E35: hue angle of 145.24º 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 #007E35 is Cyan = 1, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 0 | 126 | 53 | - |
| CMYK | 1 | 0 | 0.58 | 0.51 |
| HSL | 145.24º | 1% | 0.25% | - |
| HSV(B) | 145.24º | 1% | 0.49% | - |
| XYZ | 8.1 | 15.18 | 5.87 | - |
| YUV | 80 | 112.76 | 70.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 126 | 53 | 1 | 0 | 0.58 | 0.51 | 145.24 | 1 | 0.25 |
| Hex | 0 | 7E | 35 | 64 | 0 | 3A | 33 | 91 | 64 | 19 |
| Octal | 0 | 176 | 65 | 144 | 0 | 72 | 63 | 221 | 144 | 31 |
| Binary | 0 | 1111110 | 110101 | 1100100 | 0 | 111010 | 110011 | 10010001 | 1100100 | 11001 |
Color Harmonies of #007E35
Complementary color
Monochromatic Colors of #007E35
Black with #007E35
Text Example
Text Example
White with #007E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007E35; }
p { color: rgb(0,126,53); }
H1.HeaderClassName
{
color: #007E35;
}
.AnyTagClassName
{
color: #007E35;
}
</style>
background-color css
<style>
a { background-color: #007E35; }
a { background-color: rgb(0,126,53); }
div.DivClassName
{
background-color: #007E35;
}
.BgClassName
{
background-color: #007E35;
}
</style>
border-color css
<style>
span { border-color: #007E35; }
span { border-color: rgb(0,126,53); }
td.TdClassName
{
border-color: #007E35;
}
.TagClassName
{
border-color: #007E35;
}
</style>