Shades of Forest Green #298505
Tints of Forest Green #298505
RGB
CMYK
RGB Variations
Color information
#298505 (or 0x298505) is known color: Forest Green. HEX triplet: 29, 85 and 05. RGB value is (41,133,5). Sum of RGB (Red+Green+Blue) = 41+133+5=179 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.91% from 179); Green value is 133 (52.34% from 255 or 74.30% from 179); Blue value is 5 (2.34% from 255 or 2.79% from 179); Max value from RGB is 133 - color contains mainly: green. Hex color #298505 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #298505 is #D67AFA. Grayscale: #5B5B5B. Windows color (decimal): -14056187 or 361769. OLE color: 361769.
HSL color Cylindrical-coordinate representation of color #298505: hue angle of 103.12º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #298505 is Cyan = 0.69, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 41 | 133 | 5 | - |
| CMYK | 0.69 | 0 | 0.96 | 0.48 |
| HSL | 103.13º | 0.93% | 0.27% | - |
| HSV(B) | 103.13º | 0.96% | 0.52% | - |
| XYZ | 9.33 | 17.26 | 2.98 | - |
| YUV | 90.9 | 79.52 | 92.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 133 | 5 | 0.69 | 0 | 0.96 | 0.48 | 103.13 | 0.93 | 0.27 |
| Hex | 29 | 85 | 5 | 45 | 0 | 60 | 30 | 67 | 5D | 1B |
| Octal | 51 | 205 | 5 | 105 | 0 | 140 | 60 | 147 | 135 | 33 |
| Binary | 101001 | 10000101 | 101 | 1000101 | 0 | 1100000 | 110000 | 1100111 | 1011101 | 11011 |
Color Harmonies of #298505
Complementary color
Monochromatic Colors of #298505
Black with #298505
Text Example
Text Example
White with #298505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298505; }
p { color: rgb(41,133,5); }
H1.HeaderClassName
{
color: #298505;
}
.AnyTagClassName
{
color: #298505;
}
</style>
background-color css
<style>
a { background-color: #298505; }
a { background-color: rgb(41,133,5); }
div.DivClassName
{
background-color: #298505;
}
.BgClassName
{
background-color: #298505;
}
</style>
border-color css
<style>
span { border-color: #298505; }
span { border-color: rgb(41,133,5); }
td.TdClassName
{
border-color: #298505;
}
.TagClassName
{
border-color: #298505;
}
</style>