Shades of Forest Green #148529
Tints of Forest Green #148529
RGB
CMYK
RGB Variations
Color information
#148529 (or 0x148529) is known color: Forest Green. HEX triplet: 14, 85 and 29. RGB value is (20,133,41). Sum of RGB (Red+Green+Blue) = 20+133+41=194 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.31% from 194); Green value is 133 (52.34% from 255 or 68.56% from 194); Blue value is 41 (16.41% from 255 or 21.13% from 194); Max value from RGB is 133 - color contains mainly: green. Hex color #148529 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148529 is #EB7AD6. Grayscale: #585858. Windows color (decimal): -15432407 or 2721044. OLE color: 2721044.
HSL color Cylindrical-coordinate representation of color #148529: hue angle of 131.15º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #148529 is Cyan = 0.85, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 20 | 133 | 41 | - |
| CMYK | 0.85 | 0 | 0.69 | 0.48 |
| HSL | 131.15º | 0.74% | 0.3% | - |
| HSV(B) | 131.15º | 0.85% | 0.52% | - |
| XYZ | 9.08 | 17.08 | 4.92 | - |
| YUV | 88.73 | 101.06 | 78.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 133 | 41 | 0.85 | 0 | 0.69 | 0.48 | 131.15 | 0.74 | 0.3 |
| Hex | 14 | 85 | 29 | 55 | 0 | 45 | 30 | 83 | 4A | 1E |
| Octal | 24 | 205 | 51 | 125 | 0 | 105 | 60 | 203 | 112 | 36 |
| Binary | 10100 | 10000101 | 101001 | 1010101 | 0 | 1000101 | 110000 | 10000011 | 1001010 | 11110 |
Color Harmonies of #148529
Complementary color
Monochromatic Colors of #148529
Black with #148529
Text Example
Text Example
White with #148529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148529; }
p { color: rgb(20,133,41); }
H1.HeaderClassName
{
color: #148529;
}
.AnyTagClassName
{
color: #148529;
}
</style>
background-color css
<style>
a { background-color: #148529; }
a { background-color: rgb(20,133,41); }
div.DivClassName
{
background-color: #148529;
}
.BgClassName
{
background-color: #148529;
}
</style>
border-color css
<style>
span { border-color: #148529; }
span { border-color: rgb(20,133,41); }
td.TdClassName
{
border-color: #148529;
}
.TagClassName
{
border-color: #148529;
}
</style>