Shades of Forest Green #2B8902
Tints of Forest Green #2B8902
RGB
CMYK
RGB Variations
Color information
#2B8902 (or 0x2B8902) is known color: Forest Green. HEX triplet: 2B, 89 and 02. RGB value is (43,137,2). Sum of RGB (Red+Green+Blue) = 43+137+2=182 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.63% from 182); Green value is 137 (53.91% from 255 or 75.27% from 182); Blue value is 2 (1.17% from 255 or 1.10% from 182); Max value from RGB is 137 - color contains mainly: green. Hex color #2B8902 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2B8902 is #D476FD. Grayscale: #5D5D5D. Windows color (decimal): -13924094 or 166187. OLE color: 166187.
HSL color Cylindrical-coordinate representation of color #2B8902: hue angle of 101.78º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2B8902 is Cyan = 0.69, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 43 | 137 | 2 | - |
| CMYK | 0.69 | 0 | 0.99 | 0.46 |
| HSL | 101.78º | 0.97% | 0.27% | - |
| HSV(B) | 101.78º | 0.99% | 0.54% | - |
| XYZ | 9.95 | 18.41 | 3.09 | - |
| YUV | 93.5 | 76.36 | 91.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 137 | 2 | 0.69 | 0 | 0.99 | 0.46 | 101.78 | 0.97 | 0.27 |
| Hex | 2B | 89 | 2 | 45 | 0 | 63 | 2E | 66 | 61 | 1B |
| Octal | 53 | 211 | 2 | 105 | 0 | 143 | 56 | 146 | 141 | 33 |
| Binary | 101011 | 10001001 | 10 | 1000101 | 0 | 1100011 | 101110 | 1100110 | 1100001 | 11011 |
Color Harmonies of #2B8902
Complementary color
Monochromatic Colors of #2B8902
Black with #2B8902
Text Example
Text Example
White with #2B8902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8902; }
p { color: rgb(43,137,2); }
H1.HeaderClassName
{
color: #2B8902;
}
.AnyTagClassName
{
color: #2B8902;
}
</style>
background-color css
<style>
a { background-color: #2B8902; }
a { background-color: rgb(43,137,2); }
div.DivClassName
{
background-color: #2B8902;
}
.BgClassName
{
background-color: #2B8902;
}
</style>
border-color css
<style>
span { border-color: #2B8902; }
span { border-color: rgb(43,137,2); }
td.TdClassName
{
border-color: #2B8902;
}
.TagClassName
{
border-color: #2B8902;
}
</style>