Shades of Forest Green #32922F
Tints of Forest Green #32922F
RGB
CMYK
RGB Variations
Color information
#32922F (or 0x32922F) is known color: Forest Green. HEX triplet: 32, 92 and 2F. RGB value is (50,146,47). Sum of RGB (Red+Green+Blue) = 50+146+47=243 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.58% from 243); Green value is 146 (57.42% from 255 or 60.08% from 243); Blue value is 47 (18.75% from 255 or 19.34% from 243); Max value from RGB is 146 - color contains mainly: green. Hex color #32922F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32922F is #CD6DD0. Grayscale: #6A6A6A. Windows color (decimal): -13462993 or 3117618. OLE color: 3117618.
HSL color Cylindrical-coordinate representation of color #32922F: hue angle of 118.18º degrees, saturation: 0.51, 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 #32922F is Cyan = 0.66, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 50 | 146 | 47 | - |
| CMYK | 0.66 | 0 | 0.68 | 0.43 |
| HSL | 118.18º | 0.51% | 0.38% | - |
| HSV(B) | 118.18º | 0.68% | 0.57% | - |
| XYZ | 12.11 | 21.44 | 6.19 | - |
| YUV | 106.01 | 94.7 | 88.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 146 | 47 | 0.66 | 0 | 0.68 | 0.43 | 118.18 | 0.51 | 0.38 |
| Hex | 32 | 92 | 2F | 42 | 0 | 44 | 2B | 76 | 33 | 26 |
| Octal | 62 | 222 | 57 | 102 | 0 | 104 | 53 | 166 | 63 | 46 |
| Binary | 110010 | 10010010 | 101111 | 1000010 | 0 | 1000100 | 101011 | 1110110 | 110011 | 100110 |
Color Harmonies of #32922F
Complementary color
Monochromatic Colors of #32922F
Black with #32922F
Text Example
Text Example
White with #32922F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32922F; }
p { color: rgb(50,146,47); }
H1.HeaderClassName
{
color: #32922F;
}
.AnyTagClassName
{
color: #32922F;
}
</style>
background-color css
<style>
a { background-color: #32922F; }
a { background-color: rgb(50,146,47); }
div.DivClassName
{
background-color: #32922F;
}
.BgClassName
{
background-color: #32922F;
}
</style>
border-color css
<style>
span { border-color: #32922F; }
span { border-color: rgb(50,146,47); }
td.TdClassName
{
border-color: #32922F;
}
.TagClassName
{
border-color: #32922F;
}
</style>