Shades of Forest Green #2C943D
Tints of Forest Green #2C943D
RGB
CMYK
RGB Variations
Color information
#2C943D (or 0x2C943D) is known color: Forest Green. HEX triplet: 2C, 94 and 3D. RGB value is (44,148,61). Sum of RGB (Red+Green+Blue) = 44+148+61=253 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.39% from 253); Green value is 148 (58.20% from 255 or 58.50% from 253); Blue value is 61 (24.22% from 255 or 24.11% from 253); Max value from RGB is 148 - color contains mainly: green. Hex color #2C943D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C943D is #D36BC2. Grayscale: #6B6B6B. Windows color (decimal): -13855683 or 4035628. OLE color: 4035628.
HSL color Cylindrical-coordinate representation of color #2C943D: hue angle of 129.81º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2C943D is Cyan = 0.70, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 44 | 148 | 61 | - |
| CMYK | 0.70 | 0 | 0.59 | 0.42 |
| HSL | 129.81º | 0.54% | 0.38% | - |
| HSV(B) | 129.81º | 0.7% | 0.58% | - |
| XYZ | 12.47 | 22.05 | 8.01 | - |
| YUV | 106.99 | 102.04 | 83.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 148 | 61 | 0.70 | 0 | 0.59 | 0.42 | 129.81 | 0.54 | 0.38 |
| Hex | 2C | 94 | 3D | 46 | 0 | 3B | 2A | 82 | 36 | 26 |
| Octal | 54 | 224 | 75 | 106 | 0 | 73 | 52 | 202 | 66 | 46 |
| Binary | 101100 | 10010100 | 111101 | 1000110 | 0 | 111011 | 101010 | 10000010 | 110110 | 100110 |
Color Harmonies of #2C943D
Complementary color
Monochromatic Colors of #2C943D
Black with #2C943D
Text Example
Text Example
White with #2C943D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C943D; }
p { color: rgb(44,148,61); }
H1.HeaderClassName
{
color: #2C943D;
}
.AnyTagClassName
{
color: #2C943D;
}
</style>
background-color css
<style>
a { background-color: #2C943D; }
a { background-color: rgb(44,148,61); }
div.DivClassName
{
background-color: #2C943D;
}
.BgClassName
{
background-color: #2C943D;
}
</style>
border-color css
<style>
span { border-color: #2C943D; }
span { border-color: rgb(44,148,61); }
td.TdClassName
{
border-color: #2C943D;
}
.TagClassName
{
border-color: #2C943D;
}
</style>