Shades of Forest Green #299B01
Tints of Forest Green #299B01
RGB
CMYK
RGB Variations
Color information
#299B01 (or 0x299B01) is known color: Forest Green. HEX triplet: 29, 9B and 01. RGB value is (41,155,1). Sum of RGB (Red+Green+Blue) = 41+155+1=197 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.81% from 197); Green value is 155 (60.94% from 255 or 78.68% from 197); Blue value is 1 (0.78% from 255 or 0.51% from 197); Max value from RGB is 155 - color contains mainly: green. Hex color #299B01 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #299B01 is #D664FE. Grayscale: #676767. Windows color (decimal): -14050559 or 105257. OLE color: 105257.
HSL color Cylindrical-coordinate representation of color #299B01: hue angle of 104.42º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #299B01 is Cyan = 0.74, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 41 | 155 | 1 | - |
| CMYK | 0.74 | 0 | 0.99 | 0.39 |
| HSL | 104.42º | 0.99% | 0.31% | - |
| HSV(B) | 104.42º | 0.99% | 0.61% | - |
| XYZ | 12.64 | 23.92 | 3.98 | - |
| YUV | 103.36 | 70.23 | 83.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 155 | 1 | 0.74 | 0 | 0.99 | 0.39 | 104.42 | 0.99 | 0.31 |
| Hex | 29 | 9B | 1 | 4A | 0 | 63 | 27 | 68 | 63 | 1F |
| Octal | 51 | 233 | 1 | 112 | 0 | 143 | 47 | 150 | 143 | 37 |
| Binary | 101001 | 10011011 | 1 | 1001010 | 0 | 1100011 | 100111 | 1101000 | 1100011 | 11111 |
Color Harmonies of #299B01
Complementary color
Monochromatic Colors of #299B01
Black with #299B01
Text Example
Text Example
White with #299B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299B01; }
p { color: rgb(41,155,1); }
H1.HeaderClassName
{
color: #299B01;
}
.AnyTagClassName
{
color: #299B01;
}
</style>
background-color css
<style>
a { background-color: #299B01; }
a { background-color: rgb(41,155,1); }
div.DivClassName
{
background-color: #299B01;
}
.BgClassName
{
background-color: #299B01;
}
</style>
border-color css
<style>
span { border-color: #299B01; }
span { border-color: rgb(41,155,1); }
td.TdClassName
{
border-color: #299B01;
}
.TagClassName
{
border-color: #299B01;
}
</style>