Shades of Forest Green #07902F
Tints of Forest Green #07902F
RGB
CMYK
RGB Variations
Color information
#07902F (or 0x07902F) is known color: Forest Green. HEX triplet: 07, 90 and 2F. RGB value is (7,144,47). Sum of RGB (Red+Green+Blue) = 7+144+47=198 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.54% from 198); Green value is 144 (56.64% from 255 or 72.73% from 198); Blue value is 47 (18.75% from 255 or 23.74% from 198); Max value from RGB is 144 - color contains mainly: green. Hex color #07902F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07902F is #F86FD0. Grayscale: #5C5C5C. Windows color (decimal): -16281553 or 3117063. OLE color: 3117063.
HSL color Cylindrical-coordinate representation of color #07902F: hue angle of 137.52º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07902F is Cyan = 0.95, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 7 | 144 | 47 | - |
| CMYK | 0.95 | 0 | 0.67 | 0.44 |
| HSL | 137.52º | 0.91% | 0.3% | - |
| HSV(B) | 137.52º | 0.95% | 0.56% | - |
| XYZ | 10.57 | 20.2 | 6.03 | - |
| YUV | 91.98 | 102.61 | 67.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 144 | 47 | 0.95 | 0 | 0.67 | 0.44 | 137.52 | 0.91 | 0.3 |
| Hex | 7 | 90 | 2F | 5F | 0 | 43 | 2C | 8A | 5B | 1E |
| Octal | 7 | 220 | 57 | 137 | 0 | 103 | 54 | 212 | 133 | 36 |
| Binary | 111 | 10010000 | 101111 | 1011111 | 0 | 1000011 | 101100 | 10001010 | 1011011 | 11110 |
Color Harmonies of #07902F
Complementary color
Monochromatic Colors of #07902F
Black with #07902F
Text Example
Text Example
White with #07902F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07902F; }
p { color: rgb(7,144,47); }
H1.HeaderClassName
{
color: #07902F;
}
.AnyTagClassName
{
color: #07902F;
}
</style>
background-color css
<style>
a { background-color: #07902F; }
a { background-color: rgb(7,144,47); }
div.DivClassName
{
background-color: #07902F;
}
.BgClassName
{
background-color: #07902F;
}
</style>
border-color css
<style>
span { border-color: #07902F; }
span { border-color: rgb(7,144,47); }
td.TdClassName
{
border-color: #07902F;
}
.TagClassName
{
border-color: #07902F;
}
</style>