Shades of Forest Green #2E900C
Tints of Forest Green #2E900C
RGB
CMYK
RGB Variations
Color information
#2E900C (or 0x2E900C) is known color: Forest Green. HEX triplet: 2E, 90 and 0C. RGB value is (46,144,12). Sum of RGB (Red+Green+Blue) = 46+144+12=202 (26% of max value = 765). Red value is 46 (18.36% from 255 or 22.77% from 202); Green value is 144 (56.64% from 255 or 71.29% from 202); Blue value is 12 (5.08% from 255 or 5.94% from 202); Max value from RGB is 144 - color contains mainly: green. Hex color #2E900C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2E900C is #D16FF3. Grayscale: #646464. Windows color (decimal): -13725684 or 823342. OLE color: 823342.
HSL color Cylindrical-coordinate representation of color #2E900C: hue angle of 104.55º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2E900C is Cyan = 0.68, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 46 | 144 | 12 | - |
| CMYK | 0.68 | 0 | 0.92 | 0.44 |
| HSL | 104.55º | 0.85% | 0.31% | - |
| HSV(B) | 104.55º | 0.92% | 0.56% | - |
| XYZ | 11.17 | 20.55 | 3.73 | - |
| YUV | 99.65 | 78.53 | 89.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 144 | 12 | 0.68 | 0 | 0.92 | 0.44 | 104.55 | 0.85 | 0.31 |
| Hex | 2E | 90 | C | 44 | 0 | 5C | 2C | 69 | 55 | 1F |
| Octal | 56 | 220 | 14 | 104 | 0 | 134 | 54 | 151 | 125 | 37 |
| Binary | 101110 | 10010000 | 1100 | 1000100 | 0 | 1011100 | 101100 | 1101001 | 1010101 | 11111 |
Color Harmonies of #2E900C
Complementary color
Monochromatic Colors of #2E900C
Black with #2E900C
Text Example
Text Example
White with #2E900C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E900C; }
p { color: rgb(46,144,12); }
H1.HeaderClassName
{
color: #2E900C;
}
.AnyTagClassName
{
color: #2E900C;
}
</style>
background-color css
<style>
a { background-color: #2E900C; }
a { background-color: rgb(46,144,12); }
div.DivClassName
{
background-color: #2E900C;
}
.BgClassName
{
background-color: #2E900C;
}
</style>
border-color css
<style>
span { border-color: #2E900C; }
span { border-color: rgb(46,144,12); }
td.TdClassName
{
border-color: #2E900C;
}
.TagClassName
{
border-color: #2E900C;
}
</style>