Shades of Forest Green #149926
Tints of Forest Green #149926
RGB
CMYK
RGB Variations
Color information
#149926 (or 0x149926) is known color: Forest Green. HEX triplet: 14, 99 and 26. RGB value is (20,153,38). Sum of RGB (Red+Green+Blue) = 20+153+38=211 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.48% from 211); Green value is 153 (60.16% from 255 or 72.51% from 211); Blue value is 38 (15.23% from 255 or 18.01% from 211); Max value from RGB is 153 - color contains mainly: green. Hex color #149926 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149926 is #EB66D9. Grayscale: #646464. Windows color (decimal): -15427290 or 2529556. OLE color: 2529556.
HSL color Cylindrical-coordinate representation of color #149926: hue angle of 128.12º 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 #149926 is Cyan = 0.87, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 20 | 153 | 38 | - |
| CMYK | 0.87 | 0 | 0.75 | 0.4 |
| HSL | 128.12º | 0.77% | 0.34% | - |
| HSV(B) | 128.12º | 0.87% | 0.6% | - |
| XYZ | 12.03 | 23.07 | 5.65 | - |
| YUV | 100.12 | 92.94 | 70.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 153 | 38 | 0.87 | 0 | 0.75 | 0.4 | 128.12 | 0.77 | 0.34 |
| Hex | 14 | 99 | 26 | 57 | 0 | 4B | 28 | 80 | 4D | 22 |
| Octal | 24 | 231 | 46 | 127 | 0 | 113 | 50 | 200 | 115 | 42 |
| Binary | 10100 | 10011001 | 100110 | 1010111 | 0 | 1001011 | 101000 | 10000000 | 1001101 | 100010 |
Color Harmonies of #149926
Complementary color
Monochromatic Colors of #149926
Black with #149926
Text Example
Text Example
White with #149926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149926; }
p { color: rgb(20,153,38); }
H1.HeaderClassName
{
color: #149926;
}
.AnyTagClassName
{
color: #149926;
}
</style>
background-color css
<style>
a { background-color: #149926; }
a { background-color: rgb(20,153,38); }
div.DivClassName
{
background-color: #149926;
}
.BgClassName
{
background-color: #149926;
}
</style>
border-color css
<style>
span { border-color: #149926; }
span { border-color: rgb(20,153,38); }
td.TdClassName
{
border-color: #149926;
}
.TagClassName
{
border-color: #149926;
}
</style>