Shades of Forest Green #078C2C
Tints of Forest Green #078C2C
RGB
CMYK
RGB Variations
Color information
#078C2C (or 0x078C2C) is known color: Forest Green. HEX triplet: 07, 8C and 2C. RGB value is (7,140,44). Sum of RGB (Red+Green+Blue) = 7+140+44=191 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.66% from 191); Green value is 140 (55.08% from 255 or 73.30% from 191); Blue value is 44 (17.58% from 255 or 23.04% from 191); Max value from RGB is 140 - color contains mainly: green. Hex color #078C2C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #078C2C is #F873D3. Grayscale: #595959. Windows color (decimal): -16282580 or 2919431. OLE color: 2919431.
HSL color Cylindrical-coordinate representation of color #078C2C: hue angle of 136.69º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078C2C is Cyan = 0.95, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 7 | 140 | 44 | - |
| CMYK | 0.95 | 0 | 0.69 | 0.45 |
| HSL | 136.69º | 0.9% | 0.29% | - |
| HSV(B) | 136.69º | 0.95% | 0.55% | - |
| XYZ | 9.92 | 18.98 | 5.52 | - |
| YUV | 89.29 | 102.44 | 69.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 140 | 44 | 0.95 | 0 | 0.69 | 0.45 | 136.69 | 0.9 | 0.29 |
| Hex | 7 | 8C | 2C | 5F | 0 | 45 | 2D | 89 | 5A | 1D |
| Octal | 7 | 214 | 54 | 137 | 0 | 105 | 55 | 211 | 132 | 35 |
| Binary | 111 | 10001100 | 101100 | 1011111 | 0 | 1000101 | 101101 | 10001001 | 1011010 | 11101 |
Color Harmonies of #078C2C
Complementary color
Monochromatic Colors of #078C2C
Black with #078C2C
Text Example
Text Example
White with #078C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078C2C; }
p { color: rgb(7,140,44); }
H1.HeaderClassName
{
color: #078C2C;
}
.AnyTagClassName
{
color: #078C2C;
}
</style>
background-color css
<style>
a { background-color: #078C2C; }
a { background-color: rgb(7,140,44); }
div.DivClassName
{
background-color: #078C2C;
}
.BgClassName
{
background-color: #078C2C;
}
</style>
border-color css
<style>
span { border-color: #078C2C; }
span { border-color: rgb(7,140,44); }
td.TdClassName
{
border-color: #078C2C;
}
.TagClassName
{
border-color: #078C2C;
}
</style>