Shades of Forest Green #2B8D26
Tints of Forest Green #2B8D26
RGB
CMYK
RGB Variations
Color information
#2B8D26 (or 0x2B8D26) is known color: Forest Green. HEX triplet: 2B, 8D and 26. RGB value is (43,141,38). Sum of RGB (Red+Green+Blue) = 43+141+38=222 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.37% from 222); Green value is 141 (55.47% from 255 or 63.51% from 222); Blue value is 38 (15.23% from 255 or 17.12% from 222); Max value from RGB is 141 - color contains mainly: green. Hex color #2B8D26 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B8D26 is #D472D9. Grayscale: #646464. Windows color (decimal): -13923034 or 2526507. OLE color: 2526507.
HSL color Cylindrical-coordinate representation of color #2B8D26: hue angle of 117.09º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2B8D26 is Cyan = 0.70, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 43 | 141 | 38 | - |
| CMYK | 0.70 | 0 | 0.73 | 0.45 |
| HSL | 117.09º | 0.58% | 0.35% | - |
| HSV(B) | 117.09º | 0.73% | 0.55% | - |
| XYZ | 10.87 | 19.7 | 5.06 | - |
| YUV | 99.96 | 93.03 | 87.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 141 | 38 | 0.70 | 0 | 0.73 | 0.45 | 117.09 | 0.58 | 0.35 |
| Hex | 2B | 8D | 26 | 46 | 0 | 49 | 2D | 75 | 3A | 23 |
| Octal | 53 | 215 | 46 | 106 | 0 | 111 | 55 | 165 | 72 | 43 |
| Binary | 101011 | 10001101 | 100110 | 1000110 | 0 | 1001001 | 101101 | 1110101 | 111010 | 100011 |
Color Harmonies of #2B8D26
Complementary color
Monochromatic Colors of #2B8D26
Black with #2B8D26
Text Example
Text Example
White with #2B8D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8D26; }
p { color: rgb(43,141,38); }
H1.HeaderClassName
{
color: #2B8D26;
}
.AnyTagClassName
{
color: #2B8D26;
}
</style>
background-color css
<style>
a { background-color: #2B8D26; }
a { background-color: rgb(43,141,38); }
div.DivClassName
{
background-color: #2B8D26;
}
.BgClassName
{
background-color: #2B8D26;
}
</style>
border-color css
<style>
span { border-color: #2B8D26; }
span { border-color: rgb(43,141,38); }
td.TdClassName
{
border-color: #2B8D26;
}
.TagClassName
{
border-color: #2B8D26;
}
</style>