Shades of Forest Green #078A2E
Tints of Forest Green #078A2E
RGB
CMYK
RGB Variations
Color information
#078A2E (or 0x078A2E) is known color: Forest Green. HEX triplet: 07, 8A and 2E. RGB value is (7,138,46). Sum of RGB (Red+Green+Blue) = 7+138+46=191 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.66% from 191); Green value is 138 (54.30% from 255 or 72.25% from 191); Blue value is 46 (18.36% from 255 or 24.08% from 191); Max value from RGB is 138 - color contains mainly: green. Hex color #078A2E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #078A2E is #F875D1. Grayscale: #585858. Windows color (decimal): -16283090 or 3049991. OLE color: 3049991.
HSL color Cylindrical-coordinate representation of color #078A2E: hue angle of 137.86º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078A2E is Cyan = 0.95, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 7 | 138 | 46 | - |
| CMYK | 0.95 | 0 | 0.67 | 0.46 |
| HSL | 137.86º | 0.9% | 0.28% | - |
| HSV(B) | 137.86º | 0.95% | 0.54% | - |
| XYZ | 9.67 | 18.42 | 5.63 | - |
| YUV | 88.34 | 104.1 | 69.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 138 | 46 | 0.95 | 0 | 0.67 | 0.46 | 137.86 | 0.9 | 0.28 |
| Hex | 7 | 8A | 2E | 5F | 0 | 43 | 2E | 8A | 5A | 1C |
| Octal | 7 | 212 | 56 | 137 | 0 | 103 | 56 | 212 | 132 | 34 |
| Binary | 111 | 10001010 | 101110 | 1011111 | 0 | 1000011 | 101110 | 10001010 | 1011010 | 11100 |
Color Harmonies of #078A2E
Complementary color
Monochromatic Colors of #078A2E
Black with #078A2E
Text Example
Text Example
White with #078A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078A2E; }
p { color: rgb(7,138,46); }
H1.HeaderClassName
{
color: #078A2E;
}
.AnyTagClassName
{
color: #078A2E;
}
</style>
background-color css
<style>
a { background-color: #078A2E; }
a { background-color: rgb(7,138,46); }
div.DivClassName
{
background-color: #078A2E;
}
.BgClassName
{
background-color: #078A2E;
}
</style>
border-color css
<style>
span { border-color: #078A2E; }
span { border-color: rgb(7,138,46); }
td.TdClassName
{
border-color: #078A2E;
}
.TagClassName
{
border-color: #078A2E;
}
</style>