Shades of Forest Green #127D25
Tints of Forest Green #127D25
RGB
CMYK
RGB Variations
Color information
#127D25 (or 0x127D25) is known color: Forest Green. HEX triplet: 12, 7D and 25. RGB value is (18,125,37). Sum of RGB (Red+Green+Blue) = 18+125+37=180 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10% from 180); Green value is 125 (49.22% from 255 or 69.44% from 180); Blue value is 37 (14.84% from 255 or 20.56% from 180); Max value from RGB is 125 - color contains mainly: green. Hex color #127D25 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127D25 is #ED82DA. Grayscale: #535353. Windows color (decimal): -15565531 or 2456850. OLE color: 2456850.
HSL color Cylindrical-coordinate representation of color #127D25: hue angle of 130.65º 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 #127D25 is Cyan = 0.86, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 18 | 125 | 37 | - |
| CMYK | 0.86 | 0 | 0.70 | 0.51 |
| HSL | 130.65º | 0.75% | 0.28% | - |
| HSV(B) | 130.65º | 0.86% | 0.49% | - |
| XYZ | 7.92 | 14.93 | 4.21 | - |
| YUV | 82.98 | 102.05 | 81.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 125 | 37 | 0.86 | 0 | 0.70 | 0.51 | 130.65 | 0.75 | 0.28 |
| Hex | 12 | 7D | 25 | 56 | 0 | 46 | 33 | 83 | 4B | 1C |
| Octal | 22 | 175 | 45 | 126 | 0 | 106 | 63 | 203 | 113 | 34 |
| Binary | 10010 | 1111101 | 100101 | 1010110 | 0 | 1000110 | 110011 | 10000011 | 1001011 | 11100 |
Color Harmonies of #127D25
Complementary color
Monochromatic Colors of #127D25
Black with #127D25
Text Example
Text Example
White with #127D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127D25; }
p { color: rgb(18,125,37); }
H1.HeaderClassName
{
color: #127D25;
}
.AnyTagClassName
{
color: #127D25;
}
</style>
background-color css
<style>
a { background-color: #127D25; }
a { background-color: rgb(18,125,37); }
div.DivClassName
{
background-color: #127D25;
}
.BgClassName
{
background-color: #127D25;
}
</style>
border-color css
<style>
span { border-color: #127D25; }
span { border-color: rgb(18,125,37); }
td.TdClassName
{
border-color: #127D25;
}
.TagClassName
{
border-color: #127D25;
}
</style>