Shades of Dark Spring Green #118339
Tints of Dark Spring Green #118339
RGB
CMYK
RGB Variations
Color information
#118339 (or 0x118339) is known color: Dark Spring Green. HEX triplet: 11, 83 and 39. RGB value is (17,131,57). Sum of RGB (Red+Green+Blue) = 17+131+57=205 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.29% from 205); Green value is 131 (51.56% from 255 or 63.90% from 205); Blue value is 57 (22.66% from 255 or 27.80% from 205); Max value from RGB is 131 - color contains mainly: green. Hex color #118339 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118339 is #EE7CC6. Grayscale: #585858. Windows color (decimal): -15629511 or 3769105. OLE color: 3769105.
HSL color Cylindrical-coordinate representation of color #118339: hue angle of 141.05º 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 #118339 is Cyan = 0.87, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 17 | 131 | 57 | - |
| CMYK | 0.87 | 0 | 0.56 | 0.49 |
| HSL | 141.05º | 0.77% | 0.29% | - |
| HSV(B) | 141.05º | 0.87% | 0.51% | - |
| XYZ | 9.09 | 16.65 | 6.61 | - |
| YUV | 88.48 | 110.23 | 77.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 131 | 57 | 0.87 | 0 | 0.56 | 0.49 | 141.05 | 0.77 | 0.29 |
| Hex | 11 | 83 | 39 | 57 | 0 | 38 | 31 | 8D | 4D | 1D |
| Octal | 21 | 203 | 71 | 127 | 0 | 70 | 61 | 215 | 115 | 35 |
| Binary | 10001 | 10000011 | 111001 | 1010111 | 0 | 111000 | 110001 | 10001101 | 1001101 | 11101 |
Color Harmonies of #118339
Complementary color
Monochromatic Colors of #118339
Black with #118339
Text Example
Text Example
White with #118339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118339; }
p { color: rgb(17,131,57); }
H1.HeaderClassName
{
color: #118339;
}
.AnyTagClassName
{
color: #118339;
}
</style>
background-color css
<style>
a { background-color: #118339; }
a { background-color: rgb(17,131,57); }
div.DivClassName
{
background-color: #118339;
}
.BgClassName
{
background-color: #118339;
}
</style>
border-color css
<style>
span { border-color: #118339; }
span { border-color: rgb(17,131,57); }
td.TdClassName
{
border-color: #118339;
}
.TagClassName
{
border-color: #118339;
}
</style>