Shades of Forest Green #128122
Tints of Forest Green #128122
RGB
CMYK
RGB Variations
Color information
#128122 (or 0x128122) is known color: Forest Green. HEX triplet: 12, 81 and 22. RGB value is (18,129,34). Sum of RGB (Red+Green+Blue) = 18+129+34=181 (23% of max value = 765). Red value is 18 (7.42% from 255 or 9.94% from 181); Green value is 129 (50.78% from 255 or 71.27% from 181); Blue value is 34 (13.67% from 255 or 18.78% from 181); Max value from RGB is 129 - color contains mainly: green. Hex color #128122 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128122 is #ED7EDD. Grayscale: #555555. Windows color (decimal): -15564510 or 2261266. OLE color: 2261266.
HSL color Cylindrical-coordinate representation of color #128122: hue angle of 128.65º 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 #128122 is Cyan = 0.86, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 18 | 129 | 34 | - |
| CMYK | 0.86 | 0 | 0.74 | 0.49 |
| HSL | 128.65º | 0.76% | 0.29% | - |
| HSV(B) | 128.65º | 0.86% | 0.51% | - |
| XYZ | 8.39 | 15.94 | 4.15 | - |
| YUV | 84.98 | 99.23 | 80.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 129 | 34 | 0.86 | 0 | 0.74 | 0.49 | 128.65 | 0.76 | 0.29 |
| Hex | 12 | 81 | 22 | 56 | 0 | 4A | 31 | 81 | 4C | 1D |
| Octal | 22 | 201 | 42 | 126 | 0 | 112 | 61 | 201 | 114 | 35 |
| Binary | 10010 | 10000001 | 100010 | 1010110 | 0 | 1001010 | 110001 | 10000001 | 1001100 | 11101 |
Color Harmonies of #128122
Complementary color
Monochromatic Colors of #128122
Black with #128122
Text Example
Text Example
White with #128122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128122; }
p { color: rgb(18,129,34); }
H1.HeaderClassName
{
color: #128122;
}
.AnyTagClassName
{
color: #128122;
}
</style>
background-color css
<style>
a { background-color: #128122; }
a { background-color: rgb(18,129,34); }
div.DivClassName
{
background-color: #128122;
}
.BgClassName
{
background-color: #128122;
}
</style>
border-color css
<style>
span { border-color: #128122; }
span { border-color: rgb(18,129,34); }
td.TdClassName
{
border-color: #128122;
}
.TagClassName
{
border-color: #128122;
}
</style>