Shades of Forest Green #2B9523
Tints of Forest Green #2B9523
RGB
CMYK
RGB Variations
Color information
#2B9523 (or 0x2B9523) is known color: Forest Green. HEX triplet: 2B, 95 and 23. RGB value is (43,149,35). Sum of RGB (Red+Green+Blue) = 43+149+35=227 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.94% from 227); Green value is 149 (58.59% from 255 or 65.64% from 227); Blue value is 35 (14.06% from 255 or 15.42% from 227); Max value from RGB is 149 - color contains mainly: green. Hex color #2B9523 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B9523 is #D46ADC. Grayscale: #686868. Windows color (decimal): -13920989 or 2331947. OLE color: 2331947.
HSL color Cylindrical-coordinate representation of color #2B9523: hue angle of 115.79º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B9523 is Cyan = 0.71, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 43 | 149 | 35 | - |
| CMYK | 0.71 | 0 | 0.77 | 0.42 |
| HSL | 115.79º | 0.62% | 0.36% | - |
| HSV(B) | 115.79º | 0.77% | 0.58% | - |
| XYZ | 12.05 | 22.13 | 5.23 | - |
| YUV | 104.31 | 88.88 | 84.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 149 | 35 | 0.71 | 0 | 0.77 | 0.42 | 115.79 | 0.62 | 0.36 |
| Hex | 2B | 95 | 23 | 47 | 0 | 4D | 2A | 74 | 3E | 24 |
| Octal | 53 | 225 | 43 | 107 | 0 | 115 | 52 | 164 | 76 | 44 |
| Binary | 101011 | 10010101 | 100011 | 1000111 | 0 | 1001101 | 101010 | 1110100 | 111110 | 100100 |
Color Harmonies of #2B9523
Complementary color
Monochromatic Colors of #2B9523
Black with #2B9523
Text Example
Text Example
White with #2B9523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9523; }
p { color: rgb(43,149,35); }
H1.HeaderClassName
{
color: #2B9523;
}
.AnyTagClassName
{
color: #2B9523;
}
</style>
background-color css
<style>
a { background-color: #2B9523; }
a { background-color: rgb(43,149,35); }
div.DivClassName
{
background-color: #2B9523;
}
.BgClassName
{
background-color: #2B9523;
}
</style>
border-color css
<style>
span { border-color: #2B9523; }
span { border-color: rgb(43,149,35); }
td.TdClassName
{
border-color: #2B9523;
}
.TagClassName
{
border-color: #2B9523;
}
</style>