Shades of Forest Green #33A232
Tints of Forest Green #33A232
RGB
CMYK
RGB Variations
Color information
#33A232 (or 0x33A232) is known color: Forest Green. HEX triplet: 33, A2 and 32. RGB value is (51,162,50). Sum of RGB (Red+Green+Blue) = 51+162+50=263 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.39% from 263); Green value is 162 (63.67% from 255 or 61.60% from 263); Blue value is 50 (19.92% from 255 or 19.01% from 263); Max value from RGB is 162 - color contains mainly: green. Hex color #33A232 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33A232 is #CC5DCD. Grayscale: #747474. Windows color (decimal): -13393358 or 3318323. OLE color: 3318323.
HSL color Cylindrical-coordinate representation of color #33A232: hue angle of 119.46º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #33A232 is Cyan = 0.69, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 51 | 162 | 50 | - |
| CMYK | 0.69 | 0 | 0.69 | 0.36 |
| HSL | 119.46º | 0.53% | 0.42% | - |
| HSV(B) | 119.46º | 0.69% | 0.64% | - |
| XYZ | 14.86 | 26.77 | 7.4 | - |
| YUV | 116.04 | 90.73 | 81.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 162 | 50 | 0.69 | 0 | 0.69 | 0.36 | 119.46 | 0.53 | 0.42 |
| Hex | 33 | A2 | 32 | 45 | 0 | 45 | 24 | 77 | 35 | 2A |
| Octal | 63 | 242 | 62 | 105 | 0 | 105 | 44 | 167 | 65 | 52 |
| Binary | 110011 | 10100010 | 110010 | 1000101 | 0 | 1000101 | 100100 | 1110111 | 110101 | 101010 |
Color Harmonies of #33A232
Complementary color
Monochromatic Colors of #33A232
Black with #33A232
Text Example
Text Example
White with #33A232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33A232; }
p { color: rgb(51,162,50); }
H1.HeaderClassName
{
color: #33A232;
}
.AnyTagClassName
{
color: #33A232;
}
</style>
background-color css
<style>
a { background-color: #33A232; }
a { background-color: rgb(51,162,50); }
div.DivClassName
{
background-color: #33A232;
}
.BgClassName
{
background-color: #33A232;
}
</style>
border-color css
<style>
span { border-color: #33A232; }
span { border-color: rgb(51,162,50); }
td.TdClassName
{
border-color: #33A232;
}
.TagClassName
{
border-color: #33A232;
}
</style>