Shades of Forest Green #148714
Tints of Forest Green #148714
RGB
CMYK
RGB Variations
Color information
#148714 (or 0x148714) is known color: Forest Green. HEX triplet: 14, 87 and 14. RGB value is (20,135,20). Sum of RGB (Red+Green+Blue) = 20+135+20=175 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.43% from 175); Green value is 135 (53.12% from 255 or 77.14% from 175); Blue value is 20 (8.20% from 255 or 11.43% from 175); Max value from RGB is 135 - color contains mainly: green. Hex color #148714 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #148714 is #EB78EB. Grayscale: #575757. Windows color (decimal): -15431916 or 1345300. OLE color: 1345300.
HSL color Cylindrical-coordinate representation of color #148714: hue angle of 120º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #148714 is Cyan = 0.85, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 20 | 135 | 20 | - |
| CMYK | 0.85 | 0 | 0.85 | 0.47 |
| HSL | 120º | 0.74% | 0.3% | - |
| HSV(B) | 120º | 0.85% | 0.53% | - |
| XYZ | 9.08 | 17.53 | 3.57 | - |
| YUV | 87.51 | 89.9 | 79.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 135 | 20 | 0.85 | 0 | 0.85 | 0.47 | 120 | 0.74 | 0.3 |
| Hex | 14 | 87 | 14 | 55 | 0 | 55 | 2F | 78 | 4A | 1E |
| Octal | 24 | 207 | 24 | 125 | 0 | 125 | 57 | 170 | 112 | 36 |
| Binary | 10100 | 10000111 | 10100 | 1010101 | 0 | 1010101 | 101111 | 1111000 | 1001010 | 11110 |
Color Harmonies of #148714
Complementary color
Monochromatic Colors of #148714
Black with #148714
Text Example
Text Example
White with #148714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148714; }
p { color: rgb(20,135,20); }
H1.HeaderClassName
{
color: #148714;
}
.AnyTagClassName
{
color: #148714;
}
</style>
background-color css
<style>
a { background-color: #148714; }
a { background-color: rgb(20,135,20); }
div.DivClassName
{
background-color: #148714;
}
.BgClassName
{
background-color: #148714;
}
</style>
border-color css
<style>
span { border-color: #148714; }
span { border-color: rgb(20,135,20); }
td.TdClassName
{
border-color: #148714;
}
.TagClassName
{
border-color: #148714;
}
</style>