Shades of Forest Green #128422
Tints of Forest Green #128422
RGB
CMYK
RGB Variations
Color information
#128422 (or 0x128422) is known color: Forest Green. HEX triplet: 12, 84 and 22. RGB value is (18,132,34). Sum of RGB (Red+Green+Blue) = 18+132+34=184 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.78% from 184); Green value is 132 (51.95% from 255 or 71.74% from 184); Blue value is 34 (13.67% from 255 or 18.48% from 184); Max value from RGB is 132 - color contains mainly: green. Hex color #128422 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128422 is #ED7BDD. Grayscale: #575757. Windows color (decimal): -15563742 or 2262034. OLE color: 2262034.
HSL color Cylindrical-coordinate representation of color #128422: hue angle of 128.42º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #128422 is Cyan = 0.86, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 18 | 132 | 34 | - |
| CMYK | 0.86 | 0 | 0.74 | 0.48 |
| HSL | 128.42º | 0.76% | 0.29% | - |
| HSV(B) | 128.42º | 0.86% | 0.52% | - |
| XYZ | 8.79 | 16.75 | 4.28 | - |
| YUV | 86.74 | 98.23 | 78.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 132 | 34 | 0.86 | 0 | 0.74 | 0.48 | 128.42 | 0.76 | 0.29 |
| Hex | 12 | 84 | 22 | 56 | 0 | 4A | 30 | 80 | 4C | 1D |
| Octal | 22 | 204 | 42 | 126 | 0 | 112 | 60 | 200 | 114 | 35 |
| Binary | 10010 | 10000100 | 100010 | 1010110 | 0 | 1001010 | 110000 | 10000000 | 1001100 | 11101 |
Color Harmonies of #128422
Complementary color
Monochromatic Colors of #128422
Black with #128422
Text Example
Text Example
White with #128422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128422; }
p { color: rgb(18,132,34); }
H1.HeaderClassName
{
color: #128422;
}
.AnyTagClassName
{
color: #128422;
}
</style>
background-color css
<style>
a { background-color: #128422; }
a { background-color: rgb(18,132,34); }
div.DivClassName
{
background-color: #128422;
}
.BgClassName
{
background-color: #128422;
}
</style>
border-color css
<style>
span { border-color: #128422; }
span { border-color: rgb(18,132,34); }
td.TdClassName
{
border-color: #128422;
}
.TagClassName
{
border-color: #128422;
}
</style>