Shades of Forest Green #2B8901
Tints of Forest Green #2B8901
RGB
CMYK
RGB Variations
Color information
#2B8901 (or 0x2B8901) is known color: Forest Green. HEX triplet: 2B, 89 and 01. RGB value is (43,137,1). Sum of RGB (Red+Green+Blue) = 43+137+1=181 (23% of max value = 765). Red value is 43 (17.19% from 255 or 23.76% from 181); Green value is 137 (53.91% from 255 or 75.69% from 181); Blue value is 1 (0.78% from 255 or 0.55% from 181); Max value from RGB is 137 - color contains mainly: green. Hex color #2B8901 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2B8901 is #D476FE. Grayscale: #5D5D5D. Windows color (decimal): -13924095 or 100651. OLE color: 100651.
HSL color Cylindrical-coordinate representation of color #2B8901: hue angle of 101.47º degrees, saturation: 0.99, 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 #2B8901 is Cyan = 0.69, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 43 | 137 | 1 | - |
| CMYK | 0.69 | 0 | 0.99 | 0.46 |
| HSL | 101.47º | 0.99% | 0.27% | - |
| HSV(B) | 101.47º | 0.99% | 0.54% | - |
| XYZ | 9.95 | 18.41 | 3.06 | - |
| YUV | 93.39 | 75.86 | 92.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 137 | 1 | 0.69 | 0 | 0.99 | 0.46 | 101.47 | 0.99 | 0.27 |
| Hex | 2B | 89 | 1 | 45 | 0 | 63 | 2E | 65 | 63 | 1B |
| Octal | 53 | 211 | 1 | 105 | 0 | 143 | 56 | 145 | 143 | 33 |
| Binary | 101011 | 10001001 | 1 | 1000101 | 0 | 1100011 | 101110 | 1100101 | 1100011 | 11011 |
Color Harmonies of #2B8901
Complementary color
Monochromatic Colors of #2B8901
Black with #2B8901
Text Example
Text Example
White with #2B8901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8901; }
p { color: rgb(43,137,1); }
H1.HeaderClassName
{
color: #2B8901;
}
.AnyTagClassName
{
color: #2B8901;
}
</style>
background-color css
<style>
a { background-color: #2B8901; }
a { background-color: rgb(43,137,1); }
div.DivClassName
{
background-color: #2B8901;
}
.BgClassName
{
background-color: #2B8901;
}
</style>
border-color css
<style>
span { border-color: #2B8901; }
span { border-color: rgb(43,137,1); }
td.TdClassName
{
border-color: #2B8901;
}
.TagClassName
{
border-color: #2B8901;
}
</style>