Shades of Forest Green #298403
Tints of Forest Green #298403
RGB
CMYK
RGB Variations
Color information
#298403 (or 0x298403) is known color: Forest Green. HEX triplet: 29, 84 and 03. RGB value is (41,132,3). Sum of RGB (Red+Green+Blue) = 41+132+3=176 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.30% from 176); Green value is 132 (51.95% from 255 or 75% from 176); Blue value is 3 (1.56% from 255 or 1.70% from 176); Max value from RGB is 132 - color contains mainly: green. Hex color #298403 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #298403 is #D67BFC. Grayscale: #5A5A5A. Windows color (decimal): -14056445 or 230441. OLE color: 230441.
HSL color Cylindrical-coordinate representation of color #298403: hue angle of 102.33º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #298403 is Cyan = 0.69, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 41 | 132 | 3 | - |
| CMYK | 0.69 | 0 | 0.98 | 0.48 |
| HSL | 102.33º | 0.96% | 0.26% | - |
| HSV(B) | 102.33º | 0.98% | 0.52% | - |
| XYZ | 9.18 | 16.98 | 2.88 | - |
| YUV | 90.09 | 78.85 | 92.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 132 | 3 | 0.69 | 0 | 0.98 | 0.48 | 102.33 | 0.96 | 0.26 |
| Hex | 29 | 84 | 3 | 45 | 0 | 62 | 30 | 66 | 60 | 1A |
| Octal | 51 | 204 | 3 | 105 | 0 | 142 | 60 | 146 | 140 | 32 |
| Binary | 101001 | 10000100 | 11 | 1000101 | 0 | 1100010 | 110000 | 1100110 | 1100000 | 11010 |
Color Harmonies of #298403
Complementary color
Monochromatic Colors of #298403
Black with #298403
Text Example
Text Example
White with #298403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298403; }
p { color: rgb(41,132,3); }
H1.HeaderClassName
{
color: #298403;
}
.AnyTagClassName
{
color: #298403;
}
</style>
background-color css
<style>
a { background-color: #298403; }
a { background-color: rgb(41,132,3); }
div.DivClassName
{
background-color: #298403;
}
.BgClassName
{
background-color: #298403;
}
</style>
border-color css
<style>
span { border-color: #298403; }
span { border-color: rgb(41,132,3); }
td.TdClassName
{
border-color: #298403;
}
.TagClassName
{
border-color: #298403;
}
</style>