Shades of Forest Green #107E20
Tints of Forest Green #107E20
RGB
CMYK
RGB Variations
Color information
#107E20 (or 0x107E20) is known color: Forest Green. HEX triplet: 10, 7E and 20. RGB value is (16,126,32). Sum of RGB (Red+Green+Blue) = 16+126+32=174 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.20% from 174); Green value is 126 (49.61% from 255 or 72.41% from 174); Blue value is 32 (12.89% from 255 or 18.39% from 174); Max value from RGB is 126 - color contains mainly: green. Hex color #107E20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #107E20 is #EF81DF. Grayscale: #525252. Windows color (decimal): -15696352 or 2129424. OLE color: 2129424.
HSL color Cylindrical-coordinate representation of color #107E20: hue angle of 128.73º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #107E20 is Cyan = 0.87, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 16 | 126 | 32 | - |
| CMYK | 0.87 | 0 | 0.75 | 0.51 |
| HSL | 128.73º | 0.77% | 0.28% | - |
| HSV(B) | 128.73º | 0.87% | 0.49% | - |
| XYZ | 7.94 | 15.14 | 3.87 | - |
| YUV | 82.39 | 99.56 | 80.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 126 | 32 | 0.87 | 0 | 0.75 | 0.51 | 128.73 | 0.77 | 0.28 |
| Hex | 10 | 7E | 20 | 57 | 0 | 4B | 33 | 81 | 4D | 1C |
| Octal | 20 | 176 | 40 | 127 | 0 | 113 | 63 | 201 | 115 | 34 |
| Binary | 10000 | 1111110 | 100000 | 1010111 | 0 | 1001011 | 110011 | 10000001 | 1001101 | 11100 |
Color Harmonies of #107E20
Complementary color
Monochromatic Colors of #107E20
Black with #107E20
Text Example
Text Example
White with #107E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107E20; }
p { color: rgb(16,126,32); }
H1.HeaderClassName
{
color: #107E20;
}
.AnyTagClassName
{
color: #107E20;
}
</style>
background-color css
<style>
a { background-color: #107E20; }
a { background-color: rgb(16,126,32); }
div.DivClassName
{
background-color: #107E20;
}
.BgClassName
{
background-color: #107E20;
}
</style>
border-color css
<style>
span { border-color: #107E20; }
span { border-color: rgb(16,126,32); }
td.TdClassName
{
border-color: #107E20;
}
.TagClassName
{
border-color: #107E20;
}
</style>