Shades of Forest Green #078F2A
Tints of Forest Green #078F2A
RGB
CMYK
RGB Variations
Color information
#078F2A (or 0x078F2A) is known color: Forest Green. HEX triplet: 07, 8F and 2A. RGB value is (7,143,42). Sum of RGB (Red+Green+Blue) = 7+143+42=192 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.65% from 192); Green value is 143 (56.25% from 255 or 74.48% from 192); Blue value is 42 (16.80% from 255 or 21.88% from 192); Max value from RGB is 143 - color contains mainly: green. Hex color #078F2A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #078F2A is #F870D5. Grayscale: #5B5B5B. Windows color (decimal): -16281814 or 2789127. OLE color: 2789127.
HSL color Cylindrical-coordinate representation of color #078F2A: hue angle of 135.44º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078F2A is Cyan = 0.95, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 7 | 143 | 42 | - |
| CMYK | 0.95 | 0 | 0.71 | 0.44 |
| HSL | 135.44º | 0.91% | 0.29% | - |
| HSV(B) | 135.44º | 0.95% | 0.56% | - |
| XYZ | 10.33 | 19.86 | 5.48 | - |
| YUV | 90.82 | 100.44 | 68.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 143 | 42 | 0.95 | 0 | 0.71 | 0.44 | 135.44 | 0.91 | 0.29 |
| Hex | 7 | 8F | 2A | 5F | 0 | 47 | 2C | 87 | 5B | 1D |
| Octal | 7 | 217 | 52 | 137 | 0 | 107 | 54 | 207 | 133 | 35 |
| Binary | 111 | 10001111 | 101010 | 1011111 | 0 | 1000111 | 101100 | 10000111 | 1011011 | 11101 |
Color Harmonies of #078F2A
Complementary color
Monochromatic Colors of #078F2A
Black with #078F2A
Text Example
Text Example
White with #078F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078F2A; }
p { color: rgb(7,143,42); }
H1.HeaderClassName
{
color: #078F2A;
}
.AnyTagClassName
{
color: #078F2A;
}
</style>
background-color css
<style>
a { background-color: #078F2A; }
a { background-color: rgb(7,143,42); }
div.DivClassName
{
background-color: #078F2A;
}
.BgClassName
{
background-color: #078F2A;
}
</style>
border-color css
<style>
span { border-color: #078F2A; }
span { border-color: rgb(7,143,42); }
td.TdClassName
{
border-color: #078F2A;
}
.TagClassName
{
border-color: #078F2A;
}
</style>