Shades of Forest Green #2CA825
Tints of Forest Green #2CA825
RGB
CMYK
RGB Variations
Color information
#2CA825 (or 0x2CA825) is known color: Forest Green. HEX triplet: 2C, A8 and 25. RGB value is (44,168,37). Sum of RGB (Red+Green+Blue) = 44+168+37=249 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.67% from 249); Green value is 168 (66.02% from 255 or 67.47% from 249); Blue value is 37 (14.84% from 255 or 14.86% from 249); Max value from RGB is 168 - color contains mainly: green. Hex color #2CA825 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CA825 is #D357DA. Grayscale: #747474. Windows color (decimal): -13850587 or 2467884. OLE color: 2467884.
HSL color Cylindrical-coordinate representation of color #2CA825: hue angle of 116.79º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2CA825 is Cyan = 0.74, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 44 | 168 | 37 | - |
| CMYK | 0.74 | 0 | 0.78 | 0.34 |
| HSL | 116.79º | 0.64% | 0.4% | - |
| HSV(B) | 116.79º | 0.78% | 0.66% | - |
| XYZ | 15.38 | 28.67 | 6.47 | - |
| YUV | 115.99 | 83.42 | 76.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 168 | 37 | 0.74 | 0 | 0.78 | 0.34 | 116.79 | 0.64 | 0.4 |
| Hex | 2C | A8 | 25 | 4A | 0 | 4E | 22 | 75 | 40 | 28 |
| Octal | 54 | 250 | 45 | 112 | 0 | 116 | 42 | 165 | 100 | 50 |
| Binary | 101100 | 10101000 | 100101 | 1001010 | 0 | 1001110 | 100010 | 1110101 | 1000000 | 101000 |
Color Harmonies of #2CA825
Complementary color
Monochromatic Colors of #2CA825
Black with #2CA825
Text Example
Text Example
White with #2CA825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CA825; }
p { color: rgb(44,168,37); }
H1.HeaderClassName
{
color: #2CA825;
}
.AnyTagClassName
{
color: #2CA825;
}
</style>
background-color css
<style>
a { background-color: #2CA825; }
a { background-color: rgb(44,168,37); }
div.DivClassName
{
background-color: #2CA825;
}
.BgClassName
{
background-color: #2CA825;
}
</style>
border-color css
<style>
span { border-color: #2CA825; }
span { border-color: rgb(44,168,37); }
td.TdClassName
{
border-color: #2CA825;
}
.TagClassName
{
border-color: #2CA825;
}
</style>