Shades of Forest Green #328A2B
Tints of Forest Green #328A2B
RGB
CMYK
RGB Variations
Color information
#328A2B (or 0x328A2B) is known color: Forest Green. HEX triplet: 32, 8A and 2B. RGB value is (50,138,43). Sum of RGB (Red+Green+Blue) = 50+138+43=231 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.65% from 231); Green value is 138 (54.30% from 255 or 59.74% from 231); Blue value is 43 (17.19% from 255 or 18.61% from 231); Max value from RGB is 138 - color contains mainly: green. Hex color #328A2B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328A2B is #CD75D4. Grayscale: #656565. Windows color (decimal): -13465045 or 2853426. OLE color: 2853426.
HSL color Cylindrical-coordinate representation of color #328A2B: hue angle of 115.58º degrees, saturation: 0.52, 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 #328A2B is Cyan = 0.64, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 50 | 138 | 43 | - |
| CMYK | 0.64 | 0 | 0.69 | 0.46 |
| HSL | 115.58º | 0.52% | 0.35% | - |
| HSV(B) | 115.58º | 0.69% | 0.54% | - |
| XYZ | 10.84 | 19.03 | 5.39 | - |
| YUV | 100.86 | 95.35 | 91.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 138 | 43 | 0.64 | 0 | 0.69 | 0.46 | 115.58 | 0.52 | 0.35 |
| Hex | 32 | 8A | 2B | 40 | 0 | 45 | 2E | 74 | 34 | 23 |
| Octal | 62 | 212 | 53 | 100 | 0 | 105 | 56 | 164 | 64 | 43 |
| Binary | 110010 | 10001010 | 101011 | 1000000 | 0 | 1000101 | 101110 | 1110100 | 110100 | 100011 |
Color Harmonies of #328A2B
Complementary color
Monochromatic Colors of #328A2B
Black with #328A2B
Text Example
Text Example
White with #328A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328A2B; }
p { color: rgb(50,138,43); }
H1.HeaderClassName
{
color: #328A2B;
}
.AnyTagClassName
{
color: #328A2B;
}
</style>
background-color css
<style>
a { background-color: #328A2B; }
a { background-color: rgb(50,138,43); }
div.DivClassName
{
background-color: #328A2B;
}
.BgClassName
{
background-color: #328A2B;
}
</style>
border-color css
<style>
span { border-color: #328A2B; }
span { border-color: rgb(50,138,43); }
td.TdClassName
{
border-color: #328A2B;
}
.TagClassName
{
border-color: #328A2B;
}
</style>