Shades of Forest Green #128222
Tints of Forest Green #128222
RGB
CMYK
RGB Variations
Color information
#128222 (or 0x128222) is known color: Forest Green. HEX triplet: 12, 82 and 22. RGB value is (18,130,34). Sum of RGB (Red+Green+Blue) = 18+130+34=182 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.89% from 182); Green value is 130 (51.17% from 255 or 71.43% from 182); Blue value is 34 (13.67% from 255 or 18.68% from 182); Max value from RGB is 130 - color contains mainly: green. Hex color #128222 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128222 is #ED7DDD. Grayscale: #555555. Windows color (decimal): -15564254 or 2261522. OLE color: 2261522.
HSL color Cylindrical-coordinate representation of color #128222: hue angle of 128.57º 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 #128222 is Cyan = 0.86, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 18 | 130 | 34 | - |
| CMYK | 0.86 | 0 | 0.74 | 0.49 |
| HSL | 128.57º | 0.76% | 0.29% | - |
| HSV(B) | 128.57º | 0.86% | 0.51% | - |
| XYZ | 8.52 | 16.21 | 4.19 | - |
| YUV | 85.57 | 98.89 | 79.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 130 | 34 | 0.86 | 0 | 0.74 | 0.49 | 128.57 | 0.76 | 0.29 |
| Hex | 12 | 82 | 22 | 56 | 0 | 4A | 31 | 81 | 4C | 1D |
| Octal | 22 | 202 | 42 | 126 | 0 | 112 | 61 | 201 | 114 | 35 |
| Binary | 10010 | 10000010 | 100010 | 1010110 | 0 | 1001010 | 110001 | 10000001 | 1001100 | 11101 |
Color Harmonies of #128222
Complementary color
Monochromatic Colors of #128222
Black with #128222
Text Example
Text Example
White with #128222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128222; }
p { color: rgb(18,130,34); }
H1.HeaderClassName
{
color: #128222;
}
.AnyTagClassName
{
color: #128222;
}
</style>
background-color css
<style>
a { background-color: #128222; }
a { background-color: rgb(18,130,34); }
div.DivClassName
{
background-color: #128222;
}
.BgClassName
{
background-color: #128222;
}
</style>
border-color css
<style>
span { border-color: #128222; }
span { border-color: rgb(18,130,34); }
td.TdClassName
{
border-color: #128222;
}
.TagClassName
{
border-color: #128222;
}
</style>