Shades of Forest Green #149538
Tints of Forest Green #149538
RGB
CMYK
RGB Variations
Color information
#149538 (or 0x149538) is known color: Forest Green. HEX triplet: 14, 95 and 38. RGB value is (20,149,56). Sum of RGB (Red+Green+Blue) = 20+149+56=225 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.89% from 225); Green value is 149 (58.59% from 255 or 66.22% from 225); Blue value is 56 (22.27% from 255 or 24.89% from 225); Max value from RGB is 149 - color contains mainly: green. Hex color #149538 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149538 is #EB6AC7. Grayscale: #646464. Windows color (decimal): -15428296 or 3708180. OLE color: 3708180.
HSL color Cylindrical-coordinate representation of color #149538: hue angle of 136.74º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149538 is Cyan = 0.87, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 20 | 149 | 56 | - |
| CMYK | 0.87 | 0 | 0.62 | 0.42 |
| HSL | 136.74º | 0.76% | 0.33% | - |
| HSV(B) | 136.74º | 0.87% | 0.58% | - |
| XYZ | 11.75 | 21.93 | 7.35 | - |
| YUV | 99.83 | 103.26 | 71.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 149 | 56 | 0.87 | 0 | 0.62 | 0.42 | 136.74 | 0.76 | 0.33 |
| Hex | 14 | 95 | 38 | 57 | 0 | 3E | 2A | 89 | 4C | 21 |
| Octal | 24 | 225 | 70 | 127 | 0 | 76 | 52 | 211 | 114 | 41 |
| Binary | 10100 | 10010101 | 111000 | 1010111 | 0 | 111110 | 101010 | 10001001 | 1001100 | 100001 |
Color Harmonies of #149538
Complementary color
Monochromatic Colors of #149538
Black with #149538
Text Example
Text Example
White with #149538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149538; }
p { color: rgb(20,149,56); }
H1.HeaderClassName
{
color: #149538;
}
.AnyTagClassName
{
color: #149538;
}
</style>
background-color css
<style>
a { background-color: #149538; }
a { background-color: rgb(20,149,56); }
div.DivClassName
{
background-color: #149538;
}
.BgClassName
{
background-color: #149538;
}
</style>
border-color css
<style>
span { border-color: #149538; }
span { border-color: rgb(20,149,56); }
td.TdClassName
{
border-color: #149538;
}
.TagClassName
{
border-color: #149538;
}
</style>