Shades of Forest Green #2C8F38
Tints of Forest Green #2C8F38
RGB
CMYK
RGB Variations
Color information
#2C8F38 (or 0x2C8F38) is known color: Forest Green. HEX triplet: 2C, 8F and 38. RGB value is (44,143,56). Sum of RGB (Red+Green+Blue) = 44+143+56=243 (32% of max value = 765). Red value is 44 (17.58% from 255 or 18.11% from 243); Green value is 143 (56.25% from 255 or 58.85% from 243); Blue value is 56 (22.27% from 255 or 23.05% from 243); Max value from RGB is 143 - color contains mainly: green. Hex color #2C8F38 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C8F38 is #D370C7. Grayscale: #676767. Windows color (decimal): -13856968 or 3706668. OLE color: 3706668.
HSL color Cylindrical-coordinate representation of color #2C8F38: hue angle of 127.27º 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 #2C8F38 is Cyan = 0.69, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 44 | 143 | 56 | - |
| CMYK | 0.69 | 0 | 0.61 | 0.44 |
| HSL | 127.27º | 0.53% | 0.37% | - |
| HSV(B) | 127.27º | 0.69% | 0.56% | - |
| XYZ | 11.57 | 20.47 | 7.08 | - |
| YUV | 103.48 | 101.2 | 85.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 143 | 56 | 0.69 | 0 | 0.61 | 0.44 | 127.27 | 0.53 | 0.37 |
| Hex | 2C | 8F | 38 | 45 | 0 | 3D | 2C | 7F | 35 | 25 |
| Octal | 54 | 217 | 70 | 105 | 0 | 75 | 54 | 177 | 65 | 45 |
| Binary | 101100 | 10001111 | 111000 | 1000101 | 0 | 111101 | 101100 | 1111111 | 110101 | 100101 |
Color Harmonies of #2C8F38
Complementary color
Monochromatic Colors of #2C8F38
Black with #2C8F38
Text Example
Text Example
White with #2C8F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C8F38; }
p { color: rgb(44,143,56); }
H1.HeaderClassName
{
color: #2C8F38;
}
.AnyTagClassName
{
color: #2C8F38;
}
</style>
background-color css
<style>
a { background-color: #2C8F38; }
a { background-color: rgb(44,143,56); }
div.DivClassName
{
background-color: #2C8F38;
}
.BgClassName
{
background-color: #2C8F38;
}
</style>
border-color css
<style>
span { border-color: #2C8F38; }
span { border-color: rgb(44,143,56); }
td.TdClassName
{
border-color: #2C8F38;
}
.TagClassName
{
border-color: #2C8F38;
}
</style>