Shades of Forest Green #2B9C25
Tints of Forest Green #2B9C25
RGB
CMYK
RGB Variations
Color information
#2B9C25 (or 0x2B9C25) is known color: Forest Green. HEX triplet: 2B, 9C and 25. RGB value is (43,156,37). Sum of RGB (Red+Green+Blue) = 43+156+37=236 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.22% from 236); Green value is 156 (61.33% from 255 or 66.10% from 236); Blue value is 37 (14.84% from 255 or 15.68% from 236); Max value from RGB is 156 - color contains mainly: green. Hex color #2B9C25 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B9C25 is #D463DA. Grayscale: #6D6D6D. Windows color (decimal): -13919195 or 2464811. OLE color: 2464811.
HSL color Cylindrical-coordinate representation of color #2B9C25: hue angle of 116.97º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2B9C25 is Cyan = 0.72, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 43 | 156 | 37 | - |
| CMYK | 0.72 | 0 | 0.76 | 0.39 |
| HSL | 116.97º | 0.62% | 0.38% | - |
| HSV(B) | 116.97º | 0.76% | 0.61% | - |
| XYZ | 13.22 | 24.42 | 5.77 | - |
| YUV | 108.65 | 87.56 | 81.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 156 | 37 | 0.72 | 0 | 0.76 | 0.39 | 116.97 | 0.62 | 0.38 |
| Hex | 2B | 9C | 25 | 48 | 0 | 4C | 27 | 75 | 3E | 26 |
| Octal | 53 | 234 | 45 | 110 | 0 | 114 | 47 | 165 | 76 | 46 |
| Binary | 101011 | 10011100 | 100101 | 1001000 | 0 | 1001100 | 100111 | 1110101 | 111110 | 100110 |
Color Harmonies of #2B9C25
Complementary color
Monochromatic Colors of #2B9C25
Black with #2B9C25
Text Example
Text Example
White with #2B9C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9C25; }
p { color: rgb(43,156,37); }
H1.HeaderClassName
{
color: #2B9C25;
}
.AnyTagClassName
{
color: #2B9C25;
}
</style>
background-color css
<style>
a { background-color: #2B9C25; }
a { background-color: rgb(43,156,37); }
div.DivClassName
{
background-color: #2B9C25;
}
.BgClassName
{
background-color: #2B9C25;
}
</style>
border-color css
<style>
span { border-color: #2B9C25; }
span { border-color: rgb(43,156,37); }
td.TdClassName
{
border-color: #2B9C25;
}
.TagClassName
{
border-color: #2B9C25;
}
</style>