Shades of Forest Green #2C963D
Tints of Forest Green #2C963D
RGB
CMYK
RGB Variations
Color information
#2C963D (or 0x2C963D) is known color: Forest Green. HEX triplet: 2C, 96 and 3D. RGB value is (44,150,61). Sum of RGB (Red+Green+Blue) = 44+150+61=255 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.25% from 255); Green value is 150 (58.98% from 255 or 58.82% from 255); Blue value is 61 (24.22% from 255 or 23.92% from 255); Max value from RGB is 150 - color contains mainly: green. Hex color #2C963D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C963D is #D369C2. Grayscale: #6C6C6C. Windows color (decimal): -13855171 or 4036140. OLE color: 4036140.
HSL color Cylindrical-coordinate representation of color #2C963D: hue angle of 129.62º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2C963D is Cyan = 0.71, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 44 | 150 | 61 | - |
| CMYK | 0.71 | 0 | 0.59 | 0.41 |
| HSL | 129.62º | 0.55% | 0.38% | - |
| HSV(B) | 129.62º | 0.71% | 0.59% | - |
| XYZ | 12.79 | 22.69 | 8.12 | - |
| YUV | 108.16 | 101.38 | 82.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 150 | 61 | 0.71 | 0 | 0.59 | 0.41 | 129.62 | 0.55 | 0.38 |
| Hex | 2C | 96 | 3D | 47 | 0 | 3B | 29 | 82 | 37 | 26 |
| Octal | 54 | 226 | 75 | 107 | 0 | 73 | 51 | 202 | 67 | 46 |
| Binary | 101100 | 10010110 | 111101 | 1000111 | 0 | 111011 | 101001 | 10000010 | 110111 | 100110 |
Color Harmonies of #2C963D
Complementary color
Monochromatic Colors of #2C963D
Black with #2C963D
Text Example
Text Example
White with #2C963D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C963D; }
p { color: rgb(44,150,61); }
H1.HeaderClassName
{
color: #2C963D;
}
.AnyTagClassName
{
color: #2C963D;
}
</style>
background-color css
<style>
a { background-color: #2C963D; }
a { background-color: rgb(44,150,61); }
div.DivClassName
{
background-color: #2C963D;
}
.BgClassName
{
background-color: #2C963D;
}
</style>
border-color css
<style>
span { border-color: #2C963D; }
span { border-color: rgb(44,150,61); }
td.TdClassName
{
border-color: #2C963D;
}
.TagClassName
{
border-color: #2C963D;
}
</style>