Shades of Forest Green #32892D
Tints of Forest Green #32892D
RGB
CMYK
RGB Variations
Color information
#32892D (or 0x32892D) is known color: Forest Green. HEX triplet: 32, 89 and 2D. RGB value is (50,137,45). Sum of RGB (Red+Green+Blue) = 50+137+45=232 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.55% from 232); Green value is 137 (53.91% from 255 or 59.05% from 232); Blue value is 45 (17.97% from 255 or 19.40% from 232); Max value from RGB is 137 - color contains mainly: green. Hex color #32892D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32892D is #CD76D2. Grayscale: #646464. Windows color (decimal): -13465299 or 2984242. OLE color: 2984242.
HSL color Cylindrical-coordinate representation of color #32892D: hue angle of 116.74º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #32892D is Cyan = 0.64, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 50 | 137 | 45 | - |
| CMYK | 0.64 | 0 | 0.67 | 0.46 |
| HSL | 116.74º | 0.51% | 0.36% | - |
| HSV(B) | 116.74º | 0.67% | 0.54% | - |
| XYZ | 10.73 | 18.76 | 5.54 | - |
| YUV | 100.5 | 96.68 | 91.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 137 | 45 | 0.64 | 0 | 0.67 | 0.46 | 116.74 | 0.51 | 0.36 |
| Hex | 32 | 89 | 2D | 40 | 0 | 43 | 2E | 75 | 33 | 24 |
| Octal | 62 | 211 | 55 | 100 | 0 | 103 | 56 | 165 | 63 | 44 |
| Binary | 110010 | 10001001 | 101101 | 1000000 | 0 | 1000011 | 101110 | 1110101 | 110011 | 100100 |
Color Harmonies of #32892D
Complementary color
Monochromatic Colors of #32892D
Black with #32892D
Text Example
Text Example
White with #32892D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32892D; }
p { color: rgb(50,137,45); }
H1.HeaderClassName
{
color: #32892D;
}
.AnyTagClassName
{
color: #32892D;
}
</style>
background-color css
<style>
a { background-color: #32892D; }
a { background-color: rgb(50,137,45); }
div.DivClassName
{
background-color: #32892D;
}
.BgClassName
{
background-color: #32892D;
}
</style>
border-color css
<style>
span { border-color: #32892D; }
span { border-color: rgb(50,137,45); }
td.TdClassName
{
border-color: #32892D;
}
.TagClassName
{
border-color: #32892D;
}
</style>