Shades of Forest Green #127D1C
Tints of Forest Green #127D1C
RGB
CMYK
RGB Variations
Color information
#127D1C (or 0x127D1C) is known color: Forest Green. HEX triplet: 12, 7D and 1C. RGB value is (18,125,28). Sum of RGB (Red+Green+Blue) = 18+125+28=171 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.53% from 171); Green value is 125 (49.22% from 255 or 73.10% from 171); Blue value is 28 (11.33% from 255 or 16.37% from 171); Max value from RGB is 125 - color contains mainly: green. Hex color #127D1C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127D1C is #ED82E3. Grayscale: #525252. Windows color (decimal): -15565540 or 1867026. OLE color: 1867026.
HSL color Cylindrical-coordinate representation of color #127D1C: hue angle of 125.61º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #127D1C is Cyan = 0.86, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 18 | 125 | 28 | - |
| CMYK | 0.86 | 0 | 0.78 | 0.51 |
| HSL | 125.61º | 0.75% | 0.28% | - |
| HSV(B) | 125.61º | 0.86% | 0.49% | - |
| XYZ | 7.79 | 14.88 | 3.56 | - |
| YUV | 81.95 | 97.55 | 82.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 125 | 28 | 0.86 | 0 | 0.78 | 0.51 | 125.61 | 0.75 | 0.28 |
| Hex | 12 | 7D | 1C | 56 | 0 | 4E | 33 | 7E | 4B | 1C |
| Octal | 22 | 175 | 34 | 126 | 0 | 116 | 63 | 176 | 113 | 34 |
| Binary | 10010 | 1111101 | 11100 | 1010110 | 0 | 1001110 | 110011 | 1111110 | 1001011 | 11100 |
Color Harmonies of #127D1C
Complementary color
Monochromatic Colors of #127D1C
Black with #127D1C
Text Example
Text Example
White with #127D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127D1C; }
p { color: rgb(18,125,28); }
H1.HeaderClassName
{
color: #127D1C;
}
.AnyTagClassName
{
color: #127D1C;
}
</style>
background-color css
<style>
a { background-color: #127D1C; }
a { background-color: rgb(18,125,28); }
div.DivClassName
{
background-color: #127D1C;
}
.BgClassName
{
background-color: #127D1C;
}
</style>
border-color css
<style>
span { border-color: #127D1C; }
span { border-color: rgb(18,125,28); }
td.TdClassName
{
border-color: #127D1C;
}
.TagClassName
{
border-color: #127D1C;
}
</style>