Shades of Forest Green #33A027
Tints of Forest Green #33A027
RGB
CMYK
RGB Variations
Color information
#33A027 (or 0x33A027) is known color: Forest Green. HEX triplet: 33, A0 and 27. RGB value is (51,160,39). Sum of RGB (Red+Green+Blue) = 51+160+39=250 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.4% from 250); Green value is 160 (62.89% from 255 or 64% from 250); Blue value is 39 (15.62% from 255 or 15.6% from 250); Max value from RGB is 160 - color contains mainly: green. Hex color #33A027 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33A027 is #CC5FD8. Grayscale: #717171. Windows color (decimal): -13393881 or 2596915. OLE color: 2596915.
HSL color Cylindrical-coordinate representation of color #33A027: hue angle of 114.05º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33A027 is Cyan = 0.68, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 51 | 160 | 39 | - |
| CMYK | 0.68 | 0 | 0.76 | 0.37 |
| HSL | 114.05º | 0.61% | 0.39% | - |
| HSV(B) | 114.05º | 0.76% | 0.63% | - |
| XYZ | 14.3 | 25.99 | 6.18 | - |
| YUV | 113.62 | 85.89 | 83.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 160 | 39 | 0.68 | 0 | 0.76 | 0.37 | 114.05 | 0.61 | 0.39 |
| Hex | 33 | A0 | 27 | 44 | 0 | 4C | 25 | 72 | 3D | 27 |
| Octal | 63 | 240 | 47 | 104 | 0 | 114 | 45 | 162 | 75 | 47 |
| Binary | 110011 | 10100000 | 100111 | 1000100 | 0 | 1001100 | 100101 | 1110010 | 111101 | 100111 |
Color Harmonies of #33A027
Complementary color
Monochromatic Colors of #33A027
Black with #33A027
Text Example
Text Example
White with #33A027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33A027; }
p { color: rgb(51,160,39); }
H1.HeaderClassName
{
color: #33A027;
}
.AnyTagClassName
{
color: #33A027;
}
</style>
background-color css
<style>
a { background-color: #33A027; }
a { background-color: rgb(51,160,39); }
div.DivClassName
{
background-color: #33A027;
}
.BgClassName
{
background-color: #33A027;
}
</style>
border-color css
<style>
span { border-color: #33A027; }
span { border-color: rgb(51,160,39); }
td.TdClassName
{
border-color: #33A027;
}
.TagClassName
{
border-color: #33A027;
}
</style>