Shades of Forest Green #2B8A29
Tints of Forest Green #2B8A29
RGB
CMYK
RGB Variations
Color information
#2B8A29 (or 0x2B8A29) is known color: Forest Green. HEX triplet: 2B, 8A and 29. RGB value is (43,138,41). Sum of RGB (Red+Green+Blue) = 43+138+41=222 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.37% from 222); Green value is 138 (54.30% from 255 or 62.16% from 222); Blue value is 41 (16.41% from 255 or 18.47% from 222); Max value from RGB is 138 - color contains mainly: green. Hex color #2B8A29 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B8A29 is #D475D6. Grayscale: #626262. Windows color (decimal): -13923799 or 2722347. OLE color: 2722347.
HSL color Cylindrical-coordinate representation of color #2B8A29: hue angle of 118.76º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B8A29 is Cyan = 0.69, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 43 | 138 | 41 | - |
| CMYK | 0.69 | 0 | 0.70 | 0.46 |
| HSL | 118.76º | 0.54% | 0.35% | - |
| HSV(B) | 118.76º | 0.7% | 0.54% | - |
| XYZ | 10.48 | 18.85 | 5.18 | - |
| YUV | 98.54 | 95.53 | 88.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 138 | 41 | 0.69 | 0 | 0.70 | 0.46 | 118.76 | 0.54 | 0.35 |
| Hex | 2B | 8A | 29 | 45 | 0 | 46 | 2E | 77 | 36 | 23 |
| Octal | 53 | 212 | 51 | 105 | 0 | 106 | 56 | 167 | 66 | 43 |
| Binary | 101011 | 10001010 | 101001 | 1000101 | 0 | 1000110 | 101110 | 1110111 | 110110 | 100011 |
Color Harmonies of #2B8A29
Complementary color
Monochromatic Colors of #2B8A29
Black with #2B8A29
Text Example
Text Example
White with #2B8A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8A29; }
p { color: rgb(43,138,41); }
H1.HeaderClassName
{
color: #2B8A29;
}
.AnyTagClassName
{
color: #2B8A29;
}
</style>
background-color css
<style>
a { background-color: #2B8A29; }
a { background-color: rgb(43,138,41); }
div.DivClassName
{
background-color: #2B8A29;
}
.BgClassName
{
background-color: #2B8A29;
}
</style>
border-color css
<style>
span { border-color: #2B8A29; }
span { border-color: rgb(43,138,41); }
td.TdClassName
{
border-color: #2B8A29;
}
.TagClassName
{
border-color: #2B8A29;
}
</style>