Shades of Forest Green #2CA123
Tints of Forest Green #2CA123
RGB
CMYK
RGB Variations
Color information
#2CA123 (or 0x2CA123) is known color: Forest Green. HEX triplet: 2C, A1 and 23. RGB value is (44,161,35). Sum of RGB (Red+Green+Blue) = 44+161+35=240 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.33% from 240); Green value is 161 (63.28% from 255 or 67.08% from 240); Blue value is 35 (14.06% from 255 or 14.58% from 240); Max value from RGB is 161 - color contains mainly: green. Hex color #2CA123 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CA123 is #D35EDC. Grayscale: #707070. Windows color (decimal): -13852381 or 2335020. OLE color: 2335020.
HSL color Cylindrical-coordinate representation of color #2CA123: hue angle of 115.71º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2CA123 is Cyan = 0.73, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 44 | 161 | 35 | - |
| CMYK | 0.73 | 0 | 0.78 | 0.37 |
| HSL | 115.71º | 0.64% | 0.38% | - |
| HSV(B) | 115.71º | 0.78% | 0.63% | - |
| XYZ | 14.09 | 26.15 | 5.89 | - |
| YUV | 111.65 | 84.74 | 79.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 161 | 35 | 0.73 | 0 | 0.78 | 0.37 | 115.71 | 0.64 | 0.38 |
| Hex | 2C | A1 | 23 | 49 | 0 | 4E | 25 | 74 | 40 | 26 |
| Octal | 54 | 241 | 43 | 111 | 0 | 116 | 45 | 164 | 100 | 46 |
| Binary | 101100 | 10100001 | 100011 | 1001001 | 0 | 1001110 | 100101 | 1110100 | 1000000 | 100110 |
Color Harmonies of #2CA123
Complementary color
Monochromatic Colors of #2CA123
Black with #2CA123
Text Example
Text Example
White with #2CA123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CA123; }
p { color: rgb(44,161,35); }
H1.HeaderClassName
{
color: #2CA123;
}
.AnyTagClassName
{
color: #2CA123;
}
</style>
background-color css
<style>
a { background-color: #2CA123; }
a { background-color: rgb(44,161,35); }
div.DivClassName
{
background-color: #2CA123;
}
.BgClassName
{
background-color: #2CA123;
}
</style>
border-color css
<style>
span { border-color: #2CA123; }
span { border-color: rgb(44,161,35); }
td.TdClassName
{
border-color: #2CA123;
}
.TagClassName
{
border-color: #2CA123;
}
</style>