Shades of Forest Green #20B117
Tints of Forest Green #20B117
RGB
CMYK
RGB Variations
Color information
#20B117 (or 0x20B117) is known color: Forest Green. HEX triplet: 20, B1 and 17. RGB value is (32,177,23). Sum of RGB (Red+Green+Blue) = 32+177+23=232 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.79% from 232); Green value is 177 (69.53% from 255 or 76.29% from 232); Blue value is 23 (9.38% from 255 or 9.91% from 232); Max value from RGB is 177 - color contains mainly: green. Hex color #20B117 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #20B117 is #DF4EE8. Grayscale: #747474. Windows color (decimal): -14634729 or 1552672. OLE color: 1552672.
HSL color Cylindrical-coordinate representation of color #20B117: hue angle of 116.49º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20B117 is Cyan = 0.82, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 32 | 177 | 23 | - |
| CMYK | 0.82 | 0 | 0.87 | 0.31 |
| HSL | 116.49º | 0.77% | 0.39% | - |
| HSV(B) | 116.49º | 0.87% | 0.69% | - |
| XYZ | 16.47 | 31.81 | 6.08 | - |
| YUV | 116.09 | 75.46 | 68.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 177 | 23 | 0.82 | 0 | 0.87 | 0.31 | 116.49 | 0.77 | 0.39 |
| Hex | 20 | B1 | 17 | 52 | 0 | 57 | 1F | 74 | 4D | 27 |
| Octal | 40 | 261 | 27 | 122 | 0 | 127 | 37 | 164 | 115 | 47 |
| Binary | 100000 | 10110001 | 10111 | 1010010 | 0 | 1010111 | 11111 | 1110100 | 1001101 | 100111 |
Color Harmonies of #20B117
Complementary color
Monochromatic Colors of #20B117
Black with #20B117
Text Example
Text Example
White with #20B117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20B117; }
p { color: rgb(32,177,23); }
H1.HeaderClassName
{
color: #20B117;
}
.AnyTagClassName
{
color: #20B117;
}
</style>
background-color css
<style>
a { background-color: #20B117; }
a { background-color: rgb(32,177,23); }
div.DivClassName
{
background-color: #20B117;
}
.BgClassName
{
background-color: #20B117;
}
</style>
border-color css
<style>
span { border-color: #20B117; }
span { border-color: rgb(32,177,23); }
td.TdClassName
{
border-color: #20B117;
}
.TagClassName
{
border-color: #20B117;
}
</style>