Shades of Forest Green #149C29
Tints of Forest Green #149C29
RGB
CMYK
RGB Variations
Color information
#149C29 (or 0x149C29) is known color: Forest Green. HEX triplet: 14, 9C and 29. RGB value is (20,156,41). Sum of RGB (Red+Green+Blue) = 20+156+41=217 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.22% from 217); Green value is 156 (61.33% from 255 or 71.89% from 217); Blue value is 41 (16.41% from 255 or 18.89% from 217); Max value from RGB is 156 - color contains mainly: green. Hex color #149C29 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149C29 is #EB63D6. Grayscale: #666666. Windows color (decimal): -15426519 or 2726932. OLE color: 2726932.
HSL color Cylindrical-coordinate representation of color #149C29: hue angle of 129.26º 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 #149C29 is Cyan = 0.87, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 20 | 156 | 41 | - |
| CMYK | 0.87 | 0 | 0.74 | 0.39 |
| HSL | 129.26º | 0.77% | 0.35% | - |
| HSV(B) | 129.26º | 0.87% | 0.61% | - |
| XYZ | 12.58 | 24.09 | 6.08 | - |
| YUV | 102.23 | 93.44 | 69.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 156 | 41 | 0.87 | 0 | 0.74 | 0.39 | 129.26 | 0.77 | 0.35 |
| Hex | 14 | 9C | 29 | 57 | 0 | 4A | 27 | 81 | 4D | 23 |
| Octal | 24 | 234 | 51 | 127 | 0 | 112 | 47 | 201 | 115 | 43 |
| Binary | 10100 | 10011100 | 101001 | 1010111 | 0 | 1001010 | 100111 | 10000001 | 1001101 | 100011 |
Color Harmonies of #149C29
Complementary color
Monochromatic Colors of #149C29
Black with #149C29
Text Example
Text Example
White with #149C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149C29; }
p { color: rgb(20,156,41); }
H1.HeaderClassName
{
color: #149C29;
}
.AnyTagClassName
{
color: #149C29;
}
</style>
background-color css
<style>
a { background-color: #149C29; }
a { background-color: rgb(20,156,41); }
div.DivClassName
{
background-color: #149C29;
}
.BgClassName
{
background-color: #149C29;
}
</style>
border-color css
<style>
span { border-color: #149C29; }
span { border-color: rgb(20,156,41); }
td.TdClassName
{
border-color: #149C29;
}
.TagClassName
{
border-color: #149C29;
}
</style>