Shades of Forest Green #0A7C1D
Tints of Forest Green #0A7C1D
RGB
CMYK
RGB Variations
Color information
#0A7C1D (or 0x0A7C1D) is known color: Forest Green. HEX triplet: 0A, 7C and 1D. RGB value is (10,124,29). Sum of RGB (Red+Green+Blue) = 10+124+29=163 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.13% from 163); Green value is 124 (48.83% from 255 or 76.07% from 163); Blue value is 29 (11.72% from 255 or 17.79% from 163); Max value from RGB is 124 - color contains mainly: green. Hex color #0A7C1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A7C1D is #F583E2. Grayscale: #4F4F4F. Windows color (decimal): -16090083 or 1932298. OLE color: 1932298.
HSL color Cylindrical-coordinate representation of color #0A7C1D: hue angle of 130º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A7C1D is Cyan = 0.92, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 10 | 124 | 29 | - |
| CMYK | 0.92 | 0 | 0.77 | 0.51 |
| HSL | 130º | 0.85% | 0.26% | - |
| HSV(B) | 130º | 0.92% | 0.49% | - |
| XYZ | 7.55 | 14.57 | 3.58 | - |
| YUV | 79.08 | 99.73 | 78.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 124 | 29 | 0.92 | 0 | 0.77 | 0.51 | 130 | 0.85 | 0.26 |
| Hex | A | 7C | 1D | 5C | 0 | 4D | 33 | 82 | 55 | 1A |
| Octal | 12 | 174 | 35 | 134 | 0 | 115 | 63 | 202 | 125 | 32 |
| Binary | 1010 | 1111100 | 11101 | 1011100 | 0 | 1001101 | 110011 | 10000010 | 1010101 | 11010 |
Color Harmonies of #0A7C1D
Complementary color
Monochromatic Colors of #0A7C1D
Black with #0A7C1D
Text Example
Text Example
White with #0A7C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7C1D; }
p { color: rgb(10,124,29); }
H1.HeaderClassName
{
color: #0A7C1D;
}
.AnyTagClassName
{
color: #0A7C1D;
}
</style>
background-color css
<style>
a { background-color: #0A7C1D; }
a { background-color: rgb(10,124,29); }
div.DivClassName
{
background-color: #0A7C1D;
}
.BgClassName
{
background-color: #0A7C1D;
}
</style>
border-color css
<style>
span { border-color: #0A7C1D; }
span { border-color: rgb(10,124,29); }
td.TdClassName
{
border-color: #0A7C1D;
}
.TagClassName
{
border-color: #0A7C1D;
}
</style>