Shades of Dark Spring Green #108234
Tints of Dark Spring Green #108234
RGB
CMYK
RGB Variations
Color information
#108234 (or 0x108234) is known color: Dark Spring Green. HEX triplet: 10, 82 and 34. RGB value is (16,130,52). Sum of RGB (Red+Green+Blue) = 16+130+52=198 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.08% from 198); Green value is 130 (51.17% from 255 or 65.66% from 198); Blue value is 52 (20.70% from 255 or 26.26% from 198); Max value from RGB is 130 - color contains mainly: green. Hex color #108234 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #108234 is #EF7DCB. Grayscale: #575757. Windows color (decimal): -15695308 or 3441168. OLE color: 3441168.
HSL color Cylindrical-coordinate representation of color #108234: hue angle of 138.95º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #108234 is Cyan = 0.88, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 16 | 130 | 52 | - |
| CMYK | 0.88 | 0 | 0.60 | 0.49 |
| HSL | 138.95º | 0.78% | 0.29% | - |
| HSV(B) | 138.95º | 0.88% | 0.51% | - |
| XYZ | 8.82 | 16.32 | 5.93 | - |
| YUV | 87.02 | 108.23 | 77.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 130 | 52 | 0.88 | 0 | 0.60 | 0.49 | 138.95 | 0.78 | 0.29 |
| Hex | 10 | 82 | 34 | 58 | 0 | 3C | 31 | 8B | 4E | 1D |
| Octal | 20 | 202 | 64 | 130 | 0 | 74 | 61 | 213 | 116 | 35 |
| Binary | 10000 | 10000010 | 110100 | 1011000 | 0 | 111100 | 110001 | 10001011 | 1001110 | 11101 |
Color Harmonies of #108234
Complementary color
Monochromatic Colors of #108234
Black with #108234
Text Example
Text Example
White with #108234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108234; }
p { color: rgb(16,130,52); }
H1.HeaderClassName
{
color: #108234;
}
.AnyTagClassName
{
color: #108234;
}
</style>
background-color css
<style>
a { background-color: #108234; }
a { background-color: rgb(16,130,52); }
div.DivClassName
{
background-color: #108234;
}
.BgClassName
{
background-color: #108234;
}
</style>
border-color css
<style>
span { border-color: #108234; }
span { border-color: rgb(16,130,52); }
td.TdClassName
{
border-color: #108234;
}
.TagClassName
{
border-color: #108234;
}
</style>