Shades of Forest Green #149238
Tints of Forest Green #149238
RGB
CMYK
RGB Variations
Color information
#149238 (or 0x149238) is known color: Forest Green. HEX triplet: 14, 92 and 38. RGB value is (20,146,56). Sum of RGB (Red+Green+Blue) = 20+146+56=222 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.01% from 222); Green value is 146 (57.42% from 255 or 65.77% from 222); Blue value is 56 (22.27% from 255 or 25.23% from 222); Max value from RGB is 146 - color contains mainly: green. Hex color #149238 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149238 is #EB6DC7. Grayscale: #626262. Windows color (decimal): -15429064 or 3707412. OLE color: 3707412.
HSL color Cylindrical-coordinate representation of color #149238: hue angle of 137.14º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #149238 is Cyan = 0.86, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 20 | 146 | 56 | - |
| CMYK | 0.86 | 0 | 0.62 | 0.43 |
| HSL | 137.14º | 0.76% | 0.33% | - |
| HSV(B) | 137.14º | 0.86% | 0.57% | - |
| XYZ | 11.28 | 20.99 | 7.2 | - |
| YUV | 98.07 | 104.26 | 72.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 146 | 56 | 0.86 | 0 | 0.62 | 0.43 | 137.14 | 0.76 | 0.33 |
| Hex | 14 | 92 | 38 | 56 | 0 | 3E | 2B | 89 | 4C | 21 |
| Octal | 24 | 222 | 70 | 126 | 0 | 76 | 53 | 211 | 114 | 41 |
| Binary | 10100 | 10010010 | 111000 | 1010110 | 0 | 111110 | 101011 | 10001001 | 1001100 | 100001 |
Color Harmonies of #149238
Complementary color
Monochromatic Colors of #149238
Black with #149238
Text Example
Text Example
White with #149238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149238; }
p { color: rgb(20,146,56); }
H1.HeaderClassName
{
color: #149238;
}
.AnyTagClassName
{
color: #149238;
}
</style>
background-color css
<style>
a { background-color: #149238; }
a { background-color: rgb(20,146,56); }
div.DivClassName
{
background-color: #149238;
}
.BgClassName
{
background-color: #149238;
}
</style>
border-color css
<style>
span { border-color: #149238; }
span { border-color: rgb(20,146,56); }
td.TdClassName
{
border-color: #149238;
}
.TagClassName
{
border-color: #149238;
}
</style>