Shades of Forest Green #2B8525
Tints of Forest Green #2B8525
RGB
CMYK
RGB Variations
Color information
#2B8525 (or 0x2B8525) is known color: Forest Green. HEX triplet: 2B, 85 and 25. RGB value is (43,133,37). Sum of RGB (Red+Green+Blue) = 43+133+37=213 (28% of max value = 765). Red value is 43 (17.19% from 255 or 20.19% from 213); Green value is 133 (52.34% from 255 or 62.44% from 213); Blue value is 37 (14.84% from 255 or 17.37% from 213); Max value from RGB is 133 - color contains mainly: green. Hex color #2B8525 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B8525 is #D47ADA. Grayscale: #5F5F5F. Windows color (decimal): -13925083 or 2458923. OLE color: 2458923.
HSL color Cylindrical-coordinate representation of color #2B8525: hue angle of 116.25º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B8525 is Cyan = 0.68, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 43 | 133 | 37 | - |
| CMYK | 0.68 | 0 | 0.72 | 0.48 |
| HSL | 116.25º | 0.56% | 0.33% | - |
| HSV(B) | 116.25º | 0.72% | 0.52% | - |
| XYZ | 9.72 | 17.42 | 4.6 | - |
| YUV | 95.15 | 95.18 | 90.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 133 | 37 | 0.68 | 0 | 0.72 | 0.48 | 116.25 | 0.56 | 0.33 |
| Hex | 2B | 85 | 25 | 44 | 0 | 48 | 30 | 74 | 38 | 21 |
| Octal | 53 | 205 | 45 | 104 | 0 | 110 | 60 | 164 | 70 | 41 |
| Binary | 101011 | 10000101 | 100101 | 1000100 | 0 | 1001000 | 110000 | 1110100 | 111000 | 100001 |
Color Harmonies of #2B8525
Complementary color
Monochromatic Colors of #2B8525
Black with #2B8525
Text Example
Text Example
White with #2B8525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8525; }
p { color: rgb(43,133,37); }
H1.HeaderClassName
{
color: #2B8525;
}
.AnyTagClassName
{
color: #2B8525;
}
</style>
background-color css
<style>
a { background-color: #2B8525; }
a { background-color: rgb(43,133,37); }
div.DivClassName
{
background-color: #2B8525;
}
.BgClassName
{
background-color: #2B8525;
}
</style>
border-color css
<style>
span { border-color: #2B8525; }
span { border-color: rgb(43,133,37); }
td.TdClassName
{
border-color: #2B8525;
}
.TagClassName
{
border-color: #2B8525;
}
</style>