Shades of Forest Green #127C21
Tints of Forest Green #127C21
RGB
CMYK
RGB Variations
Color information
#127C21 (or 0x127C21) is known color: Forest Green. HEX triplet: 12, 7C and 21. RGB value is (18,124,33). Sum of RGB (Red+Green+Blue) = 18+124+33=175 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.29% from 175); Green value is 124 (48.83% from 255 or 70.86% from 175); Blue value is 33 (13.28% from 255 or 18.86% from 175); Max value from RGB is 124 - color contains mainly: green. Hex color #127C21 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127C21 is #ED83DE. Grayscale: #525252. Windows color (decimal): -15565791 or 2194450. OLE color: 2194450.
HSL color Cylindrical-coordinate representation of color #127C21: hue angle of 128.49º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127C21 is Cyan = 0.85, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 18 | 124 | 33 | - |
| CMYK | 0.85 | 0 | 0.73 | 0.51 |
| HSL | 128.49º | 0.75% | 0.28% | - |
| HSV(B) | 128.49º | 0.85% | 0.49% | - |
| XYZ | 7.73 | 14.65 | 3.86 | - |
| YUV | 81.93 | 100.38 | 82.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 124 | 33 | 0.85 | 0 | 0.73 | 0.51 | 128.49 | 0.75 | 0.28 |
| Hex | 12 | 7C | 21 | 55 | 0 | 49 | 33 | 80 | 4B | 1C |
| Octal | 22 | 174 | 41 | 125 | 0 | 111 | 63 | 200 | 113 | 34 |
| Binary | 10010 | 1111100 | 100001 | 1010101 | 0 | 1001001 | 110011 | 10000000 | 1001011 | 11100 |
Color Harmonies of #127C21
Complementary color
Monochromatic Colors of #127C21
Black with #127C21
Text Example
Text Example
White with #127C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127C21; }
p { color: rgb(18,124,33); }
H1.HeaderClassName
{
color: #127C21;
}
.AnyTagClassName
{
color: #127C21;
}
</style>
background-color css
<style>
a { background-color: #127C21; }
a { background-color: rgb(18,124,33); }
div.DivClassName
{
background-color: #127C21;
}
.BgClassName
{
background-color: #127C21;
}
</style>
border-color css
<style>
span { border-color: #127C21; }
span { border-color: rgb(18,124,33); }
td.TdClassName
{
border-color: #127C21;
}
.TagClassName
{
border-color: #127C21;
}
</style>