Shades of Forest Green #127A23
Tints of Forest Green #127A23
RGB
CMYK
RGB Variations
Color information
#127A23 (or 0x127A23) is known color: Forest Green. HEX triplet: 12, 7A and 23. RGB value is (18,122,35). Sum of RGB (Red+Green+Blue) = 18+122+35=175 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.29% from 175); Green value is 122 (48.05% from 255 or 69.71% from 175); Blue value is 35 (14.06% from 255 or 20% from 175); Max value from RGB is 122 - color contains mainly: green. Hex color #127A23 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127A23 is #ED85DC. Grayscale: #515151. Windows color (decimal): -15566301 or 2325010. OLE color: 2325010.
HSL color Cylindrical-coordinate representation of color #127A23: hue angle of 129.81º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127A23 is Cyan = 0.85, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 18 | 122 | 35 | - |
| CMYK | 0.85 | 0 | 0.71 | 0.52 |
| HSL | 129.81º | 0.74% | 0.27% | - |
| HSV(B) | 129.81º | 0.85% | 0.48% | - |
| XYZ | 7.51 | 14.17 | 3.93 | - |
| YUV | 80.99 | 102.04 | 83.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 122 | 35 | 0.85 | 0 | 0.71 | 0.52 | 129.81 | 0.74 | 0.27 |
| Hex | 12 | 7A | 23 | 55 | 0 | 47 | 34 | 82 | 4A | 1B |
| Octal | 22 | 172 | 43 | 125 | 0 | 107 | 64 | 202 | 112 | 33 |
| Binary | 10010 | 1111010 | 100011 | 1010101 | 0 | 1000111 | 110100 | 10000010 | 1001010 | 11011 |
Color Harmonies of #127A23
Complementary color
Monochromatic Colors of #127A23
Black with #127A23
Text Example
Text Example
White with #127A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127A23; }
p { color: rgb(18,122,35); }
H1.HeaderClassName
{
color: #127A23;
}
.AnyTagClassName
{
color: #127A23;
}
</style>
background-color css
<style>
a { background-color: #127A23; }
a { background-color: rgb(18,122,35); }
div.DivClassName
{
background-color: #127A23;
}
.BgClassName
{
background-color: #127A23;
}
</style>
border-color css
<style>
span { border-color: #127A23; }
span { border-color: rgb(18,122,35); }
td.TdClassName
{
border-color: #127A23;
}
.TagClassName
{
border-color: #127A23;
}
</style>