Shades of Forest Green #2B9A29
Tints of Forest Green #2B9A29
RGB
CMYK
RGB Variations
Color information
#2B9A29 (or 0x2B9A29) is known color: Forest Green. HEX triplet: 2B, 9A and 29. RGB value is (43,154,41). Sum of RGB (Red+Green+Blue) = 43+154+41=238 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.07% from 238); Green value is 154 (60.55% from 255 or 64.71% from 238); Blue value is 41 (16.41% from 255 or 17.23% from 238); Max value from RGB is 154 - color contains mainly: green. Hex color #2B9A29 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B9A29 is #D465D6. Grayscale: #6C6C6C. Windows color (decimal): -13919703 or 2726443. OLE color: 2726443.
HSL color Cylindrical-coordinate representation of color #2B9A29: hue angle of 118.94º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2B9A29 is Cyan = 0.72, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 43 | 154 | 41 | - |
| CMYK | 0.72 | 0 | 0.73 | 0.40 |
| HSL | 118.94º | 0.58% | 0.38% | - |
| HSV(B) | 118.94º | 0.73% | 0.6% | - |
| XYZ | 12.95 | 23.78 | 6.01 | - |
| YUV | 107.93 | 90.23 | 81.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 154 | 41 | 0.72 | 0 | 0.73 | 0.40 | 118.94 | 0.58 | 0.38 |
| Hex | 2B | 9A | 29 | 48 | 0 | 49 | 28 | 77 | 3A | 26 |
| Octal | 53 | 232 | 51 | 110 | 0 | 111 | 50 | 167 | 72 | 46 |
| Binary | 101011 | 10011010 | 101001 | 1001000 | 0 | 1001001 | 101000 | 1110111 | 111010 | 100110 |
Color Harmonies of #2B9A29
Complementary color
Monochromatic Colors of #2B9A29
Black with #2B9A29
Text Example
Text Example
White with #2B9A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9A29; }
p { color: rgb(43,154,41); }
H1.HeaderClassName
{
color: #2B9A29;
}
.AnyTagClassName
{
color: #2B9A29;
}
</style>
background-color css
<style>
a { background-color: #2B9A29; }
a { background-color: rgb(43,154,41); }
div.DivClassName
{
background-color: #2B9A29;
}
.BgClassName
{
background-color: #2B9A29;
}
</style>
border-color css
<style>
span { border-color: #2B9A29; }
span { border-color: rgb(43,154,41); }
td.TdClassName
{
border-color: #2B9A29;
}
.TagClassName
{
border-color: #2B9A29;
}
</style>