Shades of Forest Green #32942C
Tints of Forest Green #32942C
RGB
CMYK
RGB Variations
Color information
#32942C (or 0x32942C) is known color: Forest Green. HEX triplet: 32, 94 and 2C. RGB value is (50,148,44). Sum of RGB (Red+Green+Blue) = 50+148+44=242 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.66% from 242); Green value is 148 (58.20% from 255 or 61.16% from 242); Blue value is 44 (17.58% from 255 or 18.18% from 242); Max value from RGB is 148 - color contains mainly: green. Hex color #32942C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32942C is #CD6BD3. Grayscale: #6B6B6B. Windows color (decimal): -13462484 or 2921522. OLE color: 2921522.
HSL color Cylindrical-coordinate representation of color #32942C: hue angle of 116.54º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #32942C is Cyan = 0.66, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 148 | 44 | - |
| CMYK | 0.66 | 0 | 0.70 | 0.42 |
| HSL | 116.54º | 0.54% | 0.38% | - |
| HSV(B) | 116.54º | 0.7% | 0.58% | - |
| XYZ | 12.36 | 22.04 | 5.99 | - |
| YUV | 106.84 | 92.53 | 87.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 148 | 44 | 0.66 | 0 | 0.70 | 0.42 | 116.54 | 0.54 | 0.38 |
| Hex | 32 | 94 | 2C | 42 | 0 | 46 | 2A | 75 | 36 | 26 |
| Octal | 62 | 224 | 54 | 102 | 0 | 106 | 52 | 165 | 66 | 46 |
| Binary | 110010 | 10010100 | 101100 | 1000010 | 0 | 1000110 | 101010 | 1110101 | 110110 | 100110 |
Color Harmonies of #32942C
Complementary color
Monochromatic Colors of #32942C
Black with #32942C
Text Example
Text Example
White with #32942C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32942C; }
p { color: rgb(50,148,44); }
H1.HeaderClassName
{
color: #32942C;
}
.AnyTagClassName
{
color: #32942C;
}
</style>
background-color css
<style>
a { background-color: #32942C; }
a { background-color: rgb(50,148,44); }
div.DivClassName
{
background-color: #32942C;
}
.BgClassName
{
background-color: #32942C;
}
</style>
border-color css
<style>
span { border-color: #32942C; }
span { border-color: rgb(50,148,44); }
td.TdClassName
{
border-color: #32942C;
}
.TagClassName
{
border-color: #32942C;
}
</style>