Shades of Forest Green #108422
Tints of Forest Green #108422
RGB
CMYK
RGB Variations
Color information
#108422 (or 0x108422) is known color: Forest Green. HEX triplet: 10, 84 and 22. RGB value is (16,132,34). Sum of RGB (Red+Green+Blue) = 16+132+34=182 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.79% from 182); Green value is 132 (51.95% from 255 or 72.53% from 182); Blue value is 34 (13.67% from 255 or 18.68% from 182); Max value from RGB is 132 - color contains mainly: green. Hex color #108422 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #108422 is #EF7BDD. Grayscale: #565656. Windows color (decimal): -15694814 or 2262032. OLE color: 2262032.
HSL color Cylindrical-coordinate representation of color #108422: hue angle of 129.31º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #108422 is Cyan = 0.88, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 16 | 132 | 34 | - |
| CMYK | 0.88 | 0 | 0.74 | 0.48 |
| HSL | 129.31º | 0.78% | 0.29% | - |
| HSV(B) | 129.31º | 0.88% | 0.52% | - |
| XYZ | 8.75 | 16.73 | 4.28 | - |
| YUV | 86.14 | 98.57 | 77.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 132 | 34 | 0.88 | 0 | 0.74 | 0.48 | 129.31 | 0.78 | 0.29 |
| Hex | 10 | 84 | 22 | 58 | 0 | 4A | 30 | 81 | 4E | 1D |
| Octal | 20 | 204 | 42 | 130 | 0 | 112 | 60 | 201 | 116 | 35 |
| Binary | 10000 | 10000100 | 100010 | 1011000 | 0 | 1001010 | 110000 | 10000001 | 1001110 | 11101 |
Color Harmonies of #108422
Complementary color
Monochromatic Colors of #108422
Black with #108422
Text Example
Text Example
White with #108422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108422; }
p { color: rgb(16,132,34); }
H1.HeaderClassName
{
color: #108422;
}
.AnyTagClassName
{
color: #108422;
}
</style>
background-color css
<style>
a { background-color: #108422; }
a { background-color: rgb(16,132,34); }
div.DivClassName
{
background-color: #108422;
}
.BgClassName
{
background-color: #108422;
}
</style>
border-color css
<style>
span { border-color: #108422; }
span { border-color: rgb(16,132,34); }
td.TdClassName
{
border-color: #108422;
}
.TagClassName
{
border-color: #108422;
}
</style>