Shades of Forest Green #2B9D30
Tints of Forest Green #2B9D30
RGB
CMYK
RGB Variations
Color information
#2B9D30 (or 0x2B9D30) is known color: Forest Green. HEX triplet: 2B, 9D and 30. RGB value is (43,157,48). Sum of RGB (Red+Green+Blue) = 43+157+48=248 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.34% from 248); Green value is 157 (61.72% from 255 or 63.31% from 248); Blue value is 48 (19.14% from 255 or 19.35% from 248); Max value from RGB is 157 - color contains mainly: green. Hex color #2B9D30 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B9D30 is #D462CF. Grayscale: #6E6E6E. Windows color (decimal): -13918928 or 3185963. OLE color: 3185963.
HSL color Cylindrical-coordinate representation of color #2B9D30: hue angle of 122.63º 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 #2B9D30 is Cyan = 0.73, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 43 | 157 | 48 | - |
| CMYK | 0.73 | 0 | 0.69 | 0.38 |
| HSL | 122.63º | 0.57% | 0.39% | - |
| HSV(B) | 122.63º | 0.73% | 0.62% | - |
| XYZ | 13.59 | 24.84 | 6.87 | - |
| YUV | 110.49 | 92.73 | 79.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 157 | 48 | 0.73 | 0 | 0.69 | 0.38 | 122.63 | 0.57 | 0.39 |
| Hex | 2B | 9D | 30 | 49 | 0 | 45 | 26 | 7B | 39 | 27 |
| Octal | 53 | 235 | 60 | 111 | 0 | 105 | 46 | 173 | 71 | 47 |
| Binary | 101011 | 10011101 | 110000 | 1001001 | 0 | 1000101 | 100110 | 1111011 | 111001 | 100111 |
Color Harmonies of #2B9D30
Complementary color
Monochromatic Colors of #2B9D30
Black with #2B9D30
Text Example
Text Example
White with #2B9D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9D30; }
p { color: rgb(43,157,48); }
H1.HeaderClassName
{
color: #2B9D30;
}
.AnyTagClassName
{
color: #2B9D30;
}
</style>
background-color css
<style>
a { background-color: #2B9D30; }
a { background-color: rgb(43,157,48); }
div.DivClassName
{
background-color: #2B9D30;
}
.BgClassName
{
background-color: #2B9D30;
}
</style>
border-color css
<style>
span { border-color: #2B9D30; }
span { border-color: rgb(43,157,48); }
td.TdClassName
{
border-color: #2B9D30;
}
.TagClassName
{
border-color: #2B9D30;
}
</style>