Shades of Forest Green #148417
Tints of Forest Green #148417
RGB
CMYK
RGB Variations
Color information
#148417 (or 0x148417) is known color: Forest Green. HEX triplet: 14, 84 and 17. RGB value is (20,132,23). Sum of RGB (Red+Green+Blue) = 20+132+23=175 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.43% from 175); Green value is 132 (51.95% from 255 or 75.43% from 175); Blue value is 23 (9.38% from 255 or 13.14% from 175); Max value from RGB is 132 - color contains mainly: green. Hex color #148417 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #148417 is #EB7BE8. Grayscale: #565656. Windows color (decimal): -15432681 or 1541140. OLE color: 1541140.
HSL color Cylindrical-coordinate representation of color #148417: hue angle of 121.61º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #148417 is Cyan = 0.85, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 20 | 132 | 23 | - |
| CMYK | 0.85 | 0 | 0.83 | 0.48 |
| HSL | 121.61º | 0.74% | 0.3% | - |
| HSV(B) | 121.61º | 0.85% | 0.52% | - |
| XYZ | 8.69 | 16.71 | 3.58 | - |
| YUV | 86.09 | 92.39 | 80.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 132 | 23 | 0.85 | 0 | 0.83 | 0.48 | 121.61 | 0.74 | 0.3 |
| Hex | 14 | 84 | 17 | 55 | 0 | 53 | 30 | 7A | 4A | 1E |
| Octal | 24 | 204 | 27 | 125 | 0 | 123 | 60 | 172 | 112 | 36 |
| Binary | 10100 | 10000100 | 10111 | 1010101 | 0 | 1010011 | 110000 | 1111010 | 1001010 | 11110 |
Color Harmonies of #148417
Complementary color
Monochromatic Colors of #148417
Black with #148417
Text Example
Text Example
White with #148417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148417; }
p { color: rgb(20,132,23); }
H1.HeaderClassName
{
color: #148417;
}
.AnyTagClassName
{
color: #148417;
}
</style>
background-color css
<style>
a { background-color: #148417; }
a { background-color: rgb(20,132,23); }
div.DivClassName
{
background-color: #148417;
}
.BgClassName
{
background-color: #148417;
}
</style>
border-color css
<style>
span { border-color: #148417; }
span { border-color: rgb(20,132,23); }
td.TdClassName
{
border-color: #148417;
}
.TagClassName
{
border-color: #148417;
}
</style>