Shades of Forest Green #127922
Tints of Forest Green #127922
RGB
CMYK
RGB Variations
Color information
#127922 (or 0x127922) is known color: Forest Green. HEX triplet: 12, 79 and 22. RGB value is (18,121,34). Sum of RGB (Red+Green+Blue) = 18+121+34=173 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.40% from 173); Green value is 121 (47.66% from 255 or 69.94% from 173); Blue value is 34 (13.67% from 255 or 19.65% from 173); Max value from RGB is 121 - color contains mainly: green. Hex color #127922 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127922 is #ED86DD. Grayscale: #505050. Windows color (decimal): -15566558 or 2259218. OLE color: 2259218.
HSL color Cylindrical-coordinate representation of color #127922: hue angle of 129.32º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127922 is Cyan = 0.85, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 18 | 121 | 34 | - |
| CMYK | 0.85 | 0 | 0.72 | 0.53 |
| HSL | 129.32º | 0.74% | 0.27% | - |
| HSV(B) | 129.32º | 0.85% | 0.47% | - |
| XYZ | 7.38 | 13.92 | 3.81 | - |
| YUV | 80.29 | 101.88 | 83.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 121 | 34 | 0.85 | 0 | 0.72 | 0.53 | 129.32 | 0.74 | 0.27 |
| Hex | 12 | 79 | 22 | 55 | 0 | 48 | 35 | 81 | 4A | 1B |
| Octal | 22 | 171 | 42 | 125 | 0 | 110 | 65 | 201 | 112 | 33 |
| Binary | 10010 | 1111001 | 100010 | 1010101 | 0 | 1001000 | 110101 | 10000001 | 1001010 | 11011 |
Color Harmonies of #127922
Complementary color
Monochromatic Colors of #127922
Black with #127922
Text Example
Text Example
White with #127922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127922; }
p { color: rgb(18,121,34); }
H1.HeaderClassName
{
color: #127922;
}
.AnyTagClassName
{
color: #127922;
}
</style>
background-color css
<style>
a { background-color: #127922; }
a { background-color: rgb(18,121,34); }
div.DivClassName
{
background-color: #127922;
}
.BgClassName
{
background-color: #127922;
}
</style>
border-color css
<style>
span { border-color: #127922; }
span { border-color: rgb(18,121,34); }
td.TdClassName
{
border-color: #127922;
}
.TagClassName
{
border-color: #127922;
}
</style>