Shades of Forest Green #0A7F1D
Tints of Forest Green #0A7F1D
RGB
CMYK
RGB Variations
Color information
#0A7F1D (or 0x0A7F1D) is known color: Forest Green. HEX triplet: 0A, 7F and 1D. RGB value is (10,127,29). Sum of RGB (Red+Green+Blue) = 10+127+29=166 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.02% from 166); Green value is 127 (50% from 255 or 76.51% from 166); Blue value is 29 (11.72% from 255 or 17.47% from 166); Max value from RGB is 127 - color contains mainly: green. Hex color #0A7F1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A7F1D is #F580E2. Grayscale: #515151. Windows color (decimal): -16089315 or 1933066. OLE color: 1933066.
HSL color Cylindrical-coordinate representation of color #0A7F1D: hue angle of 129.74º degrees, saturation: 0.85, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A7F1D is Cyan = 0.92, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 10 | 127 | 29 | - |
| CMYK | 0.92 | 0 | 0.77 | 0.50 |
| HSL | 129.74º | 0.85% | 0.27% | - |
| HSV(B) | 129.74º | 0.92% | 0.5% | - |
| XYZ | 7.94 | 15.33 | 3.7 | - |
| YUV | 80.85 | 98.74 | 77.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 127 | 29 | 0.92 | 0 | 0.77 | 0.50 | 129.74 | 0.85 | 0.27 |
| Hex | A | 7F | 1D | 5C | 0 | 4D | 32 | 82 | 55 | 1B |
| Octal | 12 | 177 | 35 | 134 | 0 | 115 | 62 | 202 | 125 | 33 |
| Binary | 1010 | 1111111 | 11101 | 1011100 | 0 | 1001101 | 110010 | 10000010 | 1010101 | 11011 |
Color Harmonies of #0A7F1D
Complementary color
Monochromatic Colors of #0A7F1D
Black with #0A7F1D
Text Example
Text Example
White with #0A7F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7F1D; }
p { color: rgb(10,127,29); }
H1.HeaderClassName
{
color: #0A7F1D;
}
.AnyTagClassName
{
color: #0A7F1D;
}
</style>
background-color css
<style>
a { background-color: #0A7F1D; }
a { background-color: rgb(10,127,29); }
div.DivClassName
{
background-color: #0A7F1D;
}
.BgClassName
{
background-color: #0A7F1D;
}
</style>
border-color css
<style>
span { border-color: #0A7F1D; }
span { border-color: rgb(10,127,29); }
td.TdClassName
{
border-color: #0A7F1D;
}
.TagClassName
{
border-color: #0A7F1D;
}
</style>