Shades of Forest Green #2CA30D
Tints of Forest Green #2CA30D
RGB
CMYK
RGB Variations
Color information
#2CA30D (or 0x2CA30D) is known color: Forest Green. HEX triplet: 2C, A3 and 0D. RGB value is (44,163,13). Sum of RGB (Red+Green+Blue) = 44+163+13=220 (29% of max value = 765). Red value is 44 (17.58% from 255 or 20% from 220); Green value is 163 (64.06% from 255 or 74.09% from 220); Blue value is 13 (5.47% from 255 or 5.91% from 220); Max value from RGB is 163 - color contains mainly: green. Hex color #2CA30D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2CA30D is #D35CF2. Grayscale: #6E6E6E. Windows color (decimal): -13851891 or 893740. OLE color: 893740.
HSL color Cylindrical-coordinate representation of color #2CA30D: hue angle of 107.6º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2CA30D is Cyan = 0.73, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 44 | 163 | 13 | - |
| CMYK | 0.73 | 0 | 0.92 | 0.36 |
| HSL | 107.6º | 0.85% | 0.35% | - |
| HSV(B) | 107.6º | 0.92% | 0.64% | - |
| XYZ | 14.21 | 26.76 | 4.8 | - |
| YUV | 110.32 | 73.08 | 80.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 163 | 13 | 0.73 | 0 | 0.92 | 0.36 | 107.6 | 0.85 | 0.35 |
| Hex | 2C | A3 | D | 49 | 0 | 5C | 24 | 6C | 55 | 23 |
| Octal | 54 | 243 | 15 | 111 | 0 | 134 | 44 | 154 | 125 | 43 |
| Binary | 101100 | 10100011 | 1101 | 1001001 | 0 | 1011100 | 100100 | 1101100 | 1010101 | 100011 |
Color Harmonies of #2CA30D
Complementary color
Monochromatic Colors of #2CA30D
Black with #2CA30D
Text Example
Text Example
White with #2CA30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CA30D; }
p { color: rgb(44,163,13); }
H1.HeaderClassName
{
color: #2CA30D;
}
.AnyTagClassName
{
color: #2CA30D;
}
</style>
background-color css
<style>
a { background-color: #2CA30D; }
a { background-color: rgb(44,163,13); }
div.DivClassName
{
background-color: #2CA30D;
}
.BgClassName
{
background-color: #2CA30D;
}
</style>
border-color css
<style>
span { border-color: #2CA30D; }
span { border-color: rgb(44,163,13); }
td.TdClassName
{
border-color: #2CA30D;
}
.TagClassName
{
border-color: #2CA30D;
}
</style>