Shades of Forest Green #2B9632
Tints of Forest Green #2B9632
RGB
CMYK
RGB Variations
Color information
#2B9632 (or 0x2B9632) is known color: Forest Green. HEX triplet: 2B, 96 and 32. RGB value is (43,150,50). Sum of RGB (Red+Green+Blue) = 43+150+50=243 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.70% from 243); Green value is 150 (58.98% from 255 or 61.73% from 243); Blue value is 50 (19.92% from 255 or 20.58% from 243); Max value from RGB is 150 - color contains mainly: green. Hex color #2B9632 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B9632 is #D469CD. Grayscale: #6A6A6A. Windows color (decimal): -13920718 or 3315243. OLE color: 3315243.
HSL color Cylindrical-coordinate representation of color #2B9632: hue angle of 123.93º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B9632 is Cyan = 0.71, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 43 | 150 | 50 | - |
| CMYK | 0.71 | 0 | 0.67 | 0.41 |
| HSL | 123.93º | 0.55% | 0.38% | - |
| HSV(B) | 123.93º | 0.71% | 0.59% | - |
| XYZ | 12.48 | 22.56 | 6.71 | - |
| YUV | 106.61 | 96.05 | 82.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 150 | 50 | 0.71 | 0 | 0.67 | 0.41 | 123.93 | 0.55 | 0.38 |
| Hex | 2B | 96 | 32 | 47 | 0 | 43 | 29 | 7C | 37 | 26 |
| Octal | 53 | 226 | 62 | 107 | 0 | 103 | 51 | 174 | 67 | 46 |
| Binary | 101011 | 10010110 | 110010 | 1000111 | 0 | 1000011 | 101001 | 1111100 | 110111 | 100110 |
Color Harmonies of #2B9632
Complementary color
Monochromatic Colors of #2B9632
Black with #2B9632
Text Example
Text Example
White with #2B9632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9632; }
p { color: rgb(43,150,50); }
H1.HeaderClassName
{
color: #2B9632;
}
.AnyTagClassName
{
color: #2B9632;
}
</style>
background-color css
<style>
a { background-color: #2B9632; }
a { background-color: rgb(43,150,50); }
div.DivClassName
{
background-color: #2B9632;
}
.BgClassName
{
background-color: #2B9632;
}
</style>
border-color css
<style>
span { border-color: #2B9632; }
span { border-color: rgb(43,150,50); }
td.TdClassName
{
border-color: #2B9632;
}
.TagClassName
{
border-color: #2B9632;
}
</style>