Shades of Forest Green #09942E
Tints of Forest Green #09942E
RGB
CMYK
RGB Variations
Color information
#09942E (or 0x09942E) is known color: Forest Green. HEX triplet: 09, 94 and 2E. RGB value is (9,148,46). Sum of RGB (Red+Green+Blue) = 9+148+46=203 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.43% from 203); Green value is 148 (58.20% from 255 or 72.91% from 203); Blue value is 46 (18.36% from 255 or 22.66% from 203); Max value from RGB is 148 - color contains mainly: green. Hex color #09942E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #09942E is #F66BD1. Grayscale: #5F5F5F. Windows color (decimal): -16149458 or 3052553. OLE color: 3052553.
HSL color Cylindrical-coordinate representation of color #09942E: hue angle of 135.97º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09942E is Cyan = 0.94, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 9 | 148 | 46 | - |
| CMYK | 0.94 | 0 | 0.69 | 0.42 |
| HSL | 135.97º | 0.89% | 0.31% | - |
| HSV(B) | 135.97º | 0.94% | 0.58% | - |
| XYZ | 11.2 | 21.44 | 6.13 | - |
| YUV | 94.81 | 100.45 | 66.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 148 | 46 | 0.94 | 0 | 0.69 | 0.42 | 135.97 | 0.89 | 0.31 |
| Hex | 9 | 94 | 2E | 5E | 0 | 45 | 2A | 88 | 59 | 1F |
| Octal | 11 | 224 | 56 | 136 | 0 | 105 | 52 | 210 | 131 | 37 |
| Binary | 1001 | 10010100 | 101110 | 1011110 | 0 | 1000101 | 101010 | 10001000 | 1011001 | 11111 |
Color Harmonies of #09942E
Complementary color
Monochromatic Colors of #09942E
Black with #09942E
Text Example
Text Example
White with #09942E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09942E; }
p { color: rgb(9,148,46); }
H1.HeaderClassName
{
color: #09942E;
}
.AnyTagClassName
{
color: #09942E;
}
</style>
background-color css
<style>
a { background-color: #09942E; }
a { background-color: rgb(9,148,46); }
div.DivClassName
{
background-color: #09942E;
}
.BgClassName
{
background-color: #09942E;
}
</style>
border-color css
<style>
span { border-color: #09942E; }
span { border-color: rgb(9,148,46); }
td.TdClassName
{
border-color: #09942E;
}
.TagClassName
{
border-color: #09942E;
}
</style>