Shades of Forest Green #1A7D0C
Tints of Forest Green #1A7D0C
RGB
CMYK
RGB Variations
Color information
#1A7D0C (or 0x1A7D0C) is known color: Forest Green. HEX triplet: 1A, 7D and 0C. RGB value is (26,125,12). Sum of RGB (Red+Green+Blue) = 26+125+12=163 (21% of max value = 765). Red value is 26 (10.55% from 255 or 15.95% from 163); Green value is 125 (49.22% from 255 or 76.69% from 163); Blue value is 12 (5.08% from 255 or 7.36% from 163); Max value from RGB is 125 - color contains mainly: green. Hex color #1A7D0C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A7D0C is #E582F3. Grayscale: #525252. Windows color (decimal): -15041268 or 818458. OLE color: 818458.
HSL color Cylindrical-coordinate representation of color #1A7D0C: hue angle of 112.57º degrees, saturation: 0.82, 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 #1A7D0C is Cyan = 0.79, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 26 | 125 | 12 | - |
| CMYK | 0.79 | 0 | 0.90 | 0.51 |
| HSL | 112.57º | 0.82% | 0.27% | - |
| HSV(B) | 112.57º | 0.9% | 0.49% | - |
| XYZ | 7.83 | 14.91 | 2.81 | - |
| YUV | 82.52 | 88.2 | 87.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 125 | 12 | 0.79 | 0 | 0.90 | 0.51 | 112.57 | 0.82 | 0.27 |
| Hex | 1A | 7D | C | 4F | 0 | 5A | 33 | 71 | 52 | 1B |
| Octal | 32 | 175 | 14 | 117 | 0 | 132 | 63 | 161 | 122 | 33 |
| Binary | 11010 | 1111101 | 1100 | 1001111 | 0 | 1011010 | 110011 | 1110001 | 1010010 | 11011 |
Color Harmonies of #1A7D0C
Complementary color
Monochromatic Colors of #1A7D0C
Black with #1A7D0C
Text Example
Text Example
White with #1A7D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A7D0C; }
p { color: rgb(26,125,12); }
H1.HeaderClassName
{
color: #1A7D0C;
}
.AnyTagClassName
{
color: #1A7D0C;
}
</style>
background-color css
<style>
a { background-color: #1A7D0C; }
a { background-color: rgb(26,125,12); }
div.DivClassName
{
background-color: #1A7D0C;
}
.BgClassName
{
background-color: #1A7D0C;
}
</style>
border-color css
<style>
span { border-color: #1A7D0C; }
span { border-color: rgb(26,125,12); }
td.TdClassName
{
border-color: #1A7D0C;
}
.TagClassName
{
border-color: #1A7D0C;
}
</style>