Shades of Forest Green #32922D
Tints of Forest Green #32922D
RGB
CMYK
RGB Variations
Color information
#32922D (or 0x32922D) is known color: Forest Green. HEX triplet: 32, 92 and 2D. RGB value is (50,146,45). Sum of RGB (Red+Green+Blue) = 50+146+45=241 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.75% from 241); Green value is 146 (57.42% from 255 or 60.58% from 241); Blue value is 45 (17.97% from 255 or 18.67% from 241); Max value from RGB is 146 - color contains mainly: green. Hex color #32922D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32922D is #CD6DD2. Grayscale: #6A6A6A. Windows color (decimal): -13462995 or 2986546. OLE color: 2986546.
HSL color Cylindrical-coordinate representation of color #32922D: hue angle of 117.03º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #32922D is Cyan = 0.66, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 50 | 146 | 45 | - |
| CMYK | 0.66 | 0 | 0.69 | 0.43 |
| HSL | 117.03º | 0.53% | 0.37% | - |
| HSV(B) | 117.03º | 0.69% | 0.57% | - |
| XYZ | 12.07 | 21.43 | 5.98 | - |
| YUV | 105.78 | 93.7 | 88.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 146 | 45 | 0.66 | 0 | 0.69 | 0.43 | 117.03 | 0.53 | 0.37 |
| Hex | 32 | 92 | 2D | 42 | 0 | 45 | 2B | 75 | 35 | 25 |
| Octal | 62 | 222 | 55 | 102 | 0 | 105 | 53 | 165 | 65 | 45 |
| Binary | 110010 | 10010010 | 101101 | 1000010 | 0 | 1000101 | 101011 | 1110101 | 110101 | 100101 |
Color Harmonies of #32922D
Complementary color
Monochromatic Colors of #32922D
Black with #32922D
Text Example
Text Example
White with #32922D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32922D; }
p { color: rgb(50,146,45); }
H1.HeaderClassName
{
color: #32922D;
}
.AnyTagClassName
{
color: #32922D;
}
</style>
background-color css
<style>
a { background-color: #32922D; }
a { background-color: rgb(50,146,45); }
div.DivClassName
{
background-color: #32922D;
}
.BgClassName
{
background-color: #32922D;
}
</style>
border-color css
<style>
span { border-color: #32922D; }
span { border-color: rgb(50,146,45); }
td.TdClassName
{
border-color: #32922D;
}
.TagClassName
{
border-color: #32922D;
}
</style>