Shades of Forest Green #148429
Tints of Forest Green #148429
RGB
CMYK
RGB Variations
Color information
#148429 (or 0x148429) is known color: Forest Green. HEX triplet: 14, 84 and 29. RGB value is (20,132,41). Sum of RGB (Red+Green+Blue) = 20+132+41=193 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.36% from 193); Green value is 132 (51.95% from 255 or 68.39% from 193); Blue value is 41 (16.41% from 255 or 21.24% from 193); Max value from RGB is 132 - color contains mainly: green. Hex color #148429 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148429 is #EB7BD6. Grayscale: #585858. Windows color (decimal): -15432663 or 2720788. OLE color: 2720788.
HSL color Cylindrical-coordinate representation of color #148429: hue angle of 131.25º 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 #148429 is Cyan = 0.85, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 20 | 132 | 41 | - |
| CMYK | 0.85 | 0 | 0.69 | 0.48 |
| HSL | 131.25º | 0.74% | 0.3% | - |
| HSV(B) | 131.25º | 0.85% | 0.52% | - |
| XYZ | 8.94 | 16.81 | 4.87 | - |
| YUV | 88.14 | 101.39 | 79.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 132 | 41 | 0.85 | 0 | 0.69 | 0.48 | 131.25 | 0.74 | 0.3 |
| Hex | 14 | 84 | 29 | 55 | 0 | 45 | 30 | 83 | 4A | 1E |
| Octal | 24 | 204 | 51 | 125 | 0 | 105 | 60 | 203 | 112 | 36 |
| Binary | 10100 | 10000100 | 101001 | 1010101 | 0 | 1000101 | 110000 | 10000011 | 1001010 | 11110 |
Color Harmonies of #148429
Complementary color
Monochromatic Colors of #148429
Black with #148429
Text Example
Text Example
White with #148429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148429; }
p { color: rgb(20,132,41); }
H1.HeaderClassName
{
color: #148429;
}
.AnyTagClassName
{
color: #148429;
}
</style>
background-color css
<style>
a { background-color: #148429; }
a { background-color: rgb(20,132,41); }
div.DivClassName
{
background-color: #148429;
}
.BgClassName
{
background-color: #148429;
}
</style>
border-color css
<style>
span { border-color: #148429; }
span { border-color: rgb(20,132,41); }
td.TdClassName
{
border-color: #148429;
}
.TagClassName
{
border-color: #148429;
}
</style>