Shades of Forest Green #33A125
Tints of Forest Green #33A125
RGB
CMYK
RGB Variations
Color information
#33A125 (or 0x33A125) is known color: Forest Green. HEX triplet: 33, A1 and 25. RGB value is (51,161,37). Sum of RGB (Red+Green+Blue) = 51+161+37=249 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.48% from 249); Green value is 161 (63.28% from 255 or 64.66% from 249); Blue value is 37 (14.84% from 255 or 14.86% from 249); Max value from RGB is 161 - color contains mainly: green. Hex color #33A125 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33A125 is #CC5EDA. Grayscale: #727272. Windows color (decimal): -13393627 or 2466099. OLE color: 2466099.
HSL color Cylindrical-coordinate representation of color #33A125: hue angle of 113.23º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33A125 is Cyan = 0.68, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 51 | 161 | 37 | - |
| CMYK | 0.68 | 0 | 0.77 | 0.37 |
| HSL | 113.23º | 0.63% | 0.39% | - |
| HSV(B) | 113.23º | 0.77% | 0.63% | - |
| XYZ | 14.44 | 26.33 | 6.07 | - |
| YUV | 113.97 | 84.56 | 83.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 161 | 37 | 0.68 | 0 | 0.77 | 0.37 | 113.23 | 0.63 | 0.39 |
| Hex | 33 | A1 | 25 | 44 | 0 | 4D | 25 | 71 | 3F | 27 |
| Octal | 63 | 241 | 45 | 104 | 0 | 115 | 45 | 161 | 77 | 47 |
| Binary | 110011 | 10100001 | 100101 | 1000100 | 0 | 1001101 | 100101 | 1110001 | 111111 | 100111 |
Color Harmonies of #33A125
Complementary color
Monochromatic Colors of #33A125
Black with #33A125
Text Example
Text Example
White with #33A125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33A125; }
p { color: rgb(51,161,37); }
H1.HeaderClassName
{
color: #33A125;
}
.AnyTagClassName
{
color: #33A125;
}
</style>
background-color css
<style>
a { background-color: #33A125; }
a { background-color: rgb(51,161,37); }
div.DivClassName
{
background-color: #33A125;
}
.BgClassName
{
background-color: #33A125;
}
</style>
border-color css
<style>
span { border-color: #33A125; }
span { border-color: rgb(51,161,37); }
td.TdClassName
{
border-color: #33A125;
}
.TagClassName
{
border-color: #33A125;
}
</style>