Shades of Forest Green #2B8F37
Tints of Forest Green #2B8F37
RGB
CMYK
RGB Variations
Color information
#2B8F37 (or 0x2B8F37) is known color: Forest Green. HEX triplet: 2B, 8F and 37. RGB value is (43,143,55). Sum of RGB (Red+Green+Blue) = 43+143+55=241 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.84% from 241); Green value is 143 (56.25% from 255 or 59.34% from 241); Blue value is 55 (21.88% from 255 or 22.82% from 241); Max value from RGB is 143 - color contains mainly: green. Hex color #2B8F37 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B8F37 is #D470C8. Grayscale: #676767. Windows color (decimal): -13922505 or 3641131. OLE color: 3641131.
HSL color Cylindrical-coordinate representation of color #2B8F37: hue angle of 127.2º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B8F37 is Cyan = 0.70, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 43 | 143 | 55 | - |
| CMYK | 0.70 | 0 | 0.62 | 0.44 |
| HSL | 127.2º | 0.54% | 0.36% | - |
| HSV(B) | 127.2º | 0.7% | 0.56% | - |
| XYZ | 11.51 | 20.43 | 6.95 | - |
| YUV | 103.07 | 100.87 | 85.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 143 | 55 | 0.70 | 0 | 0.62 | 0.44 | 127.2 | 0.54 | 0.36 |
| Hex | 2B | 8F | 37 | 46 | 0 | 3E | 2C | 7F | 36 | 24 |
| Octal | 53 | 217 | 67 | 106 | 0 | 76 | 54 | 177 | 66 | 44 |
| Binary | 101011 | 10001111 | 110111 | 1000110 | 0 | 111110 | 101100 | 1111111 | 110110 | 100100 |
Color Harmonies of #2B8F37
Complementary color
Monochromatic Colors of #2B8F37
Black with #2B8F37
Text Example
Text Example
White with #2B8F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8F37; }
p { color: rgb(43,143,55); }
H1.HeaderClassName
{
color: #2B8F37;
}
.AnyTagClassName
{
color: #2B8F37;
}
</style>
background-color css
<style>
a { background-color: #2B8F37; }
a { background-color: rgb(43,143,55); }
div.DivClassName
{
background-color: #2B8F37;
}
.BgClassName
{
background-color: #2B8F37;
}
</style>
border-color css
<style>
span { border-color: #2B8F37; }
span { border-color: rgb(43,143,55); }
td.TdClassName
{
border-color: #2B8F37;
}
.TagClassName
{
border-color: #2B8F37;
}
</style>