Shades of Forest Green #2B882F
Tints of Forest Green #2B882F
RGB
CMYK
RGB Variations
Color information
#2B882F (or 0x2B882F) is known color: Forest Green. HEX triplet: 2B, 88 and 2F. RGB value is (43,136,47). Sum of RGB (Red+Green+Blue) = 43+136+47=226 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.03% from 226); Green value is 136 (53.52% from 255 or 60.18% from 226); Blue value is 47 (18.75% from 255 or 20.80% from 226); Max value from RGB is 136 - color contains mainly: green. Hex color #2B882F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B882F is #D477D0. Grayscale: #626262. Windows color (decimal): -13924305 or 3115051. OLE color: 3115051.
HSL color Cylindrical-coordinate representation of color #2B882F: hue angle of 122.58º 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 #2B882F is Cyan = 0.68, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 43 | 136 | 47 | - |
| CMYK | 0.68 | 0 | 0.65 | 0.47 |
| HSL | 122.58º | 0.52% | 0.35% | - |
| HSV(B) | 122.58º | 0.68% | 0.53% | - |
| XYZ | 10.31 | 18.33 | 5.68 | - |
| YUV | 98.05 | 99.19 | 88.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 136 | 47 | 0.68 | 0 | 0.65 | 0.47 | 122.58 | 0.52 | 0.35 |
| Hex | 2B | 88 | 2F | 44 | 0 | 41 | 2F | 7B | 34 | 23 |
| Octal | 53 | 210 | 57 | 104 | 0 | 101 | 57 | 173 | 64 | 43 |
| Binary | 101011 | 10001000 | 101111 | 1000100 | 0 | 1000001 | 101111 | 1111011 | 110100 | 100011 |
Color Harmonies of #2B882F
Complementary color
Monochromatic Colors of #2B882F
Black with #2B882F
Text Example
Text Example
White with #2B882F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B882F; }
p { color: rgb(43,136,47); }
H1.HeaderClassName
{
color: #2B882F;
}
.AnyTagClassName
{
color: #2B882F;
}
</style>
background-color css
<style>
a { background-color: #2B882F; }
a { background-color: rgb(43,136,47); }
div.DivClassName
{
background-color: #2B882F;
}
.BgClassName
{
background-color: #2B882F;
}
</style>
border-color css
<style>
span { border-color: #2B882F; }
span { border-color: rgb(43,136,47); }
td.TdClassName
{
border-color: #2B882F;
}
.TagClassName
{
border-color: #2B882F;
}
</style>