Shades of Forest Green #32922E
Tints of Forest Green #32922E
RGB
CMYK
RGB Variations
Color information
#32922E (or 0x32922E) is known color: Forest Green. HEX triplet: 32, 92 and 2E. RGB value is (50,146,46). Sum of RGB (Red+Green+Blue) = 50+146+46=242 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.66% from 242); Green value is 146 (57.42% from 255 or 60.33% from 242); Blue value is 46 (18.36% from 255 or 19.01% from 242); Max value from RGB is 146 - color contains mainly: green. Hex color #32922E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32922E is #CD6DD1. Grayscale: #6A6A6A. Windows color (decimal): -13462994 or 3052082. OLE color: 3052082.
HSL color Cylindrical-coordinate representation of color #32922E: hue angle of 117.6º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #32922E is Cyan = 0.66, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 50 | 146 | 46 | - |
| CMYK | 0.66 | 0 | 0.68 | 0.43 |
| HSL | 117.6º | 0.52% | 0.38% | - |
| HSV(B) | 117.6º | 0.68% | 0.57% | - |
| XYZ | 12.09 | 21.43 | 6.08 | - |
| YUV | 105.9 | 94.2 | 88.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 146 | 46 | 0.66 | 0 | 0.68 | 0.43 | 117.6 | 0.52 | 0.38 |
| Hex | 32 | 92 | 2E | 42 | 0 | 44 | 2B | 76 | 34 | 26 |
| Octal | 62 | 222 | 56 | 102 | 0 | 104 | 53 | 166 | 64 | 46 |
| Binary | 110010 | 10010010 | 101110 | 1000010 | 0 | 1000100 | 101011 | 1110110 | 110100 | 100110 |
Color Harmonies of #32922E
Complementary color
Monochromatic Colors of #32922E
Black with #32922E
Text Example
Text Example
White with #32922E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32922E; }
p { color: rgb(50,146,46); }
H1.HeaderClassName
{
color: #32922E;
}
.AnyTagClassName
{
color: #32922E;
}
</style>
background-color css
<style>
a { background-color: #32922E; }
a { background-color: rgb(50,146,46); }
div.DivClassName
{
background-color: #32922E;
}
.BgClassName
{
background-color: #32922E;
}
</style>
border-color css
<style>
span { border-color: #32922E; }
span { border-color: rgb(50,146,46); }
td.TdClassName
{
border-color: #32922E;
}
.TagClassName
{
border-color: #32922E;
}
</style>