Shades of Forest Green #2C8A08
Tints of Forest Green #2C8A08
RGB
CMYK
RGB Variations
Color information
#2C8A08 (or 0x2C8A08) is known color: Forest Green. HEX triplet: 2C, 8A and 08. RGB value is (44,138,8). Sum of RGB (Red+Green+Blue) = 44+138+8=190 (25% of max value = 765). Red value is 44 (17.58% from 255 or 23.16% from 190); Green value is 138 (54.30% from 255 or 72.63% from 190); Blue value is 8 (3.52% from 255 or 4.21% from 190); Max value from RGB is 138 - color contains mainly: green. Hex color #2C8A08 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2C8A08 is #D375F7. Grayscale: #5F5F5F. Windows color (decimal): -13858296 or 559660. OLE color: 559660.
HSL color Cylindrical-coordinate representation of color #2C8A08: hue angle of 103.38º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2C8A08 is Cyan = 0.68, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 44 | 138 | 8 | - |
| CMYK | 0.68 | 0 | 0.94 | 0.46 |
| HSL | 103.38º | 0.89% | 0.29% | - |
| HSV(B) | 103.38º | 0.94% | 0.54% | - |
| XYZ | 10.17 | 18.73 | 3.31 | - |
| YUV | 95.07 | 78.86 | 91.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 138 | 8 | 0.68 | 0 | 0.94 | 0.46 | 103.38 | 0.89 | 0.29 |
| Hex | 2C | 8A | 8 | 44 | 0 | 5E | 2E | 67 | 59 | 1D |
| Octal | 54 | 212 | 10 | 104 | 0 | 136 | 56 | 147 | 131 | 35 |
| Binary | 101100 | 10001010 | 1000 | 1000100 | 0 | 1011110 | 101110 | 1100111 | 1011001 | 11101 |
Color Harmonies of #2C8A08
Complementary color
Monochromatic Colors of #2C8A08
Black with #2C8A08
Text Example
Text Example
White with #2C8A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C8A08; }
p { color: rgb(44,138,8); }
H1.HeaderClassName
{
color: #2C8A08;
}
.AnyTagClassName
{
color: #2C8A08;
}
</style>
background-color css
<style>
a { background-color: #2C8A08; }
a { background-color: rgb(44,138,8); }
div.DivClassName
{
background-color: #2C8A08;
}
.BgClassName
{
background-color: #2C8A08;
}
</style>
border-color css
<style>
span { border-color: #2C8A08; }
span { border-color: rgb(44,138,8); }
td.TdClassName
{
border-color: #2C8A08;
}
.TagClassName
{
border-color: #2C8A08;
}
</style>