Shades of Forest Green #2B9E30
Tints of Forest Green #2B9E30
RGB
CMYK
RGB Variations
Color information
#2B9E30 (or 0x2B9E30) is known color: Forest Green. HEX triplet: 2B, 9E and 30. RGB value is (43,158,48). Sum of RGB (Red+Green+Blue) = 43+158+48=249 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.27% from 249); Green value is 158 (62.11% from 255 or 63.45% from 249); Blue value is 48 (19.14% from 255 or 19.28% from 249); Max value from RGB is 158 - color contains mainly: green. Hex color #2B9E30 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B9E30 is #D461CF. Grayscale: #6F6F6F. Windows color (decimal): -13918672 or 3186219. OLE color: 3186219.
HSL color Cylindrical-coordinate representation of color #2B9E30: hue angle of 122.61º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2B9E30 is Cyan = 0.73, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 43 | 158 | 48 | - |
| CMYK | 0.73 | 0 | 0.70 | 0.38 |
| HSL | 122.61º | 0.57% | 0.39% | - |
| HSV(B) | 122.61º | 0.73% | 0.62% | - |
| XYZ | 13.76 | 25.18 | 6.93 | - |
| YUV | 111.08 | 92.4 | 79.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 158 | 48 | 0.73 | 0 | 0.70 | 0.38 | 122.61 | 0.57 | 0.39 |
| Hex | 2B | 9E | 30 | 49 | 0 | 46 | 26 | 7B | 39 | 27 |
| Octal | 53 | 236 | 60 | 111 | 0 | 106 | 46 | 173 | 71 | 47 |
| Binary | 101011 | 10011110 | 110000 | 1001001 | 0 | 1000110 | 100110 | 1111011 | 111001 | 100111 |
Color Harmonies of #2B9E30
Complementary color
Monochromatic Colors of #2B9E30
Black with #2B9E30
Text Example
Text Example
White with #2B9E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9E30; }
p { color: rgb(43,158,48); }
H1.HeaderClassName
{
color: #2B9E30;
}
.AnyTagClassName
{
color: #2B9E30;
}
</style>
background-color css
<style>
a { background-color: #2B9E30; }
a { background-color: rgb(43,158,48); }
div.DivClassName
{
background-color: #2B9E30;
}
.BgClassName
{
background-color: #2B9E30;
}
</style>
border-color css
<style>
span { border-color: #2B9E30; }
span { border-color: rgb(43,158,48); }
td.TdClassName
{
border-color: #2B9E30;
}
.TagClassName
{
border-color: #2B9E30;
}
</style>