Shades of Forest Green #32892A
Tints of Forest Green #32892A
RGB
CMYK
RGB Variations
Color information
#32892A (or 0x32892A) is known color: Forest Green. HEX triplet: 32, 89 and 2A. RGB value is (50,137,42). Sum of RGB (Red+Green+Blue) = 50+137+42=229 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.83% from 229); Green value is 137 (53.91% from 255 or 59.83% from 229); Blue value is 42 (16.80% from 255 or 18.34% from 229); Max value from RGB is 137 - color contains mainly: green. Hex color #32892A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32892A is #CD76D5. Grayscale: #646464. Windows color (decimal): -13465302 or 2787634. OLE color: 2787634.
HSL color Cylindrical-coordinate representation of color #32892A: hue angle of 114.95º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #32892A is Cyan = 0.64, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 50 | 137 | 42 | - |
| CMYK | 0.64 | 0 | 0.69 | 0.46 |
| HSL | 114.95º | 0.53% | 0.35% | - |
| HSV(B) | 114.95º | 0.69% | 0.54% | - |
| XYZ | 10.68 | 18.74 | 5.24 | - |
| YUV | 100.16 | 95.18 | 92.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 137 | 42 | 0.64 | 0 | 0.69 | 0.46 | 114.95 | 0.53 | 0.35 |
| Hex | 32 | 89 | 2A | 40 | 0 | 45 | 2E | 73 | 35 | 23 |
| Octal | 62 | 211 | 52 | 100 | 0 | 105 | 56 | 163 | 65 | 43 |
| Binary | 110010 | 10001001 | 101010 | 1000000 | 0 | 1000101 | 101110 | 1110011 | 110101 | 100011 |
Color Harmonies of #32892A
Complementary color
Monochromatic Colors of #32892A
Black with #32892A
Text Example
Text Example
White with #32892A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32892A; }
p { color: rgb(50,137,42); }
H1.HeaderClassName
{
color: #32892A;
}
.AnyTagClassName
{
color: #32892A;
}
</style>
background-color css
<style>
a { background-color: #32892A; }
a { background-color: rgb(50,137,42); }
div.DivClassName
{
background-color: #32892A;
}
.BgClassName
{
background-color: #32892A;
}
</style>
border-color css
<style>
span { border-color: #32892A; }
span { border-color: rgb(50,137,42); }
td.TdClassName
{
border-color: #32892A;
}
.TagClassName
{
border-color: #32892A;
}
</style>