Shades of Forest Green #20942B
Tints of Forest Green #20942B
RGB
CMYK
RGB Variations
Color information
#20942B (or 0x20942B) is known color: Forest Green. HEX triplet: 20, 94 and 2B. RGB value is (32,148,43). Sum of RGB (Red+Green+Blue) = 32+148+43=223 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.35% from 223); Green value is 148 (58.20% from 255 or 66.37% from 223); Blue value is 43 (17.19% from 255 or 19.28% from 223); Max value from RGB is 148 - color contains mainly: green. Hex color #20942B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20942B is #DF6BD4. Grayscale: #656565. Windows color (decimal): -14642133 or 2855968. OLE color: 2855968.
HSL color Cylindrical-coordinate representation of color #20942B: hue angle of 125.69º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #20942B is Cyan = 0.78, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 32 | 148 | 43 | - |
| CMYK | 0.78 | 0 | 0.71 | 0.42 |
| HSL | 125.69º | 0.64% | 0.35% | - |
| HSV(B) | 125.69º | 0.78% | 0.58% | - |
| XYZ | 11.62 | 21.66 | 5.85 | - |
| YUV | 101.35 | 95.07 | 78.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 148 | 43 | 0.78 | 0 | 0.71 | 0.42 | 125.69 | 0.64 | 0.35 |
| Hex | 20 | 94 | 2B | 4E | 0 | 47 | 2A | 7E | 40 | 23 |
| Octal | 40 | 224 | 53 | 116 | 0 | 107 | 52 | 176 | 100 | 43 |
| Binary | 100000 | 10010100 | 101011 | 1001110 | 0 | 1000111 | 101010 | 1111110 | 1000000 | 100011 |
Color Harmonies of #20942B
Complementary color
Monochromatic Colors of #20942B
Black with #20942B
Text Example
Text Example
White with #20942B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20942B; }
p { color: rgb(32,148,43); }
H1.HeaderClassName
{
color: #20942B;
}
.AnyTagClassName
{
color: #20942B;
}
</style>
background-color css
<style>
a { background-color: #20942B; }
a { background-color: rgb(32,148,43); }
div.DivClassName
{
background-color: #20942B;
}
.BgClassName
{
background-color: #20942B;
}
</style>
border-color css
<style>
span { border-color: #20942B; }
span { border-color: rgb(32,148,43); }
td.TdClassName
{
border-color: #20942B;
}
.TagClassName
{
border-color: #20942B;
}
</style>