Shades of Forest Green #2E851B
Tints of Forest Green #2E851B
RGB
CMYK
RGB Variations
Color information
#2E851B (or 0x2E851B) is known color: Forest Green. HEX triplet: 2E, 85 and 1B. RGB value is (46,133,27). Sum of RGB (Red+Green+Blue) = 46+133+27=206 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.33% from 206); Green value is 133 (52.34% from 255 or 64.56% from 206); Blue value is 27 (10.94% from 255 or 13.11% from 206); Max value from RGB is 133 - color contains mainly: green. Hex color #2E851B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E851B is #D17AE4. Grayscale: #5F5F5F. Windows color (decimal): -13728485 or 1803566. OLE color: 1803566.
HSL color Cylindrical-coordinate representation of color #2E851B: hue angle of 109.25º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2E851B is Cyan = 0.65, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 46 | 133 | 27 | - |
| CMYK | 0.65 | 0 | 0.80 | 0.48 |
| HSL | 109.25º | 0.66% | 0.31% | - |
| HSV(B) | 109.25º | 0.8% | 0.52% | - |
| XYZ | 9.71 | 17.44 | 3.89 | - |
| YUV | 94.9 | 89.68 | 93.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 133 | 27 | 0.65 | 0 | 0.80 | 0.48 | 109.25 | 0.66 | 0.31 |
| Hex | 2E | 85 | 1B | 41 | 0 | 50 | 30 | 6D | 42 | 1F |
| Octal | 56 | 205 | 33 | 101 | 0 | 120 | 60 | 155 | 102 | 37 |
| Binary | 101110 | 10000101 | 11011 | 1000001 | 0 | 1010000 | 110000 | 1101101 | 1000010 | 11111 |
Color Harmonies of #2E851B
Complementary color
Monochromatic Colors of #2E851B
Black with #2E851B
Text Example
Text Example
White with #2E851B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E851B; }
p { color: rgb(46,133,27); }
H1.HeaderClassName
{
color: #2E851B;
}
.AnyTagClassName
{
color: #2E851B;
}
</style>
background-color css
<style>
a { background-color: #2E851B; }
a { background-color: rgb(46,133,27); }
div.DivClassName
{
background-color: #2E851B;
}
.BgClassName
{
background-color: #2E851B;
}
</style>
border-color css
<style>
span { border-color: #2E851B; }
span { border-color: rgb(46,133,27); }
td.TdClassName
{
border-color: #2E851B;
}
.TagClassName
{
border-color: #2E851B;
}
</style>