Shades of Forest Green #127B1E
Tints of Forest Green #127B1E
RGB
CMYK
RGB Variations
Color information
#127B1E (or 0x127B1E) is known color: Forest Green. HEX triplet: 12, 7B and 1E. RGB value is (18,123,30). Sum of RGB (Red+Green+Blue) = 18+123+30=171 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.53% from 171); Green value is 123 (48.44% from 255 or 71.93% from 171); Blue value is 30 (12.11% from 255 or 17.54% from 171); Max value from RGB is 123 - color contains mainly: green. Hex color #127B1E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127B1E is #ED84E1. Grayscale: #515151. Windows color (decimal): -15566050 or 1997586. OLE color: 1997586.
HSL color Cylindrical-coordinate representation of color #127B1E: hue angle of 126.86º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127B1E is Cyan = 0.85, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 18 | 123 | 30 | - |
| CMYK | 0.85 | 0 | 0.76 | 0.52 |
| HSL | 126.86º | 0.74% | 0.28% | - |
| HSV(B) | 126.86º | 0.85% | 0.48% | - |
| XYZ | 7.57 | 14.39 | 3.61 | - |
| YUV | 81 | 99.21 | 83.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 123 | 30 | 0.85 | 0 | 0.76 | 0.52 | 126.86 | 0.74 | 0.28 |
| Hex | 12 | 7B | 1E | 55 | 0 | 4C | 34 | 7F | 4A | 1C |
| Octal | 22 | 173 | 36 | 125 | 0 | 114 | 64 | 177 | 112 | 34 |
| Binary | 10010 | 1111011 | 11110 | 1010101 | 0 | 1001100 | 110100 | 1111111 | 1001010 | 11100 |
Color Harmonies of #127B1E
Complementary color
Monochromatic Colors of #127B1E
Black with #127B1E
Text Example
Text Example
White with #127B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127B1E; }
p { color: rgb(18,123,30); }
H1.HeaderClassName
{
color: #127B1E;
}
.AnyTagClassName
{
color: #127B1E;
}
</style>
background-color css
<style>
a { background-color: #127B1E; }
a { background-color: rgb(18,123,30); }
div.DivClassName
{
background-color: #127B1E;
}
.BgClassName
{
background-color: #127B1E;
}
</style>
border-color css
<style>
span { border-color: #127B1E; }
span { border-color: rgb(18,123,30); }
td.TdClassName
{
border-color: #127B1E;
}
.TagClassName
{
border-color: #127B1E;
}
</style>