Shades of Forest Green #2E9105
Tints of Forest Green #2E9105
RGB
CMYK
RGB Variations
Color information
#2E9105 (or 0x2E9105) is known color: Forest Green. HEX triplet: 2E, 91 and 05. RGB value is (46,145,5). Sum of RGB (Red+Green+Blue) = 46+145+5=196 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.47% from 196); Green value is 145 (57.03% from 255 or 73.98% from 196); Blue value is 5 (2.34% from 255 or 2.55% from 196); Max value from RGB is 145 - color contains mainly: green. Hex color #2E9105 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2E9105 is #D16EFA. Grayscale: #636363. Windows color (decimal): -13725435 or 364846. OLE color: 364846.
HSL color Cylindrical-coordinate representation of color #2E9105: hue angle of 102.43º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2E9105 is Cyan = 0.68, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 46 | 145 | 5 | - |
| CMYK | 0.68 | 0 | 0.97 | 0.43 |
| HSL | 102.43º | 0.93% | 0.29% | - |
| HSV(B) | 102.43º | 0.97% | 0.57% | - |
| XYZ | 11.28 | 20.84 | 3.57 | - |
| YUV | 99.44 | 74.7 | 89.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 145 | 5 | 0.68 | 0 | 0.97 | 0.43 | 102.43 | 0.93 | 0.29 |
| Hex | 2E | 91 | 5 | 44 | 0 | 61 | 2B | 66 | 5D | 1D |
| Octal | 56 | 221 | 5 | 104 | 0 | 141 | 53 | 146 | 135 | 35 |
| Binary | 101110 | 10010001 | 101 | 1000100 | 0 | 1100001 | 101011 | 1100110 | 1011101 | 11101 |
Color Harmonies of #2E9105
Complementary color
Monochromatic Colors of #2E9105
Black with #2E9105
Text Example
Text Example
White with #2E9105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E9105; }
p { color: rgb(46,145,5); }
H1.HeaderClassName
{
color: #2E9105;
}
.AnyTagClassName
{
color: #2E9105;
}
</style>
background-color css
<style>
a { background-color: #2E9105; }
a { background-color: rgb(46,145,5); }
div.DivClassName
{
background-color: #2E9105;
}
.BgClassName
{
background-color: #2E9105;
}
</style>
border-color css
<style>
span { border-color: #2E9105; }
span { border-color: rgb(46,145,5); }
td.TdClassName
{
border-color: #2E9105;
}
.TagClassName
{
border-color: #2E9105;
}
</style>