Shades of Forest Green #07922A
Tints of Forest Green #07922A
RGB
CMYK
RGB Variations
Color information
#07922A (or 0x07922A) is known color: Forest Green. HEX triplet: 07, 92 and 2A. RGB value is (7,146,42). Sum of RGB (Red+Green+Blue) = 7+146+42=195 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.59% from 195); Green value is 146 (57.42% from 255 or 74.87% from 195); Blue value is 42 (16.80% from 255 or 21.54% from 195); Max value from RGB is 146 - color contains mainly: green. Hex color #07922A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07922A is #F86DD5. Grayscale: #5C5C5C. Windows color (decimal): -16281046 or 2789895. OLE color: 2789895.
HSL color Cylindrical-coordinate representation of color #07922A: hue angle of 135.11º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07922A is Cyan = 0.95, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 7 | 146 | 42 | - |
| CMYK | 0.95 | 0 | 0.71 | 0.43 |
| HSL | 135.11º | 0.91% | 0.3% | - |
| HSV(B) | 135.11º | 0.95% | 0.57% | - |
| XYZ | 10.78 | 20.77 | 5.63 | - |
| YUV | 92.58 | 99.45 | 66.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 146 | 42 | 0.95 | 0 | 0.71 | 0.43 | 135.11 | 0.91 | 0.3 |
| Hex | 7 | 92 | 2A | 5F | 0 | 47 | 2B | 87 | 5B | 1E |
| Octal | 7 | 222 | 52 | 137 | 0 | 107 | 53 | 207 | 133 | 36 |
| Binary | 111 | 10010010 | 101010 | 1011111 | 0 | 1000111 | 101011 | 10000111 | 1011011 | 11110 |
Color Harmonies of #07922A
Complementary color
Monochromatic Colors of #07922A
Black with #07922A
Text Example
Text Example
White with #07922A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07922A; }
p { color: rgb(7,146,42); }
H1.HeaderClassName
{
color: #07922A;
}
.AnyTagClassName
{
color: #07922A;
}
</style>
background-color css
<style>
a { background-color: #07922A; }
a { background-color: rgb(7,146,42); }
div.DivClassName
{
background-color: #07922A;
}
.BgClassName
{
background-color: #07922A;
}
</style>
border-color css
<style>
span { border-color: #07922A; }
span { border-color: rgb(7,146,42); }
td.TdClassName
{
border-color: #07922A;
}
.TagClassName
{
border-color: #07922A;
}
</style>