Shades of Forest Green #2B9F2F
Tints of Forest Green #2B9F2F
RGB
CMYK
RGB Variations
Color information
#2B9F2F (or 0x2B9F2F) is known color: Forest Green. HEX triplet: 2B, 9F and 2F. RGB value is (43,159,47). Sum of RGB (Red+Green+Blue) = 43+159+47=249 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.27% from 249); Green value is 159 (62.5% from 255 or 63.86% from 249); Blue value is 47 (18.75% from 255 or 18.88% from 249); Max value from RGB is 159 - color contains mainly: green. Hex color #2B9F2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B9F2F is #D460D0. Grayscale: #6F6F6F. Windows color (decimal): -13918417 or 3120939. OLE color: 3120939.
HSL color Cylindrical-coordinate representation of color #2B9F2F: hue angle of 122.07º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2B9F2F is Cyan = 0.73, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 43 | 159 | 47 | - |
| CMYK | 0.73 | 0 | 0.70 | 0.38 |
| HSL | 122.07º | 0.57% | 0.4% | - |
| HSV(B) | 122.07º | 0.73% | 0.62% | - |
| XYZ | 13.91 | 25.52 | 6.88 | - |
| YUV | 111.55 | 91.57 | 79.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 159 | 47 | 0.73 | 0 | 0.70 | 0.38 | 122.07 | 0.57 | 0.4 |
| Hex | 2B | 9F | 2F | 49 | 0 | 46 | 26 | 7A | 39 | 28 |
| Octal | 53 | 237 | 57 | 111 | 0 | 106 | 46 | 172 | 71 | 50 |
| Binary | 101011 | 10011111 | 101111 | 1001001 | 0 | 1000110 | 100110 | 1111010 | 111001 | 101000 |
Color Harmonies of #2B9F2F
Complementary color
Monochromatic Colors of #2B9F2F
Black with #2B9F2F
Text Example
Text Example
White with #2B9F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9F2F; }
p { color: rgb(43,159,47); }
H1.HeaderClassName
{
color: #2B9F2F;
}
.AnyTagClassName
{
color: #2B9F2F;
}
</style>
background-color css
<style>
a { background-color: #2B9F2F; }
a { background-color: rgb(43,159,47); }
div.DivClassName
{
background-color: #2B9F2F;
}
.BgClassName
{
background-color: #2B9F2F;
}
</style>
border-color css
<style>
span { border-color: #2B9F2F; }
span { border-color: rgb(43,159,47); }
td.TdClassName
{
border-color: #2B9F2F;
}
.TagClassName
{
border-color: #2B9F2F;
}
</style>