Shades of Forest Green #078F2F
Tints of Forest Green #078F2F
RGB
CMYK
RGB Variations
Color information
#078F2F (or 0x078F2F) is known color: Forest Green. HEX triplet: 07, 8F and 2F. RGB value is (7,143,47). Sum of RGB (Red+Green+Blue) = 7+143+47=197 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.55% from 197); Green value is 143 (56.25% from 255 or 72.59% from 197); Blue value is 47 (18.75% from 255 or 23.86% from 197); Max value from RGB is 143 - color contains mainly: green. Hex color #078F2F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #078F2F is #F870D0. Grayscale: #5B5B5B. Windows color (decimal): -16281809 or 3116807. OLE color: 3116807.
HSL color Cylindrical-coordinate representation of color #078F2F: hue angle of 137.65º 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 #078F2F is Cyan = 0.95, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 7 | 143 | 47 | - |
| CMYK | 0.95 | 0 | 0.67 | 0.44 |
| HSL | 137.65º | 0.91% | 0.29% | - |
| HSV(B) | 137.65º | 0.95% | 0.56% | - |
| XYZ | 10.42 | 19.9 | 5.98 | - |
| YUV | 91.39 | 102.94 | 67.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 143 | 47 | 0.95 | 0 | 0.67 | 0.44 | 137.65 | 0.91 | 0.29 |
| Hex | 7 | 8F | 2F | 5F | 0 | 43 | 2C | 8A | 5B | 1D |
| Octal | 7 | 217 | 57 | 137 | 0 | 103 | 54 | 212 | 133 | 35 |
| Binary | 111 | 10001111 | 101111 | 1011111 | 0 | 1000011 | 101100 | 10001010 | 1011011 | 11101 |
Color Harmonies of #078F2F
Complementary color
Monochromatic Colors of #078F2F
Black with #078F2F
Text Example
Text Example
White with #078F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078F2F; }
p { color: rgb(7,143,47); }
H1.HeaderClassName
{
color: #078F2F;
}
.AnyTagClassName
{
color: #078F2F;
}
</style>
background-color css
<style>
a { background-color: #078F2F; }
a { background-color: rgb(7,143,47); }
div.DivClassName
{
background-color: #078F2F;
}
.BgClassName
{
background-color: #078F2F;
}
</style>
border-color css
<style>
span { border-color: #078F2F; }
span { border-color: rgb(7,143,47); }
td.TdClassName
{
border-color: #078F2F;
}
.TagClassName
{
border-color: #078F2F;
}
</style>