Shades of Forest Green #2B7F18
Tints of Forest Green #2B7F18
RGB
CMYK
RGB Variations
Color information
#2B7F18 (or 0x2B7F18) is known color: Forest Green. HEX triplet: 2B, 7F and 18. RGB value is (43,127,24). Sum of RGB (Red+Green+Blue) = 43+127+24=194 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.16% from 194); Green value is 127 (50% from 255 or 65.46% from 194); Blue value is 24 (9.77% from 255 or 12.37% from 194); Max value from RGB is 127 - color contains mainly: green. Hex color #2B7F18 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B7F18 is #D480E7. Grayscale: #5A5A5A. Windows color (decimal): -13926632 or 1605419. OLE color: 1605419.
HSL color Cylindrical-coordinate representation of color #2B7F18: hue angle of 108.93º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2B7F18 is Cyan = 0.66, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 43 | 127 | 24 | - |
| CMYK | 0.66 | 0 | 0.81 | 0.50 |
| HSL | 108.93º | 0.68% | 0.3% | - |
| HSV(B) | 108.93º | 0.81% | 0.5% | - |
| XYZ | 8.75 | 15.76 | 3.44 | - |
| YUV | 90.14 | 90.67 | 94.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 127 | 24 | 0.66 | 0 | 0.81 | 0.50 | 108.93 | 0.68 | 0.3 |
| Hex | 2B | 7F | 18 | 42 | 0 | 51 | 32 | 6D | 44 | 1E |
| Octal | 53 | 177 | 30 | 102 | 0 | 121 | 62 | 155 | 104 | 36 |
| Binary | 101011 | 1111111 | 11000 | 1000010 | 0 | 1010001 | 110010 | 1101101 | 1000100 | 11110 |
Color Harmonies of #2B7F18
Complementary color
Monochromatic Colors of #2B7F18
Black with #2B7F18
Text Example
Text Example
White with #2B7F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7F18; }
p { color: rgb(43,127,24); }
H1.HeaderClassName
{
color: #2B7F18;
}
.AnyTagClassName
{
color: #2B7F18;
}
</style>
background-color css
<style>
a { background-color: #2B7F18; }
a { background-color: rgb(43,127,24); }
div.DivClassName
{
background-color: #2B7F18;
}
.BgClassName
{
background-color: #2B7F18;
}
</style>
border-color css
<style>
span { border-color: #2B7F18; }
span { border-color: rgb(43,127,24); }
td.TdClassName
{
border-color: #2B7F18;
}
.TagClassName
{
border-color: #2B7F18;
}
</style>