Shades of Dark Spring Green #007535
Tints of Dark Spring Green #007535
RGB
CMYK
RGB Variations
Color information
#007535 (or 0x007535) is known color: Dark Spring Green. HEX triplet: 00, 75 and 35. RGB value is (0,117,53). Sum of RGB (Red+Green+Blue) = 0+117+53=170 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 170); Green value is 117 (46.09% from 255 or 68.82% from 170); Blue value is 53 (21.09% from 255 or 31.18% from 170); Max value from RGB is 117 - color contains mainly: green. Hex color #007535 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007535 is #FF8ACA. Grayscale: #4A4A4A. Windows color (decimal): -16747211 or 3503360. OLE color: 3503360.
HSL color Cylindrical-coordinate representation of color #007535: hue angle of 147.18º 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 #007535 is Cyan = 1, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 0 | 117 | 53 | - |
| CMYK | 1 | 0 | 0.55 | 0.54 |
| HSL | 147.18º | 1% | 0.23% | - |
| HSV(B) | 147.18º | 1% | 0.46% | - |
| XYZ | 7 | 12.98 | 5.5 | - |
| YUV | 74.72 | 115.74 | 74.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 117 | 53 | 1 | 0 | 0.55 | 0.54 | 147.18 | 1 | 0.23 |
| Hex | 0 | 75 | 35 | 64 | 0 | 37 | 36 | 93 | 64 | 17 |
| Octal | 0 | 165 | 65 | 144 | 0 | 67 | 66 | 223 | 144 | 27 |
| Binary | 0 | 1110101 | 110101 | 1100100 | 0 | 110111 | 110110 | 10010011 | 1100100 | 10111 |
Color Harmonies of #007535
Complementary color
Monochromatic Colors of #007535
Black with #007535
Text Example
Text Example
White with #007535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007535; }
p { color: rgb(0,117,53); }
H1.HeaderClassName
{
color: #007535;
}
.AnyTagClassName
{
color: #007535;
}
</style>
background-color css
<style>
a { background-color: #007535; }
a { background-color: rgb(0,117,53); }
div.DivClassName
{
background-color: #007535;
}
.BgClassName
{
background-color: #007535;
}
</style>
border-color css
<style>
span { border-color: #007535; }
span { border-color: rgb(0,117,53); }
td.TdClassName
{
border-color: #007535;
}
.TagClassName
{
border-color: #007535;
}
</style>