Shades of Forest Green #148117
Tints of Forest Green #148117
RGB
CMYK
RGB Variations
Color information
#148117 (or 0x148117) is known color: Forest Green. HEX triplet: 14, 81 and 17. RGB value is (20,129,23). Sum of RGB (Red+Green+Blue) = 20+129+23=172 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.63% from 172); Green value is 129 (50.78% from 255 or 75% from 172); Blue value is 23 (9.38% from 255 or 13.37% from 172); Max value from RGB is 129 - color contains mainly: green. Hex color #148117 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #148117 is #EB7EE8. Grayscale: #545454. Windows color (decimal): -15433449 or 1540372. OLE color: 1540372.
HSL color Cylindrical-coordinate representation of color #148117: hue angle of 121.65º 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 #148117 is Cyan = 0.84, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 20 | 129 | 23 | - |
| CMYK | 0.84 | 0 | 0.82 | 0.49 |
| HSL | 121.65º | 0.73% | 0.29% | - |
| HSV(B) | 121.65º | 0.84% | 0.51% | - |
| XYZ | 8.29 | 15.91 | 3.44 | - |
| YUV | 84.33 | 93.39 | 82.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 129 | 23 | 0.84 | 0 | 0.82 | 0.49 | 121.65 | 0.73 | 0.29 |
| Hex | 14 | 81 | 17 | 54 | 0 | 52 | 31 | 7A | 49 | 1D |
| Octal | 24 | 201 | 27 | 124 | 0 | 122 | 61 | 172 | 111 | 35 |
| Binary | 10100 | 10000001 | 10111 | 1010100 | 0 | 1010010 | 110001 | 1111010 | 1001001 | 11101 |
Color Harmonies of #148117
Complementary color
Monochromatic Colors of #148117
Black with #148117
Text Example
Text Example
White with #148117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148117; }
p { color: rgb(20,129,23); }
H1.HeaderClassName
{
color: #148117;
}
.AnyTagClassName
{
color: #148117;
}
</style>
background-color css
<style>
a { background-color: #148117; }
a { background-color: rgb(20,129,23); }
div.DivClassName
{
background-color: #148117;
}
.BgClassName
{
background-color: #148117;
}
</style>
border-color css
<style>
span { border-color: #148117; }
span { border-color: rgb(20,129,23); }
td.TdClassName
{
border-color: #148117;
}
.TagClassName
{
border-color: #148117;
}
</style>