Shades of Forest Green #2B872E
Tints of Forest Green #2B872E
RGB
CMYK
RGB Variations
Color information
#2B872E (or 0x2B872E) is known color: Forest Green. HEX triplet: 2B, 87 and 2E. RGB value is (43,135,46). Sum of RGB (Red+Green+Blue) = 43+135+46=224 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.20% from 224); Green value is 135 (53.12% from 255 or 60.27% from 224); Blue value is 46 (18.36% from 255 or 20.54% from 224); Max value from RGB is 135 - color contains mainly: green. Hex color #2B872E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B872E is #D478D1. Grayscale: #616161. Windows color (decimal): -13924562 or 3049259. OLE color: 3049259.
HSL color Cylindrical-coordinate representation of color #2B872E: hue angle of 121.96º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2B872E is Cyan = 0.68, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 43 | 135 | 46 | - |
| CMYK | 0.68 | 0 | 0.66 | 0.47 |
| HSL | 121.96º | 0.52% | 0.35% | - |
| HSV(B) | 121.96º | 0.68% | 0.53% | - |
| XYZ | 10.15 | 18.04 | 5.53 | - |
| YUV | 97.35 | 99.02 | 89.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 135 | 46 | 0.68 | 0 | 0.66 | 0.47 | 121.96 | 0.52 | 0.35 |
| Hex | 2B | 87 | 2E | 44 | 0 | 42 | 2F | 7A | 34 | 23 |
| Octal | 53 | 207 | 56 | 104 | 0 | 102 | 57 | 172 | 64 | 43 |
| Binary | 101011 | 10000111 | 101110 | 1000100 | 0 | 1000010 | 101111 | 1111010 | 110100 | 100011 |
Color Harmonies of #2B872E
Complementary color
Monochromatic Colors of #2B872E
Black with #2B872E
Text Example
Text Example
White with #2B872E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B872E; }
p { color: rgb(43,135,46); }
H1.HeaderClassName
{
color: #2B872E;
}
.AnyTagClassName
{
color: #2B872E;
}
</style>
background-color css
<style>
a { background-color: #2B872E; }
a { background-color: rgb(43,135,46); }
div.DivClassName
{
background-color: #2B872E;
}
.BgClassName
{
background-color: #2B872E;
}
</style>
border-color css
<style>
span { border-color: #2B872E; }
span { border-color: rgb(43,135,46); }
td.TdClassName
{
border-color: #2B872E;
}
.TagClassName
{
border-color: #2B872E;
}
</style>