Shades of Forest Green #2C9A10
Tints of Forest Green #2C9A10
RGB
CMYK
RGB Variations
Color information
#2C9A10 (or 0x2C9A10) is known color: Forest Green. HEX triplet: 2C, 9A and 10. RGB value is (44,154,16). Sum of RGB (Red+Green+Blue) = 44+154+16=214 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.56% from 214); Green value is 154 (60.55% from 255 or 71.96% from 214); Blue value is 16 (6.64% from 255 or 7.48% from 214); Max value from RGB is 154 - color contains mainly: green. Hex color #2C9A10 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2C9A10 is #D365EF. Grayscale: #696969. Windows color (decimal): -13854192 or 1088044. OLE color: 1088044.
HSL color Cylindrical-coordinate representation of color #2C9A10: hue angle of 107.83º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2C9A10 is Cyan = 0.71, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 44 | 154 | 16 | - |
| CMYK | 0.71 | 0 | 0.90 | 0.40 |
| HSL | 107.83º | 0.81% | 0.33% | - |
| HSV(B) | 107.83º | 0.9% | 0.6% | - |
| XYZ | 12.69 | 23.68 | 4.39 | - |
| YUV | 105.38 | 77.56 | 84.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 154 | 16 | 0.71 | 0 | 0.90 | 0.40 | 107.83 | 0.81 | 0.33 |
| Hex | 2C | 9A | 10 | 47 | 0 | 5A | 28 | 6C | 51 | 21 |
| Octal | 54 | 232 | 20 | 107 | 0 | 132 | 50 | 154 | 121 | 41 |
| Binary | 101100 | 10011010 | 10000 | 1000111 | 0 | 1011010 | 101000 | 1101100 | 1010001 | 100001 |
Color Harmonies of #2C9A10
Complementary color
Monochromatic Colors of #2C9A10
Black with #2C9A10
Text Example
Text Example
White with #2C9A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C9A10; }
p { color: rgb(44,154,16); }
H1.HeaderClassName
{
color: #2C9A10;
}
.AnyTagClassName
{
color: #2C9A10;
}
</style>
background-color css
<style>
a { background-color: #2C9A10; }
a { background-color: rgb(44,154,16); }
div.DivClassName
{
background-color: #2C9A10;
}
.BgClassName
{
background-color: #2C9A10;
}
</style>
border-color css
<style>
span { border-color: #2C9A10; }
span { border-color: rgb(44,154,16); }
td.TdClassName
{
border-color: #2C9A10;
}
.TagClassName
{
border-color: #2C9A10;
}
</style>