Shades of Forest Green #2B9D2D
Tints of Forest Green #2B9D2D
RGB
CMYK
RGB Variations
Color information
#2B9D2D (or 0x2B9D2D) is known color: Forest Green. HEX triplet: 2B, 9D and 2D. RGB value is (43,157,45). Sum of RGB (Red+Green+Blue) = 43+157+45=245 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.55% from 245); Green value is 157 (61.72% from 255 or 64.08% from 245); Blue value is 45 (17.97% from 255 or 18.37% from 245); Max value from RGB is 157 - color contains mainly: green. Hex color #2B9D2D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B9D2D is #D462D2. Grayscale: #6E6E6E. Windows color (decimal): -13918931 or 2989355. OLE color: 2989355.
HSL color Cylindrical-coordinate representation of color #2B9D2D: hue angle of 121.05º 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 #2B9D2D is Cyan = 0.73, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 43 | 157 | 45 | - |
| CMYK | 0.73 | 0 | 0.71 | 0.38 |
| HSL | 121.05º | 0.57% | 0.39% | - |
| HSV(B) | 121.05º | 0.73% | 0.62% | - |
| XYZ | 13.53 | 24.82 | 6.56 | - |
| YUV | 110.15 | 91.23 | 80.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 157 | 45 | 0.73 | 0 | 0.71 | 0.38 | 121.05 | 0.57 | 0.39 |
| Hex | 2B | 9D | 2D | 49 | 0 | 47 | 26 | 79 | 39 | 27 |
| Octal | 53 | 235 | 55 | 111 | 0 | 107 | 46 | 171 | 71 | 47 |
| Binary | 101011 | 10011101 | 101101 | 1001001 | 0 | 1000111 | 100110 | 1111001 | 111001 | 100111 |
Color Harmonies of #2B9D2D
Complementary color
Monochromatic Colors of #2B9D2D
Black with #2B9D2D
Text Example
Text Example
White with #2B9D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9D2D; }
p { color: rgb(43,157,45); }
H1.HeaderClassName
{
color: #2B9D2D;
}
.AnyTagClassName
{
color: #2B9D2D;
}
</style>
background-color css
<style>
a { background-color: #2B9D2D; }
a { background-color: rgb(43,157,45); }
div.DivClassName
{
background-color: #2B9D2D;
}
.BgClassName
{
background-color: #2B9D2D;
}
</style>
border-color css
<style>
span { border-color: #2B9D2D; }
span { border-color: rgb(43,157,45); }
td.TdClassName
{
border-color: #2B9D2D;
}
.TagClassName
{
border-color: #2B9D2D;
}
</style>