Shades of Forest Green #2B9901
Tints of Forest Green #2B9901
RGB
CMYK
RGB Variations
Color information
#2B9901 (or 0x2B9901) is known color: Forest Green. HEX triplet: 2B, 99 and 01. RGB value is (43,153,1). Sum of RGB (Red+Green+Blue) = 43+153+1=197 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.83% from 197); Green value is 153 (60.16% from 255 or 77.66% from 197); Blue value is 1 (0.78% from 255 or 0.51% from 197); Max value from RGB is 153 - color contains mainly: green. Hex color #2B9901 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2B9901 is #D466FE. Grayscale: #676767. Windows color (decimal): -13919999 or 104747. OLE color: 104747.
HSL color Cylindrical-coordinate representation of color #2B9901: hue angle of 103.42º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2B9901 is Cyan = 0.72, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 43 | 153 | 1 | - |
| CMYK | 0.72 | 0 | 0.99 | 0.4 |
| HSL | 103.42º | 0.99% | 0.3% | - |
| HSV(B) | 103.42º | 0.99% | 0.6% | - |
| XYZ | 12.39 | 23.3 | 3.87 | - |
| YUV | 102.78 | 70.56 | 85.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 153 | 1 | 0.72 | 0 | 0.99 | 0.4 | 103.42 | 0.99 | 0.3 |
| Hex | 2B | 99 | 1 | 48 | 0 | 63 | 28 | 67 | 63 | 1E |
| Octal | 53 | 231 | 1 | 110 | 0 | 143 | 50 | 147 | 143 | 36 |
| Binary | 101011 | 10011001 | 1 | 1001000 | 0 | 1100011 | 101000 | 1100111 | 1100011 | 11110 |
Color Harmonies of #2B9901
Complementary color
Monochromatic Colors of #2B9901
Black with #2B9901
Text Example
Text Example
White with #2B9901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9901; }
p { color: rgb(43,153,1); }
H1.HeaderClassName
{
color: #2B9901;
}
.AnyTagClassName
{
color: #2B9901;
}
</style>
background-color css
<style>
a { background-color: #2B9901; }
a { background-color: rgb(43,153,1); }
div.DivClassName
{
background-color: #2B9901;
}
.BgClassName
{
background-color: #2B9901;
}
</style>
border-color css
<style>
span { border-color: #2B9901; }
span { border-color: rgb(43,153,1); }
td.TdClassName
{
border-color: #2B9901;
}
.TagClassName
{
border-color: #2B9901;
}
</style>