Shades of Forest Green #2B9015
Tints of Forest Green #2B9015
RGB
CMYK
RGB Variations
Color information
#2B9015 (or 0x2B9015) is known color: Forest Green. HEX triplet: 2B, 90 and 15. RGB value is (43,144,21). Sum of RGB (Red+Green+Blue) = 43+144+21=208 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.67% from 208); Green value is 144 (56.64% from 255 or 69.23% from 208); Blue value is 21 (8.59% from 255 or 10.10% from 208); Max value from RGB is 144 - color contains mainly: green. Hex color #2B9015 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2B9015 is #D46FEA. Grayscale: #646464. Windows color (decimal): -13922283 or 1413163. OLE color: 1413163.
HSL color Cylindrical-coordinate representation of color #2B9015: hue angle of 109.27º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2B9015 is Cyan = 0.70, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 43 | 144 | 21 | - |
| CMYK | 0.70 | 0 | 0.85 | 0.44 |
| HSL | 109.27º | 0.75% | 0.32% | - |
| HSV(B) | 109.27º | 0.85% | 0.56% | - |
| XYZ | 11.1 | 20.51 | 4.08 | - |
| YUV | 99.78 | 83.54 | 87.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 144 | 21 | 0.70 | 0 | 0.85 | 0.44 | 109.27 | 0.75 | 0.32 |
| Hex | 2B | 90 | 15 | 46 | 0 | 55 | 2C | 6D | 4B | 20 |
| Octal | 53 | 220 | 25 | 106 | 0 | 125 | 54 | 155 | 113 | 40 |
| Binary | 101011 | 10010000 | 10101 | 1000110 | 0 | 1010101 | 101100 | 1101101 | 1001011 | 100000 |
Color Harmonies of #2B9015
Complementary color
Monochromatic Colors of #2B9015
Black with #2B9015
Text Example
Text Example
White with #2B9015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9015; }
p { color: rgb(43,144,21); }
H1.HeaderClassName
{
color: #2B9015;
}
.AnyTagClassName
{
color: #2B9015;
}
</style>
background-color css
<style>
a { background-color: #2B9015; }
a { background-color: rgb(43,144,21); }
div.DivClassName
{
background-color: #2B9015;
}
.BgClassName
{
background-color: #2B9015;
}
</style>
border-color css
<style>
span { border-color: #2B9015; }
span { border-color: rgb(43,144,21); }
td.TdClassName
{
border-color: #2B9015;
}
.TagClassName
{
border-color: #2B9015;
}
</style>