Shades of Forest Green #148122
Tints of Forest Green #148122
RGB
CMYK
RGB Variations
Color information
#148122 (or 0x148122) is known color: Forest Green. HEX triplet: 14, 81 and 22. RGB value is (20,129,34). Sum of RGB (Red+Green+Blue) = 20+129+34=183 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.93% from 183); Green value is 129 (50.78% from 255 or 70.49% from 183); Blue value is 34 (13.67% from 255 or 18.58% from 183); Max value from RGB is 129 - color contains mainly: green. Hex color #148122 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148122 is #EB7EDD. Grayscale: #555555. Windows color (decimal): -15433438 or 2261268. OLE color: 2261268.
HSL color Cylindrical-coordinate representation of color #148122: hue angle of 127.71º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #148122 is Cyan = 0.84, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 20 | 129 | 34 | - |
| CMYK | 0.84 | 0 | 0.74 | 0.49 |
| HSL | 127.71º | 0.73% | 0.29% | - |
| HSV(B) | 127.71º | 0.84% | 0.51% | - |
| XYZ | 8.43 | 15.96 | 4.15 | - |
| YUV | 85.58 | 98.89 | 81.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 129 | 34 | 0.84 | 0 | 0.74 | 0.49 | 127.71 | 0.73 | 0.29 |
| Hex | 14 | 81 | 22 | 54 | 0 | 4A | 31 | 80 | 49 | 1D |
| Octal | 24 | 201 | 42 | 124 | 0 | 112 | 61 | 200 | 111 | 35 |
| Binary | 10100 | 10000001 | 100010 | 1010100 | 0 | 1001010 | 110001 | 10000000 | 1001001 | 11101 |
Color Harmonies of #148122
Complementary color
Monochromatic Colors of #148122
Black with #148122
Text Example
Text Example
White with #148122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148122; }
p { color: rgb(20,129,34); }
H1.HeaderClassName
{
color: #148122;
}
.AnyTagClassName
{
color: #148122;
}
</style>
background-color css
<style>
a { background-color: #148122; }
a { background-color: rgb(20,129,34); }
div.DivClassName
{
background-color: #148122;
}
.BgClassName
{
background-color: #148122;
}
</style>
border-color css
<style>
span { border-color: #148122; }
span { border-color: rgb(20,129,34); }
td.TdClassName
{
border-color: #148122;
}
.TagClassName
{
border-color: #148122;
}
</style>