Shades of Forest Green #2B9434
Tints of Forest Green #2B9434
RGB
CMYK
RGB Variations
Color information
#2B9434 (or 0x2B9434) is known color: Forest Green. HEX triplet: 2B, 94 and 34. RGB value is (43,148,52). Sum of RGB (Red+Green+Blue) = 43+148+52=243 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.70% from 243); Green value is 148 (58.20% from 255 or 60.91% from 243); Blue value is 52 (20.70% from 255 or 21.40% from 243); Max value from RGB is 148 - color contains mainly: green. Hex color #2B9434 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B9434 is #D46BCB. Grayscale: #696969. Windows color (decimal): -13921228 or 3445803. OLE color: 3445803.
HSL color Cylindrical-coordinate representation of color #2B9434: hue angle of 125.14º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B9434 is Cyan = 0.71, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 43 | 148 | 52 | - |
| CMYK | 0.71 | 0 | 0.65 | 0.42 |
| HSL | 125.14º | 0.55% | 0.37% | - |
| HSV(B) | 125.14º | 0.71% | 0.58% | - |
| XYZ | 12.21 | 21.94 | 6.84 | - |
| YUV | 105.66 | 97.71 | 83.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 148 | 52 | 0.71 | 0 | 0.65 | 0.42 | 125.14 | 0.55 | 0.37 |
| Hex | 2B | 94 | 34 | 47 | 0 | 41 | 2A | 7D | 37 | 25 |
| Octal | 53 | 224 | 64 | 107 | 0 | 101 | 52 | 175 | 67 | 45 |
| Binary | 101011 | 10010100 | 110100 | 1000111 | 0 | 1000001 | 101010 | 1111101 | 110111 | 100101 |
Color Harmonies of #2B9434
Complementary color
Monochromatic Colors of #2B9434
Black with #2B9434
Text Example
Text Example
White with #2B9434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9434; }
p { color: rgb(43,148,52); }
H1.HeaderClassName
{
color: #2B9434;
}
.AnyTagClassName
{
color: #2B9434;
}
</style>
background-color css
<style>
a { background-color: #2B9434; }
a { background-color: rgb(43,148,52); }
div.DivClassName
{
background-color: #2B9434;
}
.BgClassName
{
background-color: #2B9434;
}
</style>
border-color css
<style>
span { border-color: #2B9434; }
span { border-color: rgb(43,148,52); }
td.TdClassName
{
border-color: #2B9434;
}
.TagClassName
{
border-color: #2B9434;
}
</style>