Shades of Forest Green #2B8524
Tints of Forest Green #2B8524
RGB
CMYK
RGB Variations
Color information
#2B8524 (or 0x2B8524) is known color: Forest Green. HEX triplet: 2B, 85 and 24. RGB value is (43,133,36). Sum of RGB (Red+Green+Blue) = 43+133+36=212 (28% of max value = 765). Red value is 43 (17.19% from 255 or 20.28% from 212); Green value is 133 (52.34% from 255 or 62.74% from 212); Blue value is 36 (14.45% from 255 or 16.98% from 212); Max value from RGB is 133 - color contains mainly: green. Hex color #2B8524 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B8524 is #D47ADB. Grayscale: #5F5F5F. Windows color (decimal): -13925084 or 2393387. OLE color: 2393387.
HSL color Cylindrical-coordinate representation of color #2B8524: hue angle of 115.67º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2B8524 is Cyan = 0.68, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 43 | 133 | 36 | - |
| CMYK | 0.68 | 0 | 0.73 | 0.48 |
| HSL | 115.67º | 0.57% | 0.33% | - |
| HSV(B) | 115.67º | 0.73% | 0.52% | - |
| XYZ | 9.7 | 17.42 | 4.52 | - |
| YUV | 95.03 | 94.68 | 90.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 133 | 36 | 0.68 | 0 | 0.73 | 0.48 | 115.67 | 0.57 | 0.33 |
| Hex | 2B | 85 | 24 | 44 | 0 | 49 | 30 | 74 | 39 | 21 |
| Octal | 53 | 205 | 44 | 104 | 0 | 111 | 60 | 164 | 71 | 41 |
| Binary | 101011 | 10000101 | 100100 | 1000100 | 0 | 1001001 | 110000 | 1110100 | 111001 | 100001 |
Color Harmonies of #2B8524
Complementary color
Monochromatic Colors of #2B8524
Black with #2B8524
Text Example
Text Example
White with #2B8524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8524; }
p { color: rgb(43,133,36); }
H1.HeaderClassName
{
color: #2B8524;
}
.AnyTagClassName
{
color: #2B8524;
}
</style>
background-color css
<style>
a { background-color: #2B8524; }
a { background-color: rgb(43,133,36); }
div.DivClassName
{
background-color: #2B8524;
}
.BgClassName
{
background-color: #2B8524;
}
</style>
border-color css
<style>
span { border-color: #2B8524; }
span { border-color: rgb(43,133,36); }
td.TdClassName
{
border-color: #2B8524;
}
.TagClassName
{
border-color: #2B8524;
}
</style>