Shades of Forest Green #149639
Tints of Forest Green #149639
RGB
CMYK
RGB Variations
Color information
#149639 (or 0x149639) is known color: Forest Green. HEX triplet: 14, 96 and 39. RGB value is (20,150,57). Sum of RGB (Red+Green+Blue) = 20+150+57=227 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.81% from 227); Green value is 150 (58.98% from 255 or 66.08% from 227); Blue value is 57 (22.66% from 255 or 25.11% from 227); Max value from RGB is 150 - color contains mainly: green. Hex color #149639 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149639 is #EB69C6. Grayscale: #646464. Windows color (decimal): -15428039 or 3773972. OLE color: 3773972.
HSL color Cylindrical-coordinate representation of color #149639: hue angle of 137.08º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149639 is Cyan = 0.87, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 20 | 150 | 57 | - |
| CMYK | 0.87 | 0 | 0.62 | 0.41 |
| HSL | 137.08º | 0.76% | 0.33% | - |
| HSV(B) | 137.08º | 0.87% | 0.59% | - |
| XYZ | 11.93 | 22.26 | 7.54 | - |
| YUV | 100.53 | 103.43 | 70.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 150 | 57 | 0.87 | 0 | 0.62 | 0.41 | 137.08 | 0.76 | 0.33 |
| Hex | 14 | 96 | 39 | 57 | 0 | 3E | 29 | 89 | 4C | 21 |
| Octal | 24 | 226 | 71 | 127 | 0 | 76 | 51 | 211 | 114 | 41 |
| Binary | 10100 | 10010110 | 111001 | 1010111 | 0 | 111110 | 101001 | 10001001 | 1001100 | 100001 |
Color Harmonies of #149639
Complementary color
Monochromatic Colors of #149639
Black with #149639
Text Example
Text Example
White with #149639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149639; }
p { color: rgb(20,150,57); }
H1.HeaderClassName
{
color: #149639;
}
.AnyTagClassName
{
color: #149639;
}
</style>
background-color css
<style>
a { background-color: #149639; }
a { background-color: rgb(20,150,57); }
div.DivClassName
{
background-color: #149639;
}
.BgClassName
{
background-color: #149639;
}
</style>
border-color css
<style>
span { border-color: #149639; }
span { border-color: rgb(20,150,57); }
td.TdClassName
{
border-color: #149639;
}
.TagClassName
{
border-color: #149639;
}
</style>