Shades of Forest Green #33A121
Tints of Forest Green #33A121
RGB
CMYK
RGB Variations
Color information
#33A121 (or 0x33A121) is known color: Forest Green. HEX triplet: 33, A1 and 21. RGB value is (51,161,33). Sum of RGB (Red+Green+Blue) = 51+161+33=245 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.82% from 245); Green value is 161 (63.28% from 255 or 65.71% from 245); Blue value is 33 (13.28% from 255 or 13.47% from 245); Max value from RGB is 161 - color contains mainly: green. Hex color #33A121 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33A121 is #CC5EDE. Grayscale: #717171. Windows color (decimal): -13393631 or 2203955. OLE color: 2203955.
HSL color Cylindrical-coordinate representation of color #33A121: hue angle of 111.56º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33A121 is Cyan = 0.68, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 51 | 161 | 33 | - |
| CMYK | 0.68 | 0 | 0.80 | 0.37 |
| HSL | 111.56º | 0.66% | 0.38% | - |
| HSV(B) | 111.56º | 0.8% | 0.63% | - |
| XYZ | 14.38 | 26.3 | 5.76 | - |
| YUV | 113.52 | 82.56 | 83.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 161 | 33 | 0.68 | 0 | 0.80 | 0.37 | 111.56 | 0.66 | 0.38 |
| Hex | 33 | A1 | 21 | 44 | 0 | 50 | 25 | 70 | 42 | 26 |
| Octal | 63 | 241 | 41 | 104 | 0 | 120 | 45 | 160 | 102 | 46 |
| Binary | 110011 | 10100001 | 100001 | 1000100 | 0 | 1010000 | 100101 | 1110000 | 1000010 | 100110 |
Color Harmonies of #33A121
Complementary color
Monochromatic Colors of #33A121
Black with #33A121
Text Example
Text Example
White with #33A121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33A121; }
p { color: rgb(51,161,33); }
H1.HeaderClassName
{
color: #33A121;
}
.AnyTagClassName
{
color: #33A121;
}
</style>
background-color css
<style>
a { background-color: #33A121; }
a { background-color: rgb(51,161,33); }
div.DivClassName
{
background-color: #33A121;
}
.BgClassName
{
background-color: #33A121;
}
</style>
border-color css
<style>
span { border-color: #33A121; }
span { border-color: rgb(51,161,33); }
td.TdClassName
{
border-color: #33A121;
}
.TagClassName
{
border-color: #33A121;
}
</style>