Shades of Forest Green #0D7C1E
Tints of Forest Green #0D7C1E
RGB
CMYK
RGB Variations
Color information
#0D7C1E (or 0x0D7C1E) is known color: Forest Green. HEX triplet: 0D, 7C and 1E. RGB value is (13,124,30). Sum of RGB (Red+Green+Blue) = 13+124+30=167 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.78% from 167); Green value is 124 (48.83% from 255 or 74.25% from 167); Blue value is 30 (12.11% from 255 or 17.96% from 167); Max value from RGB is 124 - color contains mainly: green. Hex color #0D7C1E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D7C1E is #F283E1. Grayscale: #505050. Windows color (decimal): -15893474 or 1997837. OLE color: 1997837.
HSL color Cylindrical-coordinate representation of color #0D7C1E: hue angle of 129.19º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D7C1E is Cyan = 0.90, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 13 | 124 | 30 | - |
| CMYK | 0.90 | 0 | 0.76 | 0.51 |
| HSL | 129.19º | 0.81% | 0.27% | - |
| HSV(B) | 129.19º | 0.9% | 0.49% | - |
| XYZ | 7.61 | 14.59 | 3.64 | - |
| YUV | 80.1 | 99.73 | 80.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 124 | 30 | 0.90 | 0 | 0.76 | 0.51 | 129.19 | 0.81 | 0.27 |
| Hex | D | 7C | 1E | 5A | 0 | 4C | 33 | 81 | 51 | 1B |
| Octal | 15 | 174 | 36 | 132 | 0 | 114 | 63 | 201 | 121 | 33 |
| Binary | 1101 | 1111100 | 11110 | 1011010 | 0 | 1001100 | 110011 | 10000001 | 1010001 | 11011 |
Color Harmonies of #0D7C1E
Complementary color
Monochromatic Colors of #0D7C1E
Black with #0D7C1E
Text Example
Text Example
White with #0D7C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D7C1E; }
p { color: rgb(13,124,30); }
H1.HeaderClassName
{
color: #0D7C1E;
}
.AnyTagClassName
{
color: #0D7C1E;
}
</style>
background-color css
<style>
a { background-color: #0D7C1E; }
a { background-color: rgb(13,124,30); }
div.DivClassName
{
background-color: #0D7C1E;
}
.BgClassName
{
background-color: #0D7C1E;
}
</style>
border-color css
<style>
span { border-color: #0D7C1E; }
span { border-color: rgb(13,124,30); }
td.TdClassName
{
border-color: #0D7C1E;
}
.TagClassName
{
border-color: #0D7C1E;
}
</style>