Shades of Forest Green #2B8830
Tints of Forest Green #2B8830
RGB
CMYK
RGB Variations
Color information
#2B8830 (or 0x2B8830) is known color: Forest Green. HEX triplet: 2B, 88 and 30. RGB value is (43,136,48). Sum of RGB (Red+Green+Blue) = 43+136+48=227 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.94% from 227); Green value is 136 (53.52% from 255 or 59.91% from 227); Blue value is 48 (19.14% from 255 or 21.15% from 227); Max value from RGB is 136 - color contains mainly: green. Hex color #2B8830 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B8830 is #D477CF. Grayscale: #626262. Windows color (decimal): -13924304 or 3180587. OLE color: 3180587.
HSL color Cylindrical-coordinate representation of color #2B8830: hue angle of 123.23º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2B8830 is Cyan = 0.68, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 43 | 136 | 48 | - |
| CMYK | 0.68 | 0 | 0.65 | 0.47 |
| HSL | 123.23º | 0.52% | 0.35% | - |
| HSV(B) | 123.23º | 0.68% | 0.53% | - |
| XYZ | 10.33 | 18.34 | 5.79 | - |
| YUV | 98.16 | 99.69 | 88.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 136 | 48 | 0.68 | 0 | 0.65 | 0.47 | 123.23 | 0.52 | 0.35 |
| Hex | 2B | 88 | 30 | 44 | 0 | 41 | 2F | 7B | 34 | 23 |
| Octal | 53 | 210 | 60 | 104 | 0 | 101 | 57 | 173 | 64 | 43 |
| Binary | 101011 | 10001000 | 110000 | 1000100 | 0 | 1000001 | 101111 | 1111011 | 110100 | 100011 |
Color Harmonies of #2B8830
Complementary color
Monochromatic Colors of #2B8830
Black with #2B8830
Text Example
Text Example
White with #2B8830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8830; }
p { color: rgb(43,136,48); }
H1.HeaderClassName
{
color: #2B8830;
}
.AnyTagClassName
{
color: #2B8830;
}
</style>
background-color css
<style>
a { background-color: #2B8830; }
a { background-color: rgb(43,136,48); }
div.DivClassName
{
background-color: #2B8830;
}
.BgClassName
{
background-color: #2B8830;
}
</style>
border-color css
<style>
span { border-color: #2B8830; }
span { border-color: rgb(43,136,48); }
td.TdClassName
{
border-color: #2B8830;
}
.TagClassName
{
border-color: #2B8830;
}
</style>