Shades of Dark Spring Green #118235
Tints of Dark Spring Green #118235
RGB
CMYK
RGB Variations
Color information
#118235 (or 0x118235) is known color: Dark Spring Green. HEX triplet: 11, 82 and 35. RGB value is (17,130,53). Sum of RGB (Red+Green+Blue) = 17+130+53=200 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.5% from 200); Green value is 130 (51.17% from 255 or 65% from 200); Blue value is 53 (21.09% from 255 or 26.5% from 200); Max value from RGB is 130 - color contains mainly: green. Hex color #118235 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118235 is #EE7DCA. Grayscale: #575757. Windows color (decimal): -15629771 or 3506705. OLE color: 3506705.
HSL color Cylindrical-coordinate representation of color #118235: hue angle of 139.12º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #118235 is Cyan = 0.87, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 17 | 130 | 53 | - |
| CMYK | 0.87 | 0 | 0.59 | 0.49 |
| HSL | 139.12º | 0.77% | 0.29% | - |
| HSV(B) | 139.12º | 0.87% | 0.51% | - |
| XYZ | 8.86 | 16.34 | 6.06 | - |
| YUV | 87.44 | 108.56 | 77.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 130 | 53 | 0.87 | 0 | 0.59 | 0.49 | 139.12 | 0.77 | 0.29 |
| Hex | 11 | 82 | 35 | 57 | 0 | 3B | 31 | 8B | 4D | 1D |
| Octal | 21 | 202 | 65 | 127 | 0 | 73 | 61 | 213 | 115 | 35 |
| Binary | 10001 | 10000010 | 110101 | 1010111 | 0 | 111011 | 110001 | 10001011 | 1001101 | 11101 |
Color Harmonies of #118235
Complementary color
Monochromatic Colors of #118235
Black with #118235
Text Example
Text Example
White with #118235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118235; }
p { color: rgb(17,130,53); }
H1.HeaderClassName
{
color: #118235;
}
.AnyTagClassName
{
color: #118235;
}
</style>
background-color css
<style>
a { background-color: #118235; }
a { background-color: rgb(17,130,53); }
div.DivClassName
{
background-color: #118235;
}
.BgClassName
{
background-color: #118235;
}
</style>
border-color css
<style>
span { border-color: #118235; }
span { border-color: rgb(17,130,53); }
td.TdClassName
{
border-color: #118235;
}
.TagClassName
{
border-color: #118235;
}
</style>