Shades of Forest Green #149A1C
Tints of Forest Green #149A1C
RGB
CMYK
RGB Variations
Color information
#149A1C (or 0x149A1C) is known color: Forest Green. HEX triplet: 14, 9A and 1C. RGB value is (20,154,28). Sum of RGB (Red+Green+Blue) = 20+154+28=202 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.90% from 202); Green value is 154 (60.55% from 255 or 76.24% from 202); Blue value is 28 (11.33% from 255 or 13.86% from 202); Max value from RGB is 154 - color contains mainly: green. Hex color #149A1C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149A1C is #EB65E3. Grayscale: #636363. Windows color (decimal): -15427044 or 1874452. OLE color: 1874452.
HSL color Cylindrical-coordinate representation of color #149A1C: hue angle of 123.58º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149A1C is Cyan = 0.87, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 20 | 154 | 28 | - |
| CMYK | 0.87 | 0 | 0.82 | 0.40 |
| HSL | 123.58º | 0.77% | 0.34% | - |
| HSV(B) | 123.58º | 0.87% | 0.6% | - |
| XYZ | 12.05 | 23.34 | 4.97 | - |
| YUV | 99.57 | 87.61 | 71.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 154 | 28 | 0.87 | 0 | 0.82 | 0.40 | 123.58 | 0.77 | 0.34 |
| Hex | 14 | 9A | 1C | 57 | 0 | 52 | 28 | 7C | 4D | 22 |
| Octal | 24 | 232 | 34 | 127 | 0 | 122 | 50 | 174 | 115 | 42 |
| Binary | 10100 | 10011010 | 11100 | 1010111 | 0 | 1010010 | 101000 | 1111100 | 1001101 | 100010 |
Color Harmonies of #149A1C
Complementary color
Monochromatic Colors of #149A1C
Black with #149A1C
Text Example
Text Example
White with #149A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149A1C; }
p { color: rgb(20,154,28); }
H1.HeaderClassName
{
color: #149A1C;
}
.AnyTagClassName
{
color: #149A1C;
}
</style>
background-color css
<style>
a { background-color: #149A1C; }
a { background-color: rgb(20,154,28); }
div.DivClassName
{
background-color: #149A1C;
}
.BgClassName
{
background-color: #149A1C;
}
</style>
border-color css
<style>
span { border-color: #149A1C; }
span { border-color: rgb(20,154,28); }
td.TdClassName
{
border-color: #149A1C;
}
.TagClassName
{
border-color: #149A1C;
}
</style>