Shades of Forest Green #108329
Tints of Forest Green #108329
RGB
CMYK
RGB Variations
Color information
#108329 (or 0x108329) is known color: Forest Green. HEX triplet: 10, 83 and 29. RGB value is (16,131,41). Sum of RGB (Red+Green+Blue) = 16+131+41=188 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.51% from 188); Green value is 131 (51.56% from 255 or 69.68% from 188); Blue value is 41 (16.41% from 255 or 21.81% from 188); Max value from RGB is 131 - color contains mainly: green. Hex color #108329 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #108329 is #EF7CD6. Grayscale: #565656. Windows color (decimal): -15695063 or 2720528. OLE color: 2720528.
HSL color Cylindrical-coordinate representation of color #108329: hue angle of 133.04º 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 #108329 is Cyan = 0.88, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 16 | 131 | 41 | - |
| CMYK | 0.88 | 0 | 0.69 | 0.49 |
| HSL | 133.04º | 0.78% | 0.29% | - |
| HSV(B) | 133.04º | 0.88% | 0.51% | - |
| XYZ | 8.73 | 16.5 | 4.82 | - |
| YUV | 86.36 | 102.4 | 77.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 131 | 41 | 0.88 | 0 | 0.69 | 0.49 | 133.04 | 0.78 | 0.29 |
| Hex | 10 | 83 | 29 | 58 | 0 | 45 | 31 | 85 | 4E | 1D |
| Octal | 20 | 203 | 51 | 130 | 0 | 105 | 61 | 205 | 116 | 35 |
| Binary | 10000 | 10000011 | 101001 | 1011000 | 0 | 1000101 | 110001 | 10000101 | 1001110 | 11101 |
Color Harmonies of #108329
Complementary color
Monochromatic Colors of #108329
Black with #108329
Text Example
Text Example
White with #108329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108329; }
p { color: rgb(16,131,41); }
H1.HeaderClassName
{
color: #108329;
}
.AnyTagClassName
{
color: #108329;
}
</style>
background-color css
<style>
a { background-color: #108329; }
a { background-color: rgb(16,131,41); }
div.DivClassName
{
background-color: #108329;
}
.BgClassName
{
background-color: #108329;
}
</style>
border-color css
<style>
span { border-color: #108329; }
span { border-color: rgb(16,131,41); }
td.TdClassName
{
border-color: #108329;
}
.TagClassName
{
border-color: #108329;
}
</style>