Shades of Forest Green #299F30
Tints of Forest Green #299F30
RGB
CMYK
RGB Variations
Color information
#299F30 (or 0x299F30) is known color: Forest Green. HEX triplet: 29, 9F and 30. RGB value is (41,159,48). Sum of RGB (Red+Green+Blue) = 41+159+48=248 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.53% from 248); Green value is 159 (62.5% from 255 or 64.11% from 248); Blue value is 48 (19.14% from 255 or 19.35% from 248); Max value from RGB is 159 - color contains mainly: green. Hex color #299F30 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #299F30 is #D660CF. Grayscale: #6F6F6F. Windows color (decimal): -14049488 or 3186473. OLE color: 3186473.
HSL color Cylindrical-coordinate representation of color #299F30: hue angle of 123.56º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #299F30 is Cyan = 0.74, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 41 | 159 | 48 | - |
| CMYK | 0.74 | 0 | 0.70 | 0.38 |
| HSL | 123.56º | 0.59% | 0.39% | - |
| HSV(B) | 123.56º | 0.74% | 0.62% | - |
| XYZ | 13.85 | 25.48 | 6.98 | - |
| YUV | 111.06 | 92.41 | 78.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 159 | 48 | 0.74 | 0 | 0.70 | 0.38 | 123.56 | 0.59 | 0.39 |
| Hex | 29 | 9F | 30 | 4A | 0 | 46 | 26 | 7C | 3B | 27 |
| Octal | 51 | 237 | 60 | 112 | 0 | 106 | 46 | 174 | 73 | 47 |
| Binary | 101001 | 10011111 | 110000 | 1001010 | 0 | 1000110 | 100110 | 1111100 | 111011 | 100111 |
Color Harmonies of #299F30
Complementary color
Monochromatic Colors of #299F30
Black with #299F30
Text Example
Text Example
White with #299F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299F30; }
p { color: rgb(41,159,48); }
H1.HeaderClassName
{
color: #299F30;
}
.AnyTagClassName
{
color: #299F30;
}
</style>
background-color css
<style>
a { background-color: #299F30; }
a { background-color: rgb(41,159,48); }
div.DivClassName
{
background-color: #299F30;
}
.BgClassName
{
background-color: #299F30;
}
</style>
border-color css
<style>
span { border-color: #299F30; }
span { border-color: rgb(41,159,48); }
td.TdClassName
{
border-color: #299F30;
}
.TagClassName
{
border-color: #299F30;
}
</style>