Shades of Dark Spring Green #108035
Tints of Dark Spring Green #108035
RGB
CMYK
RGB Variations
Color information
#108035 (or 0x108035) is known color: Dark Spring Green. HEX triplet: 10, 80 and 35. RGB value is (16,128,53). Sum of RGB (Red+Green+Blue) = 16+128+53=197 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.12% from 197); Green value is 128 (50.39% from 255 or 64.97% from 197); Blue value is 53 (21.09% from 255 or 26.90% from 197); Max value from RGB is 128 - color contains mainly: green. Hex color #108035 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #108035 is #EF7FCA. Grayscale: #565656. Windows color (decimal): -15695819 or 3506192. OLE color: 3506192.
HSL color Cylindrical-coordinate representation of color #108035: hue angle of 139.82º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #108035 is Cyan = 0.88, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 16 | 128 | 53 | - |
| CMYK | 0.88 | 0 | 0.59 | 0.50 |
| HSL | 139.82º | 0.78% | 0.28% | - |
| HSV(B) | 139.82º | 0.88% | 0.5% | - |
| XYZ | 8.58 | 15.81 | 5.97 | - |
| YUV | 85.96 | 109.39 | 78.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 128 | 53 | 0.88 | 0 | 0.59 | 0.50 | 139.82 | 0.78 | 0.28 |
| Hex | 10 | 80 | 35 | 58 | 0 | 3B | 32 | 8C | 4E | 1C |
| Octal | 20 | 200 | 65 | 130 | 0 | 73 | 62 | 214 | 116 | 34 |
| Binary | 10000 | 10000000 | 110101 | 1011000 | 0 | 111011 | 110010 | 10001100 | 1001110 | 11100 |
Color Harmonies of #108035
Complementary color
Monochromatic Colors of #108035
Black with #108035
Text Example
Text Example
White with #108035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108035; }
p { color: rgb(16,128,53); }
H1.HeaderClassName
{
color: #108035;
}
.AnyTagClassName
{
color: #108035;
}
</style>
background-color css
<style>
a { background-color: #108035; }
a { background-color: rgb(16,128,53); }
div.DivClassName
{
background-color: #108035;
}
.BgClassName
{
background-color: #108035;
}
</style>
border-color css
<style>
span { border-color: #108035; }
span { border-color: rgb(16,128,53); }
td.TdClassName
{
border-color: #108035;
}
.TagClassName
{
border-color: #108035;
}
</style>