Shades of Forest Green #2B9E2D
Tints of Forest Green #2B9E2D
RGB
CMYK
RGB Variations
Color information
#2B9E2D (or 0x2B9E2D) is known color: Forest Green. HEX triplet: 2B, 9E and 2D. RGB value is (43,158,45). Sum of RGB (Red+Green+Blue) = 43+158+45=246 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.48% from 246); Green value is 158 (62.11% from 255 or 64.23% from 246); Blue value is 45 (17.97% from 255 or 18.29% from 246); Max value from RGB is 158 - color contains mainly: green. Hex color #2B9E2D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B9E2D is #D461D2. Grayscale: #6F6F6F. Windows color (decimal): -13918675 or 2989611. OLE color: 2989611.
HSL color Cylindrical-coordinate representation of color #2B9E2D: hue angle of 121.04º 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 #2B9E2D is Cyan = 0.73, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 43 | 158 | 45 | - |
| CMYK | 0.73 | 0 | 0.72 | 0.38 |
| HSL | 121.04º | 0.57% | 0.39% | - |
| HSV(B) | 121.04º | 0.73% | 0.62% | - |
| XYZ | 13.7 | 25.16 | 6.62 | - |
| YUV | 110.73 | 90.9 | 79.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 158 | 45 | 0.73 | 0 | 0.72 | 0.38 | 121.04 | 0.57 | 0.39 |
| Hex | 2B | 9E | 2D | 49 | 0 | 48 | 26 | 79 | 39 | 27 |
| Octal | 53 | 236 | 55 | 111 | 0 | 110 | 46 | 171 | 71 | 47 |
| Binary | 101011 | 10011110 | 101101 | 1001001 | 0 | 1001000 | 100110 | 1111001 | 111001 | 100111 |
Color Harmonies of #2B9E2D
Complementary color
Monochromatic Colors of #2B9E2D
Black with #2B9E2D
Text Example
Text Example
White with #2B9E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9E2D; }
p { color: rgb(43,158,45); }
H1.HeaderClassName
{
color: #2B9E2D;
}
.AnyTagClassName
{
color: #2B9E2D;
}
</style>
background-color css
<style>
a { background-color: #2B9E2D; }
a { background-color: rgb(43,158,45); }
div.DivClassName
{
background-color: #2B9E2D;
}
.BgClassName
{
background-color: #2B9E2D;
}
</style>
border-color css
<style>
span { border-color: #2B9E2D; }
span { border-color: rgb(43,158,45); }
td.TdClassName
{
border-color: #2B9E2D;
}
.TagClassName
{
border-color: #2B9E2D;
}
</style>