Shades of Forest Green #328F2D
Tints of Forest Green #328F2D
RGB
CMYK
RGB Variations
Color information
#328F2D (or 0x328F2D) is known color: Forest Green. HEX triplet: 32, 8F and 2D. RGB value is (50,143,45). Sum of RGB (Red+Green+Blue) = 50+143+45=238 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.01% from 238); Green value is 143 (56.25% from 255 or 60.08% from 238); Blue value is 45 (17.97% from 255 or 18.91% from 238); Max value from RGB is 143 - color contains mainly: green. Hex color #328F2D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328F2D is #CD70D2. Grayscale: #686868. Windows color (decimal): -13463763 or 2985778. OLE color: 2985778.
HSL color Cylindrical-coordinate representation of color #328F2D: hue angle of 116.94º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #328F2D is Cyan = 0.65, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 50 | 143 | 45 | - |
| CMYK | 0.65 | 0 | 0.69 | 0.44 |
| HSL | 116.94º | 0.52% | 0.37% | - |
| HSV(B) | 116.94º | 0.69% | 0.56% | - |
| XYZ | 11.61 | 20.51 | 5.83 | - |
| YUV | 104.02 | 94.69 | 89.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 143 | 45 | 0.65 | 0 | 0.69 | 0.44 | 116.94 | 0.52 | 0.37 |
| Hex | 32 | 8F | 2D | 41 | 0 | 45 | 2C | 75 | 34 | 25 |
| Octal | 62 | 217 | 55 | 101 | 0 | 105 | 54 | 165 | 64 | 45 |
| Binary | 110010 | 10001111 | 101101 | 1000001 | 0 | 1000101 | 101100 | 1110101 | 110100 | 100101 |
Color Harmonies of #328F2D
Complementary color
Monochromatic Colors of #328F2D
Black with #328F2D
Text Example
Text Example
White with #328F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328F2D; }
p { color: rgb(50,143,45); }
H1.HeaderClassName
{
color: #328F2D;
}
.AnyTagClassName
{
color: #328F2D;
}
</style>
background-color css
<style>
a { background-color: #328F2D; }
a { background-color: rgb(50,143,45); }
div.DivClassName
{
background-color: #328F2D;
}
.BgClassName
{
background-color: #328F2D;
}
</style>
border-color css
<style>
span { border-color: #328F2D; }
span { border-color: rgb(50,143,45); }
td.TdClassName
{
border-color: #328F2D;
}
.TagClassName
{
border-color: #328F2D;
}
</style>