Shades of Forest Green #2B9001
Tints of Forest Green #2B9001
RGB
CMYK
RGB Variations
Color information
#2B9001 (or 0x2B9001) is known color: Forest Green. HEX triplet: 2B, 90 and 01. RGB value is (43,144,1). Sum of RGB (Red+Green+Blue) = 43+144+1=188 (24% of max value = 765). Red value is 43 (17.19% from 255 or 22.87% from 188); Green value is 144 (56.64% from 255 or 76.60% from 188); Blue value is 1 (0.78% from 255 or 0.53% from 188); Max value from RGB is 144 - color contains mainly: green. Hex color #2B9001 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2B9001 is #D46FFE. Grayscale: #616161. Windows color (decimal): -13922303 or 102443. OLE color: 102443.
HSL color Cylindrical-coordinate representation of color #2B9001: hue angle of 102.38º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2B9001 is Cyan = 0.70, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 43 | 144 | 1 | - |
| CMYK | 0.70 | 0 | 0.99 | 0.44 |
| HSL | 102.38º | 0.99% | 0.28% | - |
| HSV(B) | 102.38º | 0.99% | 0.56% | - |
| XYZ | 10.98 | 20.46 | 3.4 | - |
| YUV | 97.5 | 73.54 | 89.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 144 | 1 | 0.70 | 0 | 0.99 | 0.44 | 102.38 | 0.99 | 0.28 |
| Hex | 2B | 90 | 1 | 46 | 0 | 63 | 2C | 66 | 63 | 1C |
| Octal | 53 | 220 | 1 | 106 | 0 | 143 | 54 | 146 | 143 | 34 |
| Binary | 101011 | 10010000 | 1 | 1000110 | 0 | 1100011 | 101100 | 1100110 | 1100011 | 11100 |
Color Harmonies of #2B9001
Complementary color
Monochromatic Colors of #2B9001
Black with #2B9001
Text Example
Text Example
White with #2B9001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9001; }
p { color: rgb(43,144,1); }
H1.HeaderClassName
{
color: #2B9001;
}
.AnyTagClassName
{
color: #2B9001;
}
</style>
background-color css
<style>
a { background-color: #2B9001; }
a { background-color: rgb(43,144,1); }
div.DivClassName
{
background-color: #2B9001;
}
.BgClassName
{
background-color: #2B9001;
}
</style>
border-color css
<style>
span { border-color: #2B9001; }
span { border-color: rgb(43,144,1); }
td.TdClassName
{
border-color: #2B9001;
}
.TagClassName
{
border-color: #2B9001;
}
</style>