Shades of Forest Green #2B9B2F
Tints of Forest Green #2B9B2F
RGB
CMYK
RGB Variations
Color information
#2B9B2F (or 0x2B9B2F) is known color: Forest Green. HEX triplet: 2B, 9B and 2F. RGB value is (43,155,47). Sum of RGB (Red+Green+Blue) = 43+155+47=245 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.55% from 245); Green value is 155 (60.94% from 255 or 63.27% from 245); Blue value is 47 (18.75% from 255 or 19.18% from 245); Max value from RGB is 155 - color contains mainly: green. Hex color #2B9B2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B9B2F is #D464D0. Grayscale: #6D6D6D. Windows color (decimal): -13919441 or 3119915. OLE color: 3119915.
HSL color Cylindrical-coordinate representation of color #2B9B2F: hue angle of 122.14º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B9B2F is Cyan = 0.72, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 43 | 155 | 47 | - |
| CMYK | 0.72 | 0 | 0.70 | 0.39 |
| HSL | 122.14º | 0.57% | 0.39% | - |
| HSV(B) | 122.14º | 0.72% | 0.61% | - |
| XYZ | 13.23 | 24.16 | 6.66 | - |
| YUV | 109.2 | 92.89 | 80.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 155 | 47 | 0.72 | 0 | 0.70 | 0.39 | 122.14 | 0.57 | 0.39 |
| Hex | 2B | 9B | 2F | 48 | 0 | 46 | 27 | 7A | 39 | 27 |
| Octal | 53 | 233 | 57 | 110 | 0 | 106 | 47 | 172 | 71 | 47 |
| Binary | 101011 | 10011011 | 101111 | 1001000 | 0 | 1000110 | 100111 | 1111010 | 111001 | 100111 |
Color Harmonies of #2B9B2F
Complementary color
Monochromatic Colors of #2B9B2F
Black with #2B9B2F
Text Example
Text Example
White with #2B9B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9B2F; }
p { color: rgb(43,155,47); }
H1.HeaderClassName
{
color: #2B9B2F;
}
.AnyTagClassName
{
color: #2B9B2F;
}
</style>
background-color css
<style>
a { background-color: #2B9B2F; }
a { background-color: rgb(43,155,47); }
div.DivClassName
{
background-color: #2B9B2F;
}
.BgClassName
{
background-color: #2B9B2F;
}
</style>
border-color css
<style>
span { border-color: #2B9B2F; }
span { border-color: rgb(43,155,47); }
td.TdClassName
{
border-color: #2B9B2F;
}
.TagClassName
{
border-color: #2B9B2F;
}
</style>