Shades of Forest Green #298421
Tints of Forest Green #298421
RGB
CMYK
RGB Variations
Color information
#298421 (or 0x298421) is known color: Forest Green. HEX triplet: 29, 84 and 21. RGB value is (41,132,33). Sum of RGB (Red+Green+Blue) = 41+132+33=206 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.90% from 206); Green value is 132 (51.95% from 255 or 64.08% from 206); Blue value is 33 (13.28% from 255 or 16.02% from 206); Max value from RGB is 132 - color contains mainly: green. Hex color #298421 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #298421 is #D67BDE. Grayscale: #5D5D5D. Windows color (decimal): -14056415 or 2196521. OLE color: 2196521.
HSL color Cylindrical-coordinate representation of color #298421: hue angle of 115.15º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #298421 is Cyan = 0.69, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 41 | 132 | 33 | - |
| CMYK | 0.69 | 0 | 0.75 | 0.48 |
| HSL | 115.15º | 0.6% | 0.32% | - |
| HSV(B) | 115.15º | 0.75% | 0.52% | - |
| XYZ | 9.44 | 17.08 | 4.24 | - |
| YUV | 93.51 | 93.85 | 90.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 132 | 33 | 0.69 | 0 | 0.75 | 0.48 | 115.15 | 0.6 | 0.32 |
| Hex | 29 | 84 | 21 | 45 | 0 | 4B | 30 | 73 | 3C | 20 |
| Octal | 51 | 204 | 41 | 105 | 0 | 113 | 60 | 163 | 74 | 40 |
| Binary | 101001 | 10000100 | 100001 | 1000101 | 0 | 1001011 | 110000 | 1110011 | 111100 | 100000 |
Color Harmonies of #298421
Complementary color
Monochromatic Colors of #298421
Black with #298421
Text Example
Text Example
White with #298421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298421; }
p { color: rgb(41,132,33); }
H1.HeaderClassName
{
color: #298421;
}
.AnyTagClassName
{
color: #298421;
}
</style>
background-color css
<style>
a { background-color: #298421; }
a { background-color: rgb(41,132,33); }
div.DivClassName
{
background-color: #298421;
}
.BgClassName
{
background-color: #298421;
}
</style>
border-color css
<style>
span { border-color: #298421; }
span { border-color: rgb(41,132,33); }
td.TdClassName
{
border-color: #298421;
}
.TagClassName
{
border-color: #298421;
}
</style>