Shades of Forest Green #149D1D
Tints of Forest Green #149D1D
RGB
CMYK
RGB Variations
Color information
#149D1D (or 0x149D1D) is known color: Forest Green. HEX triplet: 14, 9D and 1D. RGB value is (20,157,29). Sum of RGB (Red+Green+Blue) = 20+157+29=206 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.71% from 206); Green value is 157 (61.72% from 255 or 76.21% from 206); Blue value is 29 (11.72% from 255 or 14.08% from 206); Max value from RGB is 157 - color contains mainly: green. Hex color #149D1D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149D1D is #EB62E2. Grayscale: #656565. Windows color (decimal): -15426275 or 1940756. OLE color: 1940756.
HSL color Cylindrical-coordinate representation of color #149D1D: hue angle of 123.94º 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 #149D1D is Cyan = 0.87, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 20 | 157 | 29 | - |
| CMYK | 0.87 | 0 | 0.82 | 0.38 |
| HSL | 123.94º | 0.77% | 0.35% | - |
| HSV(B) | 123.94º | 0.87% | 0.62% | - |
| XYZ | 12.57 | 24.35 | 5.2 | - |
| YUV | 101.45 | 87.11 | 69.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 157 | 29 | 0.87 | 0 | 0.82 | 0.38 | 123.94 | 0.77 | 0.35 |
| Hex | 14 | 9D | 1D | 57 | 0 | 52 | 26 | 7C | 4D | 23 |
| Octal | 24 | 235 | 35 | 127 | 0 | 122 | 46 | 174 | 115 | 43 |
| Binary | 10100 | 10011101 | 11101 | 1010111 | 0 | 1010010 | 100110 | 1111100 | 1001101 | 100011 |
Color Harmonies of #149D1D
Complementary color
Monochromatic Colors of #149D1D
Black with #149D1D
Text Example
Text Example
White with #149D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149D1D; }
p { color: rgb(20,157,29); }
H1.HeaderClassName
{
color: #149D1D;
}
.AnyTagClassName
{
color: #149D1D;
}
</style>
background-color css
<style>
a { background-color: #149D1D; }
a { background-color: rgb(20,157,29); }
div.DivClassName
{
background-color: #149D1D;
}
.BgClassName
{
background-color: #149D1D;
}
</style>
border-color css
<style>
span { border-color: #149D1D; }
span { border-color: rgb(20,157,29); }
td.TdClassName
{
border-color: #149D1D;
}
.TagClassName
{
border-color: #149D1D;
}
</style>