Shades of Forest Green #0A7E1D
Tints of Forest Green #0A7E1D
RGB
CMYK
RGB Variations
Color information
#0A7E1D (or 0x0A7E1D) is known color: Forest Green. HEX triplet: 0A, 7E and 1D. RGB value is (10,126,29). Sum of RGB (Red+Green+Blue) = 10+126+29=165 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.06% from 165); Green value is 126 (49.61% from 255 or 76.36% from 165); Blue value is 29 (11.72% from 255 or 17.58% from 165); Max value from RGB is 126 - color contains mainly: green. Hex color #0A7E1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A7E1D is #F581E2. Grayscale: #505050. Windows color (decimal): -16089571 or 1932810. OLE color: 1932810.
HSL color Cylindrical-coordinate representation of color #0A7E1D: hue angle of 129.83º degrees, saturation: 0.85, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A7E1D is Cyan = 0.92, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 10 | 126 | 29 | - |
| CMYK | 0.92 | 0 | 0.77 | 0.51 |
| HSL | 129.83º | 0.85% | 0.27% | - |
| HSV(B) | 129.83º | 0.92% | 0.49% | - |
| XYZ | 7.81 | 15.07 | 3.66 | - |
| YUV | 80.26 | 99.07 | 77.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 126 | 29 | 0.92 | 0 | 0.77 | 0.51 | 129.83 | 0.85 | 0.27 |
| Hex | A | 7E | 1D | 5C | 0 | 4D | 33 | 82 | 55 | 1B |
| Octal | 12 | 176 | 35 | 134 | 0 | 115 | 63 | 202 | 125 | 33 |
| Binary | 1010 | 1111110 | 11101 | 1011100 | 0 | 1001101 | 110011 | 10000010 | 1010101 | 11011 |
Color Harmonies of #0A7E1D
Complementary color
Monochromatic Colors of #0A7E1D
Black with #0A7E1D
Text Example
Text Example
White with #0A7E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7E1D; }
p { color: rgb(10,126,29); }
H1.HeaderClassName
{
color: #0A7E1D;
}
.AnyTagClassName
{
color: #0A7E1D;
}
</style>
background-color css
<style>
a { background-color: #0A7E1D; }
a { background-color: rgb(10,126,29); }
div.DivClassName
{
background-color: #0A7E1D;
}
.BgClassName
{
background-color: #0A7E1D;
}
</style>
border-color css
<style>
span { border-color: #0A7E1D; }
span { border-color: rgb(10,126,29); }
td.TdClassName
{
border-color: #0A7E1D;
}
.TagClassName
{
border-color: #0A7E1D;
}
</style>