Shades of Forest Green #149135
Tints of Forest Green #149135
RGB
CMYK
RGB Variations
Color information
#149135 (or 0x149135) is known color: Forest Green. HEX triplet: 14, 91 and 35. RGB value is (20,145,53). Sum of RGB (Red+Green+Blue) = 20+145+53=218 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.17% from 218); Green value is 145 (57.03% from 255 or 66.51% from 218); Blue value is 53 (21.09% from 255 or 24.31% from 218); Max value from RGB is 145 - color contains mainly: green. Hex color #149135 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149135 is #EB6ECA. Grayscale: #616161. Windows color (decimal): -15429323 or 3510548. OLE color: 3510548.
HSL color Cylindrical-coordinate representation of color #149135: hue angle of 135.84º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #149135 is Cyan = 0.86, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 20 | 145 | 53 | - |
| CMYK | 0.86 | 0 | 0.63 | 0.43 |
| HSL | 135.84º | 0.76% | 0.32% | - |
| HSV(B) | 135.84º | 0.86% | 0.57% | - |
| XYZ | 11.06 | 20.66 | 6.77 | - |
| YUV | 97.14 | 103.09 | 72.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 145 | 53 | 0.86 | 0 | 0.63 | 0.43 | 135.84 | 0.76 | 0.32 |
| Hex | 14 | 91 | 35 | 56 | 0 | 3F | 2B | 88 | 4C | 20 |
| Octal | 24 | 221 | 65 | 126 | 0 | 77 | 53 | 210 | 114 | 40 |
| Binary | 10100 | 10010001 | 110101 | 1010110 | 0 | 111111 | 101011 | 10001000 | 1001100 | 100000 |
Color Harmonies of #149135
Complementary color
Monochromatic Colors of #149135
Black with #149135
Text Example
Text Example
White with #149135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149135; }
p { color: rgb(20,145,53); }
H1.HeaderClassName
{
color: #149135;
}
.AnyTagClassName
{
color: #149135;
}
</style>
background-color css
<style>
a { background-color: #149135; }
a { background-color: rgb(20,145,53); }
div.DivClassName
{
background-color: #149135;
}
.BgClassName
{
background-color: #149135;
}
</style>
border-color css
<style>
span { border-color: #149135; }
span { border-color: rgb(20,145,53); }
td.TdClassName
{
border-color: #149135;
}
.TagClassName
{
border-color: #149135;
}
</style>