Shades of Forest Green #329B33
Tints of Forest Green #329B33
RGB
CMYK
RGB Variations
Color information
#329B33 (or 0x329B33) is known color: Forest Green. HEX triplet: 32, 9B and 33. RGB value is (50,155,51). Sum of RGB (Red+Green+Blue) = 50+155+51=256 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.53% from 256); Green value is 155 (60.94% from 255 or 60.55% from 256); Blue value is 51 (20.31% from 255 or 19.92% from 256); Max value from RGB is 155 - color contains mainly: green. Hex color #329B33 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329B33 is #CD64CC. Grayscale: #707070. Windows color (decimal): -13460685 or 3382066. OLE color: 3382066.
HSL color Cylindrical-coordinate representation of color #329B33: hue angle of 120.57º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #329B33 is Cyan = 0.68, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 50 | 155 | 51 | - |
| CMYK | 0.68 | 0 | 0.67 | 0.39 |
| HSL | 120.57º | 0.51% | 0.4% | - |
| HSV(B) | 120.57º | 0.68% | 0.61% | - |
| XYZ | 13.63 | 24.36 | 7.12 | - |
| YUV | 111.75 | 93.71 | 83.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 155 | 51 | 0.68 | 0 | 0.67 | 0.39 | 120.57 | 0.51 | 0.4 |
| Hex | 32 | 9B | 33 | 44 | 0 | 43 | 27 | 79 | 33 | 28 |
| Octal | 62 | 233 | 63 | 104 | 0 | 103 | 47 | 171 | 63 | 50 |
| Binary | 110010 | 10011011 | 110011 | 1000100 | 0 | 1000011 | 100111 | 1111001 | 110011 | 101000 |
Color Harmonies of #329B33
Complementary color
Monochromatic Colors of #329B33
Black with #329B33
Text Example
Text Example
White with #329B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329B33; }
p { color: rgb(50,155,51); }
H1.HeaderClassName
{
color: #329B33;
}
.AnyTagClassName
{
color: #329B33;
}
</style>
background-color css
<style>
a { background-color: #329B33; }
a { background-color: rgb(50,155,51); }
div.DivClassName
{
background-color: #329B33;
}
.BgClassName
{
background-color: #329B33;
}
</style>
border-color css
<style>
span { border-color: #329B33; }
span { border-color: rgb(50,155,51); }
td.TdClassName
{
border-color: #329B33;
}
.TagClassName
{
border-color: #329B33;
}
</style>