Shades of Forest Green #298528
Tints of Forest Green #298528
RGB
CMYK
RGB Variations
Color information
#298528 (or 0x298528) is known color: Forest Green. HEX triplet: 29, 85 and 28. RGB value is (41,133,40). Sum of RGB (Red+Green+Blue) = 41+133+40=214 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.16% from 214); Green value is 133 (52.34% from 255 or 62.15% from 214); Blue value is 40 (16.02% from 255 or 18.69% from 214); Max value from RGB is 133 - color contains mainly: green. Hex color #298528 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #298528 is #D67AD7. Grayscale: #5F5F5F. Windows color (decimal): -14056152 or 2655529. OLE color: 2655529.
HSL color Cylindrical-coordinate representation of color #298528: hue angle of 119.35º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #298528 is Cyan = 0.69, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 41 | 133 | 40 | - |
| CMYK | 0.69 | 0 | 0.70 | 0.48 |
| HSL | 119.35º | 0.54% | 0.34% | - |
| HSV(B) | 119.35º | 0.7% | 0.52% | - |
| XYZ | 9.68 | 17.4 | 4.86 | - |
| YUV | 94.89 | 97.02 | 89.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 133 | 40 | 0.69 | 0 | 0.70 | 0.48 | 119.35 | 0.54 | 0.34 |
| Hex | 29 | 85 | 28 | 45 | 0 | 46 | 30 | 77 | 36 | 22 |
| Octal | 51 | 205 | 50 | 105 | 0 | 106 | 60 | 167 | 66 | 42 |
| Binary | 101001 | 10000101 | 101000 | 1000101 | 0 | 1000110 | 110000 | 1110111 | 110110 | 100010 |
Color Harmonies of #298528
Complementary color
Monochromatic Colors of #298528
Black with #298528
Text Example
Text Example
White with #298528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298528; }
p { color: rgb(41,133,40); }
H1.HeaderClassName
{
color: #298528;
}
.AnyTagClassName
{
color: #298528;
}
</style>
background-color css
<style>
a { background-color: #298528; }
a { background-color: rgb(41,133,40); }
div.DivClassName
{
background-color: #298528;
}
.BgClassName
{
background-color: #298528;
}
</style>
border-color css
<style>
span { border-color: #298528; }
span { border-color: rgb(41,133,40); }
td.TdClassName
{
border-color: #298528;
}
.TagClassName
{
border-color: #298528;
}
</style>