Shades of Forest Green #078A2C
Tints of Forest Green #078A2C
RGB
CMYK
RGB Variations
Color information
#078A2C (or 0x078A2C) is known color: Forest Green. HEX triplet: 07, 8A and 2C. RGB value is (7,138,44). Sum of RGB (Red+Green+Blue) = 7+138+44=189 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.70% from 189); Green value is 138 (54.30% from 255 or 73.02% from 189); Blue value is 44 (17.58% from 255 or 23.28% from 189); Max value from RGB is 138 - color contains mainly: green. Hex color #078A2C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #078A2C is #F875D3. Grayscale: #585858. Windows color (decimal): -16283092 or 2918919. OLE color: 2918919.
HSL color Cylindrical-coordinate representation of color #078A2C: hue angle of 136.95º 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 #078A2C is Cyan = 0.95, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 7 | 138 | 44 | - |
| CMYK | 0.95 | 0 | 0.68 | 0.46 |
| HSL | 136.95º | 0.9% | 0.28% | - |
| HSV(B) | 136.95º | 0.95% | 0.54% | - |
| XYZ | 9.63 | 18.4 | 5.43 | - |
| YUV | 88.12 | 103.1 | 70.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 138 | 44 | 0.95 | 0 | 0.68 | 0.46 | 136.95 | 0.9 | 0.28 |
| Hex | 7 | 8A | 2C | 5F | 0 | 44 | 2E | 89 | 5A | 1C |
| Octal | 7 | 212 | 54 | 137 | 0 | 104 | 56 | 211 | 132 | 34 |
| Binary | 111 | 10001010 | 101100 | 1011111 | 0 | 1000100 | 101110 | 10001001 | 1011010 | 11100 |
Color Harmonies of #078A2C
Complementary color
Monochromatic Colors of #078A2C
Black with #078A2C
Text Example
Text Example
White with #078A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078A2C; }
p { color: rgb(7,138,44); }
H1.HeaderClassName
{
color: #078A2C;
}
.AnyTagClassName
{
color: #078A2C;
}
</style>
background-color css
<style>
a { background-color: #078A2C; }
a { background-color: rgb(7,138,44); }
div.DivClassName
{
background-color: #078A2C;
}
.BgClassName
{
background-color: #078A2C;
}
</style>
border-color css
<style>
span { border-color: #078A2C; }
span { border-color: rgb(7,138,44); }
td.TdClassName
{
border-color: #078A2C;
}
.TagClassName
{
border-color: #078A2C;
}
</style>