Shades of Forest Green #149338
Tints of Forest Green #149338
RGB
CMYK
RGB Variations
Color information
#149338 (or 0x149338) is known color: Forest Green. HEX triplet: 14, 93 and 38. RGB value is (20,147,56). Sum of RGB (Red+Green+Blue) = 20+147+56=223 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.97% from 223); Green value is 147 (57.81% from 255 or 65.92% from 223); Blue value is 56 (22.27% from 255 or 25.11% from 223); Max value from RGB is 147 - color contains mainly: green. Hex color #149338 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149338 is #EB6CC7. Grayscale: #626262. Windows color (decimal): -15428808 or 3707668. OLE color: 3707668.
HSL color Cylindrical-coordinate representation of color #149338: hue angle of 137.01º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #149338 is Cyan = 0.86, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 20 | 147 | 56 | - |
| CMYK | 0.86 | 0 | 0.62 | 0.42 |
| HSL | 137.01º | 0.76% | 0.33% | - |
| HSV(B) | 137.01º | 0.86% | 0.58% | - |
| XYZ | 11.44 | 21.3 | 7.25 | - |
| YUV | 98.65 | 103.92 | 71.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 147 | 56 | 0.86 | 0 | 0.62 | 0.42 | 137.01 | 0.76 | 0.33 |
| Hex | 14 | 93 | 38 | 56 | 0 | 3E | 2A | 89 | 4C | 21 |
| Octal | 24 | 223 | 70 | 126 | 0 | 76 | 52 | 211 | 114 | 41 |
| Binary | 10100 | 10010011 | 111000 | 1010110 | 0 | 111110 | 101010 | 10001001 | 1001100 | 100001 |
Color Harmonies of #149338
Complementary color
Monochromatic Colors of #149338
Black with #149338
Text Example
Text Example
White with #149338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149338; }
p { color: rgb(20,147,56); }
H1.HeaderClassName
{
color: #149338;
}
.AnyTagClassName
{
color: #149338;
}
</style>
background-color css
<style>
a { background-color: #149338; }
a { background-color: rgb(20,147,56); }
div.DivClassName
{
background-color: #149338;
}
.BgClassName
{
background-color: #149338;
}
</style>
border-color css
<style>
span { border-color: #149338; }
span { border-color: rgb(20,147,56); }
td.TdClassName
{
border-color: #149338;
}
.TagClassName
{
border-color: #149338;
}
</style>