Shades of Forest Green #2B8127
Tints of Forest Green #2B8127
RGB
CMYK
RGB Variations
Color information
#2B8127 (or 0x2B8127) is known color: Forest Green. HEX triplet: 2B, 81 and 27. RGB value is (43,129,39). Sum of RGB (Red+Green+Blue) = 43+129+39=211 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.38% from 211); Green value is 129 (50.78% from 255 or 61.14% from 211); Blue value is 39 (15.62% from 255 or 18.48% from 211); Max value from RGB is 129 - color contains mainly: green. Hex color #2B8127 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B8127 is #D47ED8. Grayscale: #5D5D5D. Windows color (decimal): -13926105 or 2588971. OLE color: 2588971.
HSL color Cylindrical-coordinate representation of color #2B8127: hue angle of 117.33º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B8127 is Cyan = 0.67, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 43 | 129 | 39 | - |
| CMYK | 0.67 | 0 | 0.70 | 0.49 |
| HSL | 117.33º | 0.54% | 0.33% | - |
| HSV(B) | 117.33º | 0.7% | 0.51% | - |
| XYZ | 9.21 | 16.36 | 4.59 | - |
| YUV | 93.03 | 97.51 | 92.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 129 | 39 | 0.67 | 0 | 0.70 | 0.49 | 117.33 | 0.54 | 0.33 |
| Hex | 2B | 81 | 27 | 43 | 0 | 46 | 31 | 75 | 36 | 21 |
| Octal | 53 | 201 | 47 | 103 | 0 | 106 | 61 | 165 | 66 | 41 |
| Binary | 101011 | 10000001 | 100111 | 1000011 | 0 | 1000110 | 110001 | 1110101 | 110110 | 100001 |
Color Harmonies of #2B8127
Complementary color
Monochromatic Colors of #2B8127
Black with #2B8127
Text Example
Text Example
White with #2B8127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8127; }
p { color: rgb(43,129,39); }
H1.HeaderClassName
{
color: #2B8127;
}
.AnyTagClassName
{
color: #2B8127;
}
</style>
background-color css
<style>
a { background-color: #2B8127; }
a { background-color: rgb(43,129,39); }
div.DivClassName
{
background-color: #2B8127;
}
.BgClassName
{
background-color: #2B8127;
}
</style>
border-color css
<style>
span { border-color: #2B8127; }
span { border-color: rgb(43,129,39); }
td.TdClassName
{
border-color: #2B8127;
}
.TagClassName
{
border-color: #2B8127;
}
</style>