Shades of Forest Green #329C2C
Tints of Forest Green #329C2C
RGB
CMYK
RGB Variations
Color information
#329C2C (or 0x329C2C) is known color: Forest Green. HEX triplet: 32, 9C and 2C. RGB value is (50,156,44). Sum of RGB (Red+Green+Blue) = 50+156+44=250 (33% of max value = 765). Red value is 50 (19.92% from 255 or 20% from 250); Green value is 156 (61.33% from 255 or 62.4% from 250); Blue value is 44 (17.58% from 255 or 17.6% from 250); Max value from RGB is 156 - color contains mainly: green. Hex color #329C2C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329C2C is #CD63D3. Grayscale: #6F6F6F. Windows color (decimal): -13460436 or 2923570. OLE color: 2923570.
HSL color Cylindrical-coordinate representation of color #329C2C: hue angle of 116.79º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #329C2C is Cyan = 0.68, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 50 | 156 | 44 | - |
| CMYK | 0.68 | 0 | 0.72 | 0.39 |
| HSL | 116.79º | 0.56% | 0.39% | - |
| HSV(B) | 116.79º | 0.72% | 0.61% | - |
| XYZ | 13.66 | 24.64 | 6.42 | - |
| YUV | 111.54 | 89.88 | 84.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 156 | 44 | 0.68 | 0 | 0.72 | 0.39 | 116.79 | 0.56 | 0.39 |
| Hex | 32 | 9C | 2C | 44 | 0 | 48 | 27 | 75 | 38 | 27 |
| Octal | 62 | 234 | 54 | 104 | 0 | 110 | 47 | 165 | 70 | 47 |
| Binary | 110010 | 10011100 | 101100 | 1000100 | 0 | 1001000 | 100111 | 1110101 | 111000 | 100111 |
Color Harmonies of #329C2C
Complementary color
Monochromatic Colors of #329C2C
Black with #329C2C
Text Example
Text Example
White with #329C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329C2C; }
p { color: rgb(50,156,44); }
H1.HeaderClassName
{
color: #329C2C;
}
.AnyTagClassName
{
color: #329C2C;
}
</style>
background-color css
<style>
a { background-color: #329C2C; }
a { background-color: rgb(50,156,44); }
div.DivClassName
{
background-color: #329C2C;
}
.BgClassName
{
background-color: #329C2C;
}
</style>
border-color css
<style>
span { border-color: #329C2C; }
span { border-color: rgb(50,156,44); }
td.TdClassName
{
border-color: #329C2C;
}
.TagClassName
{
border-color: #329C2C;
}
</style>