Shades of Forest Green #148410
Tints of Forest Green #148410
RGB
CMYK
RGB Variations
Color information
#148410 (or 0x148410) is known color: Forest Green. HEX triplet: 14, 84 and 10. RGB value is (20,132,16). Sum of RGB (Red+Green+Blue) = 20+132+16=168 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.90% from 168); Green value is 132 (51.95% from 255 or 78.57% from 168); Blue value is 16 (6.64% from 255 or 9.52% from 168); Max value from RGB is 132 - color contains mainly: green. Hex color #148410 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #148410 is #EB7BEF. Grayscale: #555555. Windows color (decimal): -15432688 or 1082388. OLE color: 1082388.
HSL color Cylindrical-coordinate representation of color #148410: hue angle of 117.93º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #148410 is Cyan = 0.85, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 20 | 132 | 16 | - |
| CMYK | 0.85 | 0 | 0.88 | 0.48 |
| HSL | 117.93º | 0.78% | 0.29% | - |
| HSV(B) | 117.93º | 0.88% | 0.52% | - |
| XYZ | 8.63 | 16.69 | 3.26 | - |
| YUV | 85.29 | 88.89 | 81.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 132 | 16 | 0.85 | 0 | 0.88 | 0.48 | 117.93 | 0.78 | 0.29 |
| Hex | 14 | 84 | 10 | 55 | 0 | 58 | 30 | 76 | 4E | 1D |
| Octal | 24 | 204 | 20 | 125 | 0 | 130 | 60 | 166 | 116 | 35 |
| Binary | 10100 | 10000100 | 10000 | 1010101 | 0 | 1011000 | 110000 | 1110110 | 1001110 | 11101 |
Color Harmonies of #148410
Complementary color
Monochromatic Colors of #148410
Black with #148410
Text Example
Text Example
White with #148410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148410; }
p { color: rgb(20,132,16); }
H1.HeaderClassName
{
color: #148410;
}
.AnyTagClassName
{
color: #148410;
}
</style>
background-color css
<style>
a { background-color: #148410; }
a { background-color: rgb(20,132,16); }
div.DivClassName
{
background-color: #148410;
}
.BgClassName
{
background-color: #148410;
}
</style>
border-color css
<style>
span { border-color: #148410; }
span { border-color: rgb(20,132,16); }
td.TdClassName
{
border-color: #148410;
}
.TagClassName
{
border-color: #148410;
}
</style>