Shades of Forest Green #148518
Tints of Forest Green #148518
RGB
CMYK
RGB Variations
Color information
#148518 (or 0x148518) is known color: Forest Green. HEX triplet: 14, 85 and 18. RGB value is (20,133,24). Sum of RGB (Red+Green+Blue) = 20+133+24=177 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.30% from 177); Green value is 133 (52.34% from 255 or 75.14% from 177); Blue value is 24 (9.77% from 255 or 13.56% from 177); Max value from RGB is 133 - color contains mainly: green. Hex color #148518 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #148518 is #EB7AE7. Grayscale: #575757. Windows color (decimal): -15432424 or 1606932. OLE color: 1606932.
HSL color Cylindrical-coordinate representation of color #148518: hue angle of 122.12º 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 #148518 is Cyan = 0.85, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 20 | 133 | 24 | - |
| CMYK | 0.85 | 0 | 0.82 | 0.48 |
| HSL | 122.12º | 0.74% | 0.3% | - |
| HSV(B) | 122.12º | 0.85% | 0.52% | - |
| XYZ | 8.84 | 16.99 | 3.68 | - |
| YUV | 86.79 | 92.56 | 80.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 133 | 24 | 0.85 | 0 | 0.82 | 0.48 | 122.12 | 0.74 | 0.3 |
| Hex | 14 | 85 | 18 | 55 | 0 | 52 | 30 | 7A | 4A | 1E |
| Octal | 24 | 205 | 30 | 125 | 0 | 122 | 60 | 172 | 112 | 36 |
| Binary | 10100 | 10000101 | 11000 | 1010101 | 0 | 1010010 | 110000 | 1111010 | 1001010 | 11110 |
Color Harmonies of #148518
Complementary color
Monochromatic Colors of #148518
Black with #148518
Text Example
Text Example
White with #148518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148518; }
p { color: rgb(20,133,24); }
H1.HeaderClassName
{
color: #148518;
}
.AnyTagClassName
{
color: #148518;
}
</style>
background-color css
<style>
a { background-color: #148518; }
a { background-color: rgb(20,133,24); }
div.DivClassName
{
background-color: #148518;
}
.BgClassName
{
background-color: #148518;
}
</style>
border-color css
<style>
span { border-color: #148518; }
span { border-color: rgb(20,133,24); }
td.TdClassName
{
border-color: #148518;
}
.TagClassName
{
border-color: #148518;
}
</style>