Shades of Forest Green #127D23
Tints of Forest Green #127D23
RGB
CMYK
RGB Variations
Color information
#127D23 (or 0x127D23) is known color: Forest Green. HEX triplet: 12, 7D and 23. RGB value is (18,125,35). Sum of RGB (Red+Green+Blue) = 18+125+35=178 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.11% from 178); Green value is 125 (49.22% from 255 or 70.22% from 178); Blue value is 35 (14.06% from 255 or 19.66% from 178); Max value from RGB is 125 - color contains mainly: green. Hex color #127D23 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127D23 is #ED82DC. Grayscale: #535353. Windows color (decimal): -15565533 or 2325778. OLE color: 2325778.
HSL color Cylindrical-coordinate representation of color #127D23: hue angle of 129.53º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #127D23 is Cyan = 0.86, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 18 | 125 | 35 | - |
| CMYK | 0.86 | 0 | 0.72 | 0.51 |
| HSL | 129.53º | 0.75% | 0.28% | - |
| HSV(B) | 129.53º | 0.86% | 0.49% | - |
| XYZ | 7.89 | 14.92 | 4.05 | - |
| YUV | 82.75 | 101.05 | 81.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 125 | 35 | 0.86 | 0 | 0.72 | 0.51 | 129.53 | 0.75 | 0.28 |
| Hex | 12 | 7D | 23 | 56 | 0 | 48 | 33 | 82 | 4B | 1C |
| Octal | 22 | 175 | 43 | 126 | 0 | 110 | 63 | 202 | 113 | 34 |
| Binary | 10010 | 1111101 | 100011 | 1010110 | 0 | 1001000 | 110011 | 10000010 | 1001011 | 11100 |
Color Harmonies of #127D23
Complementary color
Monochromatic Colors of #127D23
Black with #127D23
Text Example
Text Example
White with #127D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127D23; }
p { color: rgb(18,125,35); }
H1.HeaderClassName
{
color: #127D23;
}
.AnyTagClassName
{
color: #127D23;
}
</style>
background-color css
<style>
a { background-color: #127D23; }
a { background-color: rgb(18,125,35); }
div.DivClassName
{
background-color: #127D23;
}
.BgClassName
{
background-color: #127D23;
}
</style>
border-color css
<style>
span { border-color: #127D23; }
span { border-color: rgb(18,125,35); }
td.TdClassName
{
border-color: #127D23;
}
.TagClassName
{
border-color: #127D23;
}
</style>