Shades of Forest Green #33A320
Tints of Forest Green #33A320
RGB
CMYK
RGB Variations
Color information
#33A320 (or 0x33A320) is known color: Forest Green. HEX triplet: 33, A3 and 20. RGB value is (51,163,32). Sum of RGB (Red+Green+Blue) = 51+163+32=246 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.73% from 246); Green value is 163 (64.06% from 255 or 66.26% from 246); Blue value is 32 (12.89% from 255 or 13.01% from 246); Max value from RGB is 163 - color contains mainly: green. Hex color #33A320 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33A320 is #CC5CDF. Grayscale: #727272. Windows color (decimal): -13393120 or 2138931. OLE color: 2138931.
HSL color Cylindrical-coordinate representation of color #33A320: hue angle of 111.3º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33A320 is Cyan = 0.69, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 51 | 163 | 32 | - |
| CMYK | 0.69 | 0 | 0.80 | 0.36 |
| HSL | 111.3º | 0.67% | 0.38% | - |
| HSV(B) | 111.3º | 0.8% | 0.64% | - |
| XYZ | 14.72 | 27 | 5.8 | - |
| YUV | 114.58 | 81.39 | 82.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 163 | 32 | 0.69 | 0 | 0.80 | 0.36 | 111.3 | 0.67 | 0.38 |
| Hex | 33 | A3 | 20 | 45 | 0 | 50 | 24 | 6F | 43 | 26 |
| Octal | 63 | 243 | 40 | 105 | 0 | 120 | 44 | 157 | 103 | 46 |
| Binary | 110011 | 10100011 | 100000 | 1000101 | 0 | 1010000 | 100100 | 1101111 | 1000011 | 100110 |
Color Harmonies of #33A320
Complementary color
Monochromatic Colors of #33A320
Black with #33A320
Text Example
Text Example
White with #33A320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33A320; }
p { color: rgb(51,163,32); }
H1.HeaderClassName
{
color: #33A320;
}
.AnyTagClassName
{
color: #33A320;
}
</style>
background-color css
<style>
a { background-color: #33A320; }
a { background-color: rgb(51,163,32); }
div.DivClassName
{
background-color: #33A320;
}
.BgClassName
{
background-color: #33A320;
}
</style>
border-color css
<style>
span { border-color: #33A320; }
span { border-color: rgb(51,163,32); }
td.TdClassName
{
border-color: #33A320;
}
.TagClassName
{
border-color: #33A320;
}
</style>