Shades of Forest Green #2B8C04
Tints of Forest Green #2B8C04
RGB
CMYK
RGB Variations
Color information
#2B8C04 (or 0x2B8C04) is known color: Forest Green. HEX triplet: 2B, 8C and 04. RGB value is (43,140,4). Sum of RGB (Red+Green+Blue) = 43+140+4=187 (24% of max value = 765). Red value is 43 (17.19% from 255 or 22.99% from 187); Green value is 140 (55.08% from 255 or 74.87% from 187); Blue value is 4 (1.95% from 255 or 2.14% from 187); Max value from RGB is 140 - color contains mainly: green. Hex color #2B8C04 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2B8C04 is #D473FB. Grayscale: #5F5F5F. Windows color (decimal): -13923324 or 298027. OLE color: 298027.
HSL color Cylindrical-coordinate representation of color #2B8C04: hue angle of 102.79º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2B8C04 is Cyan = 0.69, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 43 | 140 | 4 | - |
| CMYK | 0.69 | 0 | 0.97 | 0.45 |
| HSL | 102.79º | 0.94% | 0.28% | - |
| HSV(B) | 102.79º | 0.97% | 0.55% | - |
| XYZ | 10.4 | 19.28 | 3.29 | - |
| YUV | 95.49 | 76.36 | 90.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 140 | 4 | 0.69 | 0 | 0.97 | 0.45 | 102.79 | 0.94 | 0.28 |
| Hex | 2B | 8C | 4 | 45 | 0 | 61 | 2D | 67 | 5E | 1C |
| Octal | 53 | 214 | 4 | 105 | 0 | 141 | 55 | 147 | 136 | 34 |
| Binary | 101011 | 10001100 | 100 | 1000101 | 0 | 1100001 | 101101 | 1100111 | 1011110 | 11100 |
Color Harmonies of #2B8C04
Complementary color
Monochromatic Colors of #2B8C04
Black with #2B8C04
Text Example
Text Example
White with #2B8C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8C04; }
p { color: rgb(43,140,4); }
H1.HeaderClassName
{
color: #2B8C04;
}
.AnyTagClassName
{
color: #2B8C04;
}
</style>
background-color css
<style>
a { background-color: #2B8C04; }
a { background-color: rgb(43,140,4); }
div.DivClassName
{
background-color: #2B8C04;
}
.BgClassName
{
background-color: #2B8C04;
}
</style>
border-color css
<style>
span { border-color: #2B8C04; }
span { border-color: rgb(43,140,4); }
td.TdClassName
{
border-color: #2B8C04;
}
.TagClassName
{
border-color: #2B8C04;
}
</style>