Shades of Forest Green #2E9530
Tints of Forest Green #2E9530
RGB
CMYK
RGB Variations
Color information
#2E9530 (or 0x2E9530) is known color: Forest Green. HEX triplet: 2E, 95 and 30. RGB value is (46,149,48). Sum of RGB (Red+Green+Blue) = 46+149+48=243 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.93% from 243); Green value is 149 (58.59% from 255 or 61.32% from 243); Blue value is 48 (19.14% from 255 or 19.75% from 243); Max value from RGB is 149 - color contains mainly: green. Hex color #2E9530 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E9530 is #D16ACF. Grayscale: #6A6A6A. Windows color (decimal): -13724368 or 3183918. OLE color: 3183918.
HSL color Cylindrical-coordinate representation of color #2E9530: hue angle of 121.17º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2E9530 is Cyan = 0.69, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 46 | 149 | 48 | - |
| CMYK | 0.69 | 0 | 0.68 | 0.42 |
| HSL | 121.17º | 0.53% | 0.38% | - |
| HSV(B) | 121.17º | 0.69% | 0.58% | - |
| XYZ | 12.41 | 22.29 | 6.44 | - |
| YUV | 106.69 | 94.88 | 84.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 149 | 48 | 0.69 | 0 | 0.68 | 0.42 | 121.17 | 0.53 | 0.38 |
| Hex | 2E | 95 | 30 | 45 | 0 | 44 | 2A | 79 | 35 | 26 |
| Octal | 56 | 225 | 60 | 105 | 0 | 104 | 52 | 171 | 65 | 46 |
| Binary | 101110 | 10010101 | 110000 | 1000101 | 0 | 1000100 | 101010 | 1111001 | 110101 | 100110 |
Color Harmonies of #2E9530
Complementary color
Monochromatic Colors of #2E9530
Black with #2E9530
Text Example
Text Example
White with #2E9530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E9530; }
p { color: rgb(46,149,48); }
H1.HeaderClassName
{
color: #2E9530;
}
.AnyTagClassName
{
color: #2E9530;
}
</style>
background-color css
<style>
a { background-color: #2E9530; }
a { background-color: rgb(46,149,48); }
div.DivClassName
{
background-color: #2E9530;
}
.BgClassName
{
background-color: #2E9530;
}
</style>
border-color css
<style>
span { border-color: #2E9530; }
span { border-color: rgb(46,149,48); }
td.TdClassName
{
border-color: #2E9530;
}
.TagClassName
{
border-color: #2E9530;
}
</style>