Shades of Forest Green #33A136
Tints of Forest Green #33A136
RGB
CMYK
RGB Variations
Color information
#33A136 (or 0x33A136) is known color: Forest Green. HEX triplet: 33, A1 and 36. RGB value is (51,161,54). Sum of RGB (Red+Green+Blue) = 51+161+54=266 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.17% from 266); Green value is 161 (63.28% from 255 or 60.53% from 266); Blue value is 54 (21.48% from 255 or 20.30% from 266); Max value from RGB is 161 - color contains mainly: green. Hex color #33A136 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33A136 is #CC5EC9. Grayscale: #747474. Windows color (decimal): -13393610 or 3580211. OLE color: 3580211.
HSL color Cylindrical-coordinate representation of color #33A136: hue angle of 121.64º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #33A136 is Cyan = 0.68, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 51 | 161 | 54 | - |
| CMYK | 0.68 | 0 | 0.66 | 0.37 |
| HSL | 121.64º | 0.52% | 0.42% | - |
| HSV(B) | 121.64º | 0.68% | 0.63% | - |
| XYZ | 14.78 | 26.46 | 7.82 | - |
| YUV | 115.91 | 93.06 | 81.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 161 | 54 | 0.68 | 0 | 0.66 | 0.37 | 121.64 | 0.52 | 0.42 |
| Hex | 33 | A1 | 36 | 44 | 0 | 42 | 25 | 7A | 34 | 2A |
| Octal | 63 | 241 | 66 | 104 | 0 | 102 | 45 | 172 | 64 | 52 |
| Binary | 110011 | 10100001 | 110110 | 1000100 | 0 | 1000010 | 100101 | 1111010 | 110100 | 101010 |
Color Harmonies of #33A136
Complementary color
Monochromatic Colors of #33A136
Black with #33A136
Text Example
Text Example
White with #33A136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33A136; }
p { color: rgb(51,161,54); }
H1.HeaderClassName
{
color: #33A136;
}
.AnyTagClassName
{
color: #33A136;
}
</style>
background-color css
<style>
a { background-color: #33A136; }
a { background-color: rgb(51,161,54); }
div.DivClassName
{
background-color: #33A136;
}
.BgClassName
{
background-color: #33A136;
}
</style>
border-color css
<style>
span { border-color: #33A136; }
span { border-color: rgb(51,161,54); }
td.TdClassName
{
border-color: #33A136;
}
.TagClassName
{
border-color: #33A136;
}
</style>