Shades of Forest Green #07942F
Tints of Forest Green #07942F
RGB
CMYK
RGB Variations
Color information
#07942F (or 0x07942F) is known color: Forest Green. HEX triplet: 07, 94 and 2F. RGB value is (7,148,47). Sum of RGB (Red+Green+Blue) = 7+148+47=202 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.47% from 202); Green value is 148 (58.20% from 255 or 73.27% from 202); Blue value is 47 (18.75% from 255 or 23.27% from 202); Max value from RGB is 148 - color contains mainly: green. Hex color #07942F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07942F is #F86BD0. Grayscale: #5E5E5E. Windows color (decimal): -16280529 or 3118087. OLE color: 3118087.
HSL color Cylindrical-coordinate representation of color #07942F: hue angle of 137.02º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07942F is Cyan = 0.95, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 7 | 148 | 47 | - |
| CMYK | 0.95 | 0 | 0.68 | 0.42 |
| HSL | 137.02º | 0.91% | 0.3% | - |
| HSV(B) | 137.02º | 0.95% | 0.58% | - |
| XYZ | 11.19 | 21.43 | 6.24 | - |
| YUV | 94.33 | 101.29 | 65.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 148 | 47 | 0.95 | 0 | 0.68 | 0.42 | 137.02 | 0.91 | 0.3 |
| Hex | 7 | 94 | 2F | 5F | 0 | 44 | 2A | 89 | 5B | 1E |
| Octal | 7 | 224 | 57 | 137 | 0 | 104 | 52 | 211 | 133 | 36 |
| Binary | 111 | 10010100 | 101111 | 1011111 | 0 | 1000100 | 101010 | 10001001 | 1011011 | 11110 |
Color Harmonies of #07942F
Complementary color
Monochromatic Colors of #07942F
Black with #07942F
Text Example
Text Example
White with #07942F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07942F; }
p { color: rgb(7,148,47); }
H1.HeaderClassName
{
color: #07942F;
}
.AnyTagClassName
{
color: #07942F;
}
</style>
background-color css
<style>
a { background-color: #07942F; }
a { background-color: rgb(7,148,47); }
div.DivClassName
{
background-color: #07942F;
}
.BgClassName
{
background-color: #07942F;
}
</style>
border-color css
<style>
span { border-color: #07942F; }
span { border-color: rgb(7,148,47); }
td.TdClassName
{
border-color: #07942F;
}
.TagClassName
{
border-color: #07942F;
}
</style>