Shades of Forest Green #299B3C
Tints of Forest Green #299B3C
RGB
CMYK
RGB Variations
Color information
#299B3C (or 0x299B3C) is known color: Forest Green. HEX triplet: 29, 9B and 3C. RGB value is (41,155,60). Sum of RGB (Red+Green+Blue) = 41+155+60=256 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.02% from 256); Green value is 155 (60.94% from 255 or 60.55% from 256); Blue value is 60 (23.83% from 255 or 23.44% from 256); Max value from RGB is 155 - color contains mainly: green. Hex color #299B3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #299B3C is #D664C3. Grayscale: #6E6E6E. Windows color (decimal): -14050500 or 3971881. OLE color: 3971881.
HSL color Cylindrical-coordinate representation of color #299B3C: hue angle of 130º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #299B3C is Cyan = 0.74, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 41 | 155 | 60 | - |
| CMYK | 0.74 | 0 | 0.61 | 0.39 |
| HSL | 130º | 0.58% | 0.38% | - |
| HSV(B) | 130º | 0.74% | 0.61% | - |
| XYZ | 13.45 | 24.24 | 8.24 | - |
| YUV | 110.08 | 99.73 | 78.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 155 | 60 | 0.74 | 0 | 0.61 | 0.39 | 130 | 0.58 | 0.38 |
| Hex | 29 | 9B | 3C | 4A | 0 | 3D | 27 | 82 | 3A | 26 |
| Octal | 51 | 233 | 74 | 112 | 0 | 75 | 47 | 202 | 72 | 46 |
| Binary | 101001 | 10011011 | 111100 | 1001010 | 0 | 111101 | 100111 | 10000010 | 111010 | 100110 |
Color Harmonies of #299B3C
Complementary color
Monochromatic Colors of #299B3C
Black with #299B3C
Text Example
Text Example
White with #299B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299B3C; }
p { color: rgb(41,155,60); }
H1.HeaderClassName
{
color: #299B3C;
}
.AnyTagClassName
{
color: #299B3C;
}
</style>
background-color css
<style>
a { background-color: #299B3C; }
a { background-color: rgb(41,155,60); }
div.DivClassName
{
background-color: #299B3C;
}
.BgClassName
{
background-color: #299B3C;
}
</style>
border-color css
<style>
span { border-color: #299B3C; }
span { border-color: rgb(41,155,60); }
td.TdClassName
{
border-color: #299B3C;
}
.TagClassName
{
border-color: #299B3C;
}
</style>