Shades of Forest Green #2C9409
Tints of Forest Green #2C9409
RGB
CMYK
RGB Variations
Color information
#2C9409 (or 0x2C9409) is known color: Forest Green. HEX triplet: 2C, 94 and 09. RGB value is (44,148,9). Sum of RGB (Red+Green+Blue) = 44+148+9=201 (26% of max value = 765). Red value is 44 (17.58% from 255 or 21.89% from 201); Green value is 148 (58.20% from 255 or 73.63% from 201); Blue value is 9 (3.91% from 255 or 4.48% from 201); Max value from RGB is 148 - color contains mainly: green. Hex color #2C9409 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2C9409 is #D36BF6. Grayscale: #656565. Windows color (decimal): -13855735 or 627756. OLE color: 627756.
HSL color Cylindrical-coordinate representation of color #2C9409: hue angle of 104.89º 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 #2C9409 is Cyan = 0.70, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 44 | 148 | 9 | - |
| CMYK | 0.70 | 0 | 0.94 | 0.42 |
| HSL | 104.89º | 0.89% | 0.31% | - |
| HSV(B) | 104.89º | 0.94% | 0.58% | - |
| XYZ | 11.68 | 21.74 | 3.84 | - |
| YUV | 101.06 | 76.04 | 87.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 148 | 9 | 0.70 | 0 | 0.94 | 0.42 | 104.89 | 0.89 | 0.31 |
| Hex | 2C | 94 | 9 | 46 | 0 | 5E | 2A | 69 | 59 | 1F |
| Octal | 54 | 224 | 11 | 106 | 0 | 136 | 52 | 151 | 131 | 37 |
| Binary | 101100 | 10010100 | 1001 | 1000110 | 0 | 1011110 | 101010 | 1101001 | 1011001 | 11111 |
Color Harmonies of #2C9409
Complementary color
Monochromatic Colors of #2C9409
Black with #2C9409
Text Example
Text Example
White with #2C9409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C9409; }
p { color: rgb(44,148,9); }
H1.HeaderClassName
{
color: #2C9409;
}
.AnyTagClassName
{
color: #2C9409;
}
</style>
background-color css
<style>
a { background-color: #2C9409; }
a { background-color: rgb(44,148,9); }
div.DivClassName
{
background-color: #2C9409;
}
.BgClassName
{
background-color: #2C9409;
}
</style>
border-color css
<style>
span { border-color: #2C9409; }
span { border-color: rgb(44,148,9); }
td.TdClassName
{
border-color: #2C9409;
}
.TagClassName
{
border-color: #2C9409;
}
</style>