Shades of Forest Green #148113
Tints of Forest Green #148113
RGB
CMYK
RGB Variations
Color information
#148113 (or 0x148113) is known color: Forest Green. HEX triplet: 14, 81 and 13. RGB value is (20,129,19). Sum of RGB (Red+Green+Blue) = 20+129+19=168 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.90% from 168); Green value is 129 (50.78% from 255 or 76.79% from 168); Blue value is 19 (7.81% from 255 or 11.31% from 168); Max value from RGB is 129 - color contains mainly: green. Hex color #148113 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #148113 is #EB7EEC. Grayscale: #545454. Windows color (decimal): -15433453 or 1278228. OLE color: 1278228.
HSL color Cylindrical-coordinate representation of color #148113: hue angle of 119.45º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #148113 is Cyan = 0.84, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 20 | 129 | 19 | - |
| CMYK | 0.84 | 0 | 0.85 | 0.49 |
| HSL | 119.45º | 0.74% | 0.29% | - |
| HSV(B) | 119.45º | 0.85% | 0.51% | - |
| XYZ | 8.26 | 15.9 | 3.25 | - |
| YUV | 83.87 | 91.39 | 82.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 129 | 19 | 0.84 | 0 | 0.85 | 0.49 | 119.45 | 0.74 | 0.29 |
| Hex | 14 | 81 | 13 | 54 | 0 | 55 | 31 | 77 | 4A | 1D |
| Octal | 24 | 201 | 23 | 124 | 0 | 125 | 61 | 167 | 112 | 35 |
| Binary | 10100 | 10000001 | 10011 | 1010100 | 0 | 1010101 | 110001 | 1110111 | 1001010 | 11101 |
Color Harmonies of #148113
Complementary color
Monochromatic Colors of #148113
Black with #148113
Text Example
Text Example
White with #148113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148113; }
p { color: rgb(20,129,19); }
H1.HeaderClassName
{
color: #148113;
}
.AnyTagClassName
{
color: #148113;
}
</style>
background-color css
<style>
a { background-color: #148113; }
a { background-color: rgb(20,129,19); }
div.DivClassName
{
background-color: #148113;
}
.BgClassName
{
background-color: #148113;
}
</style>
border-color css
<style>
span { border-color: #148113; }
span { border-color: rgb(20,129,19); }
td.TdClassName
{
border-color: #148113;
}
.TagClassName
{
border-color: #148113;
}
</style>