Shades of Forest Green #149635
Tints of Forest Green #149635
RGB
CMYK
RGB Variations
Color information
#149635 (or 0x149635) is known color: Forest Green. HEX triplet: 14, 96 and 35. RGB value is (20,150,53). Sum of RGB (Red+Green+Blue) = 20+150+53=223 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.97% from 223); Green value is 150 (58.98% from 255 or 67.26% from 223); Blue value is 53 (21.09% from 255 or 23.77% from 223); Max value from RGB is 150 - color contains mainly: green. Hex color #149635 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149635 is #EB69CA. Grayscale: #646464. Windows color (decimal): -15428043 or 3511828. OLE color: 3511828.
HSL color Cylindrical-coordinate representation of color #149635: hue angle of 135.23º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149635 is Cyan = 0.87, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 20 | 150 | 53 | - |
| CMYK | 0.87 | 0 | 0.65 | 0.41 |
| HSL | 135.23º | 0.76% | 0.33% | - |
| HSV(B) | 135.23º | 0.87% | 0.59% | - |
| XYZ | 11.84 | 22.22 | 7.03 | - |
| YUV | 100.07 | 101.43 | 70.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 150 | 53 | 0.87 | 0 | 0.65 | 0.41 | 135.23 | 0.76 | 0.33 |
| Hex | 14 | 96 | 35 | 57 | 0 | 41 | 29 | 87 | 4C | 21 |
| Octal | 24 | 226 | 65 | 127 | 0 | 101 | 51 | 207 | 114 | 41 |
| Binary | 10100 | 10010110 | 110101 | 1010111 | 0 | 1000001 | 101001 | 10000111 | 1001100 | 100001 |
Color Harmonies of #149635
Complementary color
Monochromatic Colors of #149635
Black with #149635
Text Example
Text Example
White with #149635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149635; }
p { color: rgb(20,150,53); }
H1.HeaderClassName
{
color: #149635;
}
.AnyTagClassName
{
color: #149635;
}
</style>
background-color css
<style>
a { background-color: #149635; }
a { background-color: rgb(20,150,53); }
div.DivClassName
{
background-color: #149635;
}
.BgClassName
{
background-color: #149635;
}
</style>
border-color css
<style>
span { border-color: #149635; }
span { border-color: rgb(20,150,53); }
td.TdClassName
{
border-color: #149635;
}
.TagClassName
{
border-color: #149635;
}
</style>