Shades of Forest Green #127B22
Tints of Forest Green #127B22
RGB
CMYK
RGB Variations
Color information
#127B22 (or 0x127B22) is known color: Forest Green. HEX triplet: 12, 7B and 22. RGB value is (18,123,34). Sum of RGB (Red+Green+Blue) = 18+123+34=175 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.29% from 175); Green value is 123 (48.44% from 255 or 70.29% from 175); Blue value is 34 (13.67% from 255 or 19.43% from 175); Max value from RGB is 123 - color contains mainly: green. Hex color #127B22 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127B22 is #ED84DD. Grayscale: #515151. Windows color (decimal): -15566046 or 2259730. OLE color: 2259730.
HSL color Cylindrical-coordinate representation of color #127B22: hue angle of 129.14º 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 #127B22 is Cyan = 0.85, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 18 | 123 | 34 | - |
| CMYK | 0.85 | 0 | 0.72 | 0.52 |
| HSL | 129.14º | 0.74% | 0.28% | - |
| HSV(B) | 129.14º | 0.85% | 0.48% | - |
| XYZ | 7.62 | 14.41 | 3.89 | - |
| YUV | 81.46 | 101.21 | 82.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 123 | 34 | 0.85 | 0 | 0.72 | 0.52 | 129.14 | 0.74 | 0.28 |
| Hex | 12 | 7B | 22 | 55 | 0 | 48 | 34 | 81 | 4A | 1C |
| Octal | 22 | 173 | 42 | 125 | 0 | 110 | 64 | 201 | 112 | 34 |
| Binary | 10010 | 1111011 | 100010 | 1010101 | 0 | 1001000 | 110100 | 10000001 | 1001010 | 11100 |
Color Harmonies of #127B22
Complementary color
Monochromatic Colors of #127B22
Black with #127B22
Text Example
Text Example
White with #127B22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127B22; }
p { color: rgb(18,123,34); }
H1.HeaderClassName
{
color: #127B22;
}
.AnyTagClassName
{
color: #127B22;
}
</style>
background-color css
<style>
a { background-color: #127B22; }
a { background-color: rgb(18,123,34); }
div.DivClassName
{
background-color: #127B22;
}
.BgClassName
{
background-color: #127B22;
}
</style>
border-color css
<style>
span { border-color: #127B22; }
span { border-color: rgb(18,123,34); }
td.TdClassName
{
border-color: #127B22;
}
.TagClassName
{
border-color: #127B22;
}
</style>