Shades of Forest Green #07A224
Tints of Forest Green #07A224
RGB
CMYK
RGB Variations
Color information
#07A224 (or 0x07A224) is known color: Forest Green. HEX triplet: 07, A2 and 24. RGB value is (7,162,36). Sum of RGB (Red+Green+Blue) = 7+162+36=205 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.41% from 205); Green value is 162 (63.67% from 255 or 79.02% from 205); Blue value is 36 (14.45% from 255 or 17.56% from 205); Max value from RGB is 162 - color contains mainly: green. Hex color #07A224 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07A224 is #F85DDB. Grayscale: #656565. Windows color (decimal): -16276956 or 2400775. OLE color: 2400775.
HSL color Cylindrical-coordinate representation of color #07A224: hue angle of 131.23º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07A224 is Cyan = 0.96, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 7 | 162 | 36 | - |
| CMYK | 0.96 | 0 | 0.78 | 0.36 |
| HSL | 131.23º | 0.92% | 0.33% | - |
| HSV(B) | 131.23º | 0.96% | 0.64% | - |
| XYZ | 13.33 | 26.01 | 5.99 | - |
| YUV | 101.29 | 91.15 | 60.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 162 | 36 | 0.96 | 0 | 0.78 | 0.36 | 131.23 | 0.92 | 0.33 |
| Hex | 7 | A2 | 24 | 60 | 0 | 4E | 24 | 83 | 5C | 21 |
| Octal | 7 | 242 | 44 | 140 | 0 | 116 | 44 | 203 | 134 | 41 |
| Binary | 111 | 10100010 | 100100 | 1100000 | 0 | 1001110 | 100100 | 10000011 | 1011100 | 100001 |
Color Harmonies of #07A224
Complementary color
Monochromatic Colors of #07A224
Black with #07A224
Text Example
Text Example
White with #07A224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07A224; }
p { color: rgb(7,162,36); }
H1.HeaderClassName
{
color: #07A224;
}
.AnyTagClassName
{
color: #07A224;
}
</style>
background-color css
<style>
a { background-color: #07A224; }
a { background-color: rgb(7,162,36); }
div.DivClassName
{
background-color: #07A224;
}
.BgClassName
{
background-color: #07A224;
}
</style>
border-color css
<style>
span { border-color: #07A224; }
span { border-color: rgb(7,162,36); }
td.TdClassName
{
border-color: #07A224;
}
.TagClassName
{
border-color: #07A224;
}
</style>