Shades of Forest Green #149C1D
Tints of Forest Green #149C1D
RGB
CMYK
RGB Variations
Color information
#149C1D (or 0x149C1D) is known color: Forest Green. HEX triplet: 14, 9C and 1D. RGB value is (20,156,29). Sum of RGB (Red+Green+Blue) = 20+156+29=205 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.76% from 205); Green value is 156 (61.33% from 255 or 76.10% from 205); Blue value is 29 (11.72% from 255 or 14.15% from 205); Max value from RGB is 156 - color contains mainly: green. Hex color #149C1D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149C1D is #EB63E2. Grayscale: #656565. Windows color (decimal): -15426531 or 1940500. OLE color: 1940500.
HSL color Cylindrical-coordinate representation of color #149C1D: hue angle of 123.97º 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 #149C1D is Cyan = 0.87, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 20 | 156 | 29 | - |
| CMYK | 0.87 | 0 | 0.81 | 0.39 |
| HSL | 123.97º | 0.77% | 0.35% | - |
| HSV(B) | 123.97º | 0.87% | 0.61% | - |
| XYZ | 12.4 | 24.01 | 5.14 | - |
| YUV | 100.86 | 87.44 | 70.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 156 | 29 | 0.87 | 0 | 0.81 | 0.39 | 123.97 | 0.77 | 0.35 |
| Hex | 14 | 9C | 1D | 57 | 0 | 51 | 27 | 7C | 4D | 23 |
| Octal | 24 | 234 | 35 | 127 | 0 | 121 | 47 | 174 | 115 | 43 |
| Binary | 10100 | 10011100 | 11101 | 1010111 | 0 | 1010001 | 100111 | 1111100 | 1001101 | 100011 |
Color Harmonies of #149C1D
Complementary color
Monochromatic Colors of #149C1D
Black with #149C1D
Text Example
Text Example
White with #149C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149C1D; }
p { color: rgb(20,156,29); }
H1.HeaderClassName
{
color: #149C1D;
}
.AnyTagClassName
{
color: #149C1D;
}
</style>
background-color css
<style>
a { background-color: #149C1D; }
a { background-color: rgb(20,156,29); }
div.DivClassName
{
background-color: #149C1D;
}
.BgClassName
{
background-color: #149C1D;
}
</style>
border-color css
<style>
span { border-color: #149C1D; }
span { border-color: rgb(20,156,29); }
td.TdClassName
{
border-color: #149C1D;
}
.TagClassName
{
border-color: #149C1D;
}
</style>