Shades of Forest Green #2B9505
Tints of Forest Green #2B9505
RGB
CMYK
RGB Variations
Color information
#2B9505 (or 0x2B9505) is known color: Forest Green. HEX triplet: 2B, 95 and 05. RGB value is (43,149,5). Sum of RGB (Red+Green+Blue) = 43+149+5=197 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.83% from 197); Green value is 149 (58.59% from 255 or 75.63% from 197); Blue value is 5 (2.34% from 255 or 2.54% from 197); Max value from RGB is 149 - color contains mainly: green. Hex color #2B9505 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2B9505 is #D46AFA. Grayscale: #656565. Windows color (decimal): -13921019 or 365867. OLE color: 365867.
HSL color Cylindrical-coordinate representation of color #2B9505: hue angle of 104.17º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2B9505 is Cyan = 0.71, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 43 | 149 | 5 | - |
| CMYK | 0.71 | 0 | 0.97 | 0.42 |
| HSL | 104.17º | 0.94% | 0.3% | - |
| HSV(B) | 104.17º | 0.97% | 0.58% | - |
| XYZ | 11.77 | 22.02 | 3.77 | - |
| YUV | 100.89 | 73.88 | 86.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 149 | 5 | 0.71 | 0 | 0.97 | 0.42 | 104.17 | 0.94 | 0.3 |
| Hex | 2B | 95 | 5 | 47 | 0 | 61 | 2A | 68 | 5E | 1E |
| Octal | 53 | 225 | 5 | 107 | 0 | 141 | 52 | 150 | 136 | 36 |
| Binary | 101011 | 10010101 | 101 | 1000111 | 0 | 1100001 | 101010 | 1101000 | 1011110 | 11110 |
Color Harmonies of #2B9505
Complementary color
Monochromatic Colors of #2B9505
Black with #2B9505
Text Example
Text Example
White with #2B9505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9505; }
p { color: rgb(43,149,5); }
H1.HeaderClassName
{
color: #2B9505;
}
.AnyTagClassName
{
color: #2B9505;
}
</style>
background-color css
<style>
a { background-color: #2B9505; }
a { background-color: rgb(43,149,5); }
div.DivClassName
{
background-color: #2B9505;
}
.BgClassName
{
background-color: #2B9505;
}
</style>
border-color css
<style>
span { border-color: #2B9505; }
span { border-color: rgb(43,149,5); }
td.TdClassName
{
border-color: #2B9505;
}
.TagClassName
{
border-color: #2B9505;
}
</style>