Shades of Forest Green #149C37
Tints of Forest Green #149C37
RGB
CMYK
RGB Variations
Color information
#149C37 (or 0x149C37) is known color: Forest Green. HEX triplet: 14, 9C and 37. RGB value is (20,156,55). Sum of RGB (Red+Green+Blue) = 20+156+55=231 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.66% from 231); Green value is 156 (61.33% from 255 or 67.53% from 231); Blue value is 55 (21.88% from 255 or 23.81% from 231); Max value from RGB is 156 - color contains mainly: green. Hex color #149C37 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149C37 is #EB63C8. Grayscale: #686868. Windows color (decimal): -15426505 or 3644436. OLE color: 3644436.
HSL color Cylindrical-coordinate representation of color #149C37: hue angle of 135.44º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149C37 is Cyan = 0.87, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 20 | 156 | 55 | - |
| CMYK | 0.87 | 0 | 0.65 | 0.39 |
| HSL | 135.44º | 0.77% | 0.35% | - |
| HSV(B) | 135.44º | 0.87% | 0.61% | - |
| XYZ | 12.87 | 24.2 | 7.61 | - |
| YUV | 103.82 | 100.44 | 68.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 156 | 55 | 0.87 | 0 | 0.65 | 0.39 | 135.44 | 0.77 | 0.35 |
| Hex | 14 | 9C | 37 | 57 | 0 | 41 | 27 | 87 | 4D | 23 |
| Octal | 24 | 234 | 67 | 127 | 0 | 101 | 47 | 207 | 115 | 43 |
| Binary | 10100 | 10011100 | 110111 | 1010111 | 0 | 1000001 | 100111 | 10000111 | 1001101 | 100011 |
Color Harmonies of #149C37
Complementary color
Monochromatic Colors of #149C37
Black with #149C37
Text Example
Text Example
White with #149C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149C37; }
p { color: rgb(20,156,55); }
H1.HeaderClassName
{
color: #149C37;
}
.AnyTagClassName
{
color: #149C37;
}
</style>
background-color css
<style>
a { background-color: #149C37; }
a { background-color: rgb(20,156,55); }
div.DivClassName
{
background-color: #149C37;
}
.BgClassName
{
background-color: #149C37;
}
</style>
border-color css
<style>
span { border-color: #149C37; }
span { border-color: rgb(20,156,55); }
td.TdClassName
{
border-color: #149C37;
}
.TagClassName
{
border-color: #149C37;
}
</style>