Shades of Forest Green #33A133
Tints of Forest Green #33A133
RGB
CMYK
RGB Variations
Color information
#33A133 (or 0x33A133) is known color: Forest Green. HEX triplet: 33, A1 and 33. RGB value is (51,161,51). Sum of RGB (Red+Green+Blue) = 51+161+51=263 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.39% from 263); Green value is 161 (63.28% from 255 or 61.22% from 263); Blue value is 51 (20.31% from 255 or 19.39% from 263); Max value from RGB is 161 - color contains mainly: green. Hex color #33A133 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33A133 is #CC5ECC. Grayscale: #737373. Windows color (decimal): -13393613 or 3383603. OLE color: 3383603.
HSL color Cylindrical-coordinate representation of color #33A133: hue angle of 120º 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 #33A133 is Cyan = 0.68, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 51 | 161 | 51 | - |
| CMYK | 0.68 | 0 | 0.68 | 0.37 |
| HSL | 120º | 0.52% | 0.42% | - |
| HSV(B) | 120º | 0.68% | 0.63% | - |
| XYZ | 14.71 | 26.43 | 7.46 | - |
| YUV | 115.57 | 91.56 | 81.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 161 | 51 | 0.68 | 0 | 0.68 | 0.37 | 120 | 0.52 | 0.42 |
| Hex | 33 | A1 | 33 | 44 | 0 | 44 | 25 | 78 | 34 | 2A |
| Octal | 63 | 241 | 63 | 104 | 0 | 104 | 45 | 170 | 64 | 52 |
| Binary | 110011 | 10100001 | 110011 | 1000100 | 0 | 1000100 | 100101 | 1111000 | 110100 | 101010 |
Color Harmonies of #33A133
Complementary color
Monochromatic Colors of #33A133
Black with #33A133
Text Example
Text Example
White with #33A133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33A133; }
p { color: rgb(51,161,51); }
H1.HeaderClassName
{
color: #33A133;
}
.AnyTagClassName
{
color: #33A133;
}
</style>
background-color css
<style>
a { background-color: #33A133; }
a { background-color: rgb(51,161,51); }
div.DivClassName
{
background-color: #33A133;
}
.BgClassName
{
background-color: #33A133;
}
</style>
border-color css
<style>
span { border-color: #33A133; }
span { border-color: rgb(51,161,51); }
td.TdClassName
{
border-color: #33A133;
}
.TagClassName
{
border-color: #33A133;
}
</style>