Shades of Forest Green #2E8A2B
Tints of Forest Green #2E8A2B
RGB
CMYK
RGB Variations
Color information
#2E8A2B (or 0x2E8A2B) is known color: Forest Green. HEX triplet: 2E, 8A and 2B. RGB value is (46,138,43). Sum of RGB (Red+Green+Blue) = 46+138+43=227 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20.26% from 227); Green value is 138 (54.30% from 255 or 60.79% from 227); Blue value is 43 (17.19% from 255 or 18.94% from 227); Max value from RGB is 138 - color contains mainly: green. Hex color #2E8A2B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E8A2B is #D175D4. Grayscale: #636363. Windows color (decimal): -13727189 or 2853422. OLE color: 2853422.
HSL color Cylindrical-coordinate representation of color #2E8A2B: hue angle of 118.11º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2E8A2B is Cyan = 0.67, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 46 | 138 | 43 | - |
| CMYK | 0.67 | 0 | 0.69 | 0.46 |
| HSL | 118.11º | 0.52% | 0.35% | - |
| HSV(B) | 118.11º | 0.69% | 0.54% | - |
| XYZ | 10.65 | 18.93 | 5.38 | - |
| YUV | 99.66 | 96.02 | 89.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 138 | 43 | 0.67 | 0 | 0.69 | 0.46 | 118.11 | 0.52 | 0.35 |
| Hex | 2E | 8A | 2B | 43 | 0 | 45 | 2E | 76 | 34 | 23 |
| Octal | 56 | 212 | 53 | 103 | 0 | 105 | 56 | 166 | 64 | 43 |
| Binary | 101110 | 10001010 | 101011 | 1000011 | 0 | 1000101 | 101110 | 1110110 | 110100 | 100011 |
Color Harmonies of #2E8A2B
Complementary color
Monochromatic Colors of #2E8A2B
Black with #2E8A2B
Text Example
Text Example
White with #2E8A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E8A2B; }
p { color: rgb(46,138,43); }
H1.HeaderClassName
{
color: #2E8A2B;
}
.AnyTagClassName
{
color: #2E8A2B;
}
</style>
background-color css
<style>
a { background-color: #2E8A2B; }
a { background-color: rgb(46,138,43); }
div.DivClassName
{
background-color: #2E8A2B;
}
.BgClassName
{
background-color: #2E8A2B;
}
</style>
border-color css
<style>
span { border-color: #2E8A2B; }
span { border-color: rgb(46,138,43); }
td.TdClassName
{
border-color: #2E8A2B;
}
.TagClassName
{
border-color: #2E8A2B;
}
</style>