Shades of Forest Green #128025
Tints of Forest Green #128025
RGB
CMYK
RGB Variations
Color information
#128025 (or 0x128025) is known color: Forest Green. HEX triplet: 12, 80 and 25. RGB value is (18,128,37). Sum of RGB (Red+Green+Blue) = 18+128+37=183 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.84% from 183); Green value is 128 (50.39% from 255 or 69.95% from 183); Blue value is 37 (14.84% from 255 or 20.22% from 183); Max value from RGB is 128 - color contains mainly: green. Hex color #128025 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128025 is #ED7FDA. Grayscale: #545454. Windows color (decimal): -15564763 or 2457618. OLE color: 2457618.
HSL color Cylindrical-coordinate representation of color #128025: hue angle of 130.36º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #128025 is Cyan = 0.86, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 18 | 128 | 37 | - |
| CMYK | 0.86 | 0 | 0.71 | 0.50 |
| HSL | 130.36º | 0.75% | 0.29% | - |
| HSV(B) | 130.36º | 0.86% | 0.5% | - |
| XYZ | 8.3 | 15.7 | 4.34 | - |
| YUV | 84.74 | 101.06 | 80.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 128 | 37 | 0.86 | 0 | 0.71 | 0.50 | 130.36 | 0.75 | 0.29 |
| Hex | 12 | 80 | 25 | 56 | 0 | 47 | 32 | 82 | 4B | 1D |
| Octal | 22 | 200 | 45 | 126 | 0 | 107 | 62 | 202 | 113 | 35 |
| Binary | 10010 | 10000000 | 100101 | 1010110 | 0 | 1000111 | 110010 | 10000010 | 1001011 | 11101 |
Color Harmonies of #128025
Complementary color
Monochromatic Colors of #128025
Black with #128025
Text Example
Text Example
White with #128025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128025; }
p { color: rgb(18,128,37); }
H1.HeaderClassName
{
color: #128025;
}
.AnyTagClassName
{
color: #128025;
}
</style>
background-color css
<style>
a { background-color: #128025; }
a { background-color: rgb(18,128,37); }
div.DivClassName
{
background-color: #128025;
}
.BgClassName
{
background-color: #128025;
}
</style>
border-color css
<style>
span { border-color: #128025; }
span { border-color: rgb(18,128,37); }
td.TdClassName
{
border-color: #128025;
}
.TagClassName
{
border-color: #128025;
}
</style>