Shades of Forest Green #2B8F04
Tints of Forest Green #2B8F04
RGB
CMYK
RGB Variations
Color information
#2B8F04 (or 0x2B8F04) is known color: Forest Green. HEX triplet: 2B, 8F and 04. RGB value is (43,143,4). Sum of RGB (Red+Green+Blue) = 43+143+4=190 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.63% from 190); Green value is 143 (56.25% from 255 or 75.26% from 190); Blue value is 4 (1.95% from 255 or 2.11% from 190); Max value from RGB is 143 - color contains mainly: green. Hex color #2B8F04 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2B8F04 is #D470FB. Grayscale: #616161. Windows color (decimal): -13922556 or 298795. OLE color: 298795.
HSL color Cylindrical-coordinate representation of color #2B8F04: hue angle of 103.17º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2B8F04 is Cyan = 0.70, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 43 | 143 | 4 | - |
| CMYK | 0.70 | 0 | 0.97 | 0.44 |
| HSL | 103.17º | 0.95% | 0.29% | - |
| HSV(B) | 103.17º | 0.97% | 0.56% | - |
| XYZ | 10.84 | 20.17 | 3.44 | - |
| YUV | 97.25 | 75.37 | 89.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 143 | 4 | 0.70 | 0 | 0.97 | 0.44 | 103.17 | 0.95 | 0.29 |
| Hex | 2B | 8F | 4 | 46 | 0 | 61 | 2C | 67 | 5F | 1D |
| Octal | 53 | 217 | 4 | 106 | 0 | 141 | 54 | 147 | 137 | 35 |
| Binary | 101011 | 10001111 | 100 | 1000110 | 0 | 1100001 | 101100 | 1100111 | 1011111 | 11101 |
Color Harmonies of #2B8F04
Complementary color
Monochromatic Colors of #2B8F04
Black with #2B8F04
Text Example
Text Example
White with #2B8F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8F04; }
p { color: rgb(43,143,4); }
H1.HeaderClassName
{
color: #2B8F04;
}
.AnyTagClassName
{
color: #2B8F04;
}
</style>
background-color css
<style>
a { background-color: #2B8F04; }
a { background-color: rgb(43,143,4); }
div.DivClassName
{
background-color: #2B8F04;
}
.BgClassName
{
background-color: #2B8F04;
}
</style>
border-color css
<style>
span { border-color: #2B8F04; }
span { border-color: rgb(43,143,4); }
td.TdClassName
{
border-color: #2B8F04;
}
.TagClassName
{
border-color: #2B8F04;
}
</style>