Shades of Forest Green #33952C
Tints of Forest Green #33952C
RGB
CMYK
RGB Variations
Color information
#33952C (or 0x33952C) is known color: Forest Green. HEX triplet: 33, 95 and 2C. RGB value is (51,149,44). Sum of RGB (Red+Green+Blue) = 51+149+44=244 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.90% from 244); Green value is 149 (58.59% from 255 or 61.07% from 244); Blue value is 44 (17.58% from 255 or 18.03% from 244); Max value from RGB is 149 - color contains mainly: green. Hex color #33952C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33952C is #CC6AD3. Grayscale: #6C6C6C. Windows color (decimal): -13396692 or 2921779. OLE color: 2921779.
HSL color Cylindrical-coordinate representation of color #33952C: hue angle of 116º 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 #33952C is Cyan = 0.66, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 51 | 149 | 44 | - |
| CMYK | 0.66 | 0 | 0.70 | 0.42 |
| HSL | 116º | 0.54% | 0.38% | - |
| HSV(B) | 116º | 0.7% | 0.58% | - |
| XYZ | 12.57 | 22.38 | 6.04 | - |
| YUV | 107.73 | 92.03 | 87.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 149 | 44 | 0.66 | 0 | 0.70 | 0.42 | 116 | 0.54 | 0.38 |
| Hex | 33 | 95 | 2C | 42 | 0 | 46 | 2A | 74 | 36 | 26 |
| Octal | 63 | 225 | 54 | 102 | 0 | 106 | 52 | 164 | 66 | 46 |
| Binary | 110011 | 10010101 | 101100 | 1000010 | 0 | 1000110 | 101010 | 1110100 | 110110 | 100110 |
Color Harmonies of #33952C
Complementary color
Monochromatic Colors of #33952C
Black with #33952C
Text Example
Text Example
White with #33952C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33952C; }
p { color: rgb(51,149,44); }
H1.HeaderClassName
{
color: #33952C;
}
.AnyTagClassName
{
color: #33952C;
}
</style>
background-color css
<style>
a { background-color: #33952C; }
a { background-color: rgb(51,149,44); }
div.DivClassName
{
background-color: #33952C;
}
.BgClassName
{
background-color: #33952C;
}
</style>
border-color css
<style>
span { border-color: #33952C; }
span { border-color: rgb(51,149,44); }
td.TdClassName
{
border-color: #33952C;
}
.TagClassName
{
border-color: #33952C;
}
</style>