Shades of Forest Green #128227
Tints of Forest Green #128227
RGB
CMYK
RGB Variations
Color information
#128227 (or 0x128227) is known color: Forest Green. HEX triplet: 12, 82 and 27. RGB value is (18,130,39). Sum of RGB (Red+Green+Blue) = 18+130+39=187 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.63% from 187); Green value is 130 (51.17% from 255 or 69.52% from 187); Blue value is 39 (15.62% from 255 or 20.86% from 187); Max value from RGB is 130 - color contains mainly: green. Hex color #128227 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128227 is #ED7DD8. Grayscale: #565656. Windows color (decimal): -15564249 or 2589202. OLE color: 2589202.
HSL color Cylindrical-coordinate representation of color #128227: hue angle of 131.25º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #128227 is Cyan = 0.86, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 18 | 130 | 39 | - |
| CMYK | 0.86 | 0 | 0.70 | 0.49 |
| HSL | 131.25º | 0.76% | 0.29% | - |
| HSV(B) | 131.25º | 0.86% | 0.51% | - |
| XYZ | 8.6 | 16.24 | 4.6 | - |
| YUV | 86.14 | 101.39 | 79.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 130 | 39 | 0.86 | 0 | 0.70 | 0.49 | 131.25 | 0.76 | 0.29 |
| Hex | 12 | 82 | 27 | 56 | 0 | 46 | 31 | 83 | 4C | 1D |
| Octal | 22 | 202 | 47 | 126 | 0 | 106 | 61 | 203 | 114 | 35 |
| Binary | 10010 | 10000010 | 100111 | 1010110 | 0 | 1000110 | 110001 | 10000011 | 1001100 | 11101 |
Color Harmonies of #128227
Complementary color
Monochromatic Colors of #128227
Black with #128227
Text Example
Text Example
White with #128227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128227; }
p { color: rgb(18,130,39); }
H1.HeaderClassName
{
color: #128227;
}
.AnyTagClassName
{
color: #128227;
}
</style>
background-color css
<style>
a { background-color: #128227; }
a { background-color: rgb(18,130,39); }
div.DivClassName
{
background-color: #128227;
}
.BgClassName
{
background-color: #128227;
}
</style>
border-color css
<style>
span { border-color: #128227; }
span { border-color: rgb(18,130,39); }
td.TdClassName
{
border-color: #128227;
}
.TagClassName
{
border-color: #128227;
}
</style>