Shades of Forest Green #2C8F35
Tints of Forest Green #2C8F35
RGB
CMYK
RGB Variations
Color information
#2C8F35 (or 0x2C8F35) is known color: Forest Green. HEX triplet: 2C, 8F and 35. RGB value is (44,143,53). Sum of RGB (Red+Green+Blue) = 44+143+53=240 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.33% from 240); Green value is 143 (56.25% from 255 or 59.58% from 240); Blue value is 53 (21.09% from 255 or 22.08% from 240); Max value from RGB is 143 - color contains mainly: green. Hex color #2C8F35 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C8F35 is #D370CA. Grayscale: #676767. Windows color (decimal): -13856971 or 3510060. OLE color: 3510060.
HSL color Cylindrical-coordinate representation of color #2C8F35: hue angle of 125.45º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2C8F35 is Cyan = 0.69, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 44 | 143 | 53 | - |
| CMYK | 0.69 | 0 | 0.63 | 0.44 |
| HSL | 125.45º | 0.53% | 0.37% | - |
| HSV(B) | 125.45º | 0.69% | 0.56% | - |
| XYZ | 11.5 | 20.44 | 6.71 | - |
| YUV | 103.14 | 99.7 | 85.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 143 | 53 | 0.69 | 0 | 0.63 | 0.44 | 125.45 | 0.53 | 0.37 |
| Hex | 2C | 8F | 35 | 45 | 0 | 3F | 2C | 7D | 35 | 25 |
| Octal | 54 | 217 | 65 | 105 | 0 | 77 | 54 | 175 | 65 | 45 |
| Binary | 101100 | 10001111 | 110101 | 1000101 | 0 | 111111 | 101100 | 1111101 | 110101 | 100101 |
Color Harmonies of #2C8F35
Complementary color
Monochromatic Colors of #2C8F35
Black with #2C8F35
Text Example
Text Example
White with #2C8F35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C8F35; }
p { color: rgb(44,143,53); }
H1.HeaderClassName
{
color: #2C8F35;
}
.AnyTagClassName
{
color: #2C8F35;
}
</style>
background-color css
<style>
a { background-color: #2C8F35; }
a { background-color: rgb(44,143,53); }
div.DivClassName
{
background-color: #2C8F35;
}
.BgClassName
{
background-color: #2C8F35;
}
</style>
border-color css
<style>
span { border-color: #2C8F35; }
span { border-color: rgb(44,143,53); }
td.TdClassName
{
border-color: #2C8F35;
}
.TagClassName
{
border-color: #2C8F35;
}
</style>