Shades of Forest Green #149D2F
Tints of Forest Green #149D2F
RGB
CMYK
RGB Variations
Color information
#149D2F (or 0x149D2F) is known color: Forest Green. HEX triplet: 14, 9D and 2F. RGB value is (20,157,47). Sum of RGB (Red+Green+Blue) = 20+157+47=224 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.93% from 224); Green value is 157 (61.72% from 255 or 70.09% from 224); Blue value is 47 (18.75% from 255 or 20.98% from 224); Max value from RGB is 157 - color contains mainly: green. Hex color #149D2F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149D2F is #EB62D0. Grayscale: #676767. Windows color (decimal): -15426257 or 3120404. OLE color: 3120404.
HSL color Cylindrical-coordinate representation of color #149D2F: hue angle of 131.82º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149D2F is Cyan = 0.87, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 20 | 157 | 47 | - |
| CMYK | 0.87 | 0 | 0.70 | 0.38 |
| HSL | 131.82º | 0.77% | 0.35% | - |
| HSV(B) | 131.82º | 0.87% | 0.62% | - |
| XYZ | 12.86 | 24.47 | 6.73 | - |
| YUV | 103.5 | 96.11 | 68.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 157 | 47 | 0.87 | 0 | 0.70 | 0.38 | 131.82 | 0.77 | 0.35 |
| Hex | 14 | 9D | 2F | 57 | 0 | 46 | 26 | 84 | 4D | 23 |
| Octal | 24 | 235 | 57 | 127 | 0 | 106 | 46 | 204 | 115 | 43 |
| Binary | 10100 | 10011101 | 101111 | 1010111 | 0 | 1000110 | 100110 | 10000100 | 1001101 | 100011 |
Color Harmonies of #149D2F
Complementary color
Monochromatic Colors of #149D2F
Black with #149D2F
Text Example
Text Example
White with #149D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149D2F; }
p { color: rgb(20,157,47); }
H1.HeaderClassName
{
color: #149D2F;
}
.AnyTagClassName
{
color: #149D2F;
}
</style>
background-color css
<style>
a { background-color: #149D2F; }
a { background-color: rgb(20,157,47); }
div.DivClassName
{
background-color: #149D2F;
}
.BgClassName
{
background-color: #149D2F;
}
</style>
border-color css
<style>
span { border-color: #149D2F; }
span { border-color: rgb(20,157,47); }
td.TdClassName
{
border-color: #149D2F;
}
.TagClassName
{
border-color: #149D2F;
}
</style>