Shades of Forest Green #329432
Tints of Forest Green #329432
RGB
CMYK
RGB Variations
Color information
#329432 (or 0x329432) is known color: Forest Green. HEX triplet: 32, 94 and 32. RGB value is (50,148,50). Sum of RGB (Red+Green+Blue) = 50+148+50=248 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.16% from 248); Green value is 148 (58.20% from 255 or 59.68% from 248); Blue value is 50 (19.92% from 255 or 20.16% from 248); Max value from RGB is 148 - color contains mainly: green. Hex color #329432 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329432 is #CD6BCD. Grayscale: #6B6B6B. Windows color (decimal): -13462478 or 3314738. OLE color: 3314738.
HSL color Cylindrical-coordinate representation of color #329432: hue angle of 120º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #329432 is Cyan = 0.66, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 148 | 50 | - |
| CMYK | 0.66 | 0 | 0.66 | 0.42 |
| HSL | 120º | 0.49% | 0.39% | - |
| HSV(B) | 120º | 0.66% | 0.58% | - |
| XYZ | 12.48 | 22.09 | 6.62 | - |
| YUV | 107.53 | 95.53 | 86.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 148 | 50 | 0.66 | 0 | 0.66 | 0.42 | 120 | 0.49 | 0.39 |
| Hex | 32 | 94 | 32 | 42 | 0 | 42 | 2A | 78 | 31 | 27 |
| Octal | 62 | 224 | 62 | 102 | 0 | 102 | 52 | 170 | 61 | 47 |
| Binary | 110010 | 10010100 | 110010 | 1000010 | 0 | 1000010 | 101010 | 1111000 | 110001 | 100111 |
Color Harmonies of #329432
Complementary color
Monochromatic Colors of #329432
Black with #329432
Text Example
Text Example
White with #329432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329432; }
p { color: rgb(50,148,50); }
H1.HeaderClassName
{
color: #329432;
}
.AnyTagClassName
{
color: #329432;
}
</style>
background-color css
<style>
a { background-color: #329432; }
a { background-color: rgb(50,148,50); }
div.DivClassName
{
background-color: #329432;
}
.BgClassName
{
background-color: #329432;
}
</style>
border-color css
<style>
span { border-color: #329432; }
span { border-color: rgb(50,148,50); }
td.TdClassName
{
border-color: #329432;
}
.TagClassName
{
border-color: #329432;
}
</style>