Shades of Forest Green #20943A
Tints of Forest Green #20943A
RGB
CMYK
RGB Variations
Color information
#20943A (or 0x20943A) is known color: Forest Green. HEX triplet: 20, 94 and 3A. RGB value is (32,148,58). Sum of RGB (Red+Green+Blue) = 32+148+58=238 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.45% from 238); Green value is 148 (58.20% from 255 or 62.18% from 238); Blue value is 58 (23.05% from 255 or 24.37% from 238); Max value from RGB is 148 - color contains mainly: green. Hex color #20943A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20943A is #DF6BC5. Grayscale: #676767. Windows color (decimal): -14642118 or 3839008. OLE color: 3839008.
HSL color Cylindrical-coordinate representation of color #20943A: hue angle of 133.45º 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 #20943A is Cyan = 0.78, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 32 | 148 | 58 | - |
| CMYK | 0.78 | 0 | 0.61 | 0.42 |
| HSL | 133.45º | 0.64% | 0.35% | - |
| HSV(B) | 133.45º | 0.78% | 0.58% | - |
| XYZ | 11.95 | 21.79 | 7.58 | - |
| YUV | 103.06 | 102.57 | 77.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 148 | 58 | 0.78 | 0 | 0.61 | 0.42 | 133.45 | 0.64 | 0.35 |
| Hex | 20 | 94 | 3A | 4E | 0 | 3D | 2A | 85 | 40 | 23 |
| Octal | 40 | 224 | 72 | 116 | 0 | 75 | 52 | 205 | 100 | 43 |
| Binary | 100000 | 10010100 | 111010 | 1001110 | 0 | 111101 | 101010 | 10000101 | 1000000 | 100011 |
Color Harmonies of #20943A
Complementary color
Monochromatic Colors of #20943A
Black with #20943A
Text Example
Text Example
White with #20943A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20943A; }
p { color: rgb(32,148,58); }
H1.HeaderClassName
{
color: #20943A;
}
.AnyTagClassName
{
color: #20943A;
}
</style>
background-color css
<style>
a { background-color: #20943A; }
a { background-color: rgb(32,148,58); }
div.DivClassName
{
background-color: #20943A;
}
.BgClassName
{
background-color: #20943A;
}
</style>
border-color css
<style>
span { border-color: #20943A; }
span { border-color: rgb(32,148,58); }
td.TdClassName
{
border-color: #20943A;
}
.TagClassName
{
border-color: #20943A;
}
</style>