Shades of Forest Green #148B2D
Tints of Forest Green #148B2D
RGB
CMYK
RGB Variations
Color information
#148B2D (or 0x148B2D) is known color: Forest Green. HEX triplet: 14, 8B and 2D. RGB value is (20,139,45). Sum of RGB (Red+Green+Blue) = 20+139+45=204 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.80% from 204); Green value is 139 (54.69% from 255 or 68.14% from 204); Blue value is 45 (17.97% from 255 or 22.06% from 204); Max value from RGB is 139 - color contains mainly: green. Hex color #148B2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148B2D is #EB74D2. Grayscale: #5C5C5C. Windows color (decimal): -15430867 or 2984724. OLE color: 2984724.
HSL color Cylindrical-coordinate representation of color #148B2D: hue angle of 132.61º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #148B2D is Cyan = 0.86, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 20 | 139 | 45 | - |
| CMYK | 0.86 | 0 | 0.68 | 0.45 |
| HSL | 132.61º | 0.75% | 0.31% | - |
| HSV(B) | 132.61º | 0.86% | 0.55% | - |
| XYZ | 9.99 | 18.8 | 5.59 | - |
| YUV | 92.7 | 101.08 | 76.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 139 | 45 | 0.86 | 0 | 0.68 | 0.45 | 132.61 | 0.75 | 0.31 |
| Hex | 14 | 8B | 2D | 56 | 0 | 44 | 2D | 85 | 4B | 1F |
| Octal | 24 | 213 | 55 | 126 | 0 | 104 | 55 | 205 | 113 | 37 |
| Binary | 10100 | 10001011 | 101101 | 1010110 | 0 | 1000100 | 101101 | 10000101 | 1001011 | 11111 |
Color Harmonies of #148B2D
Complementary color
Monochromatic Colors of #148B2D
Black with #148B2D
Text Example
Text Example
White with #148B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148B2D; }
p { color: rgb(20,139,45); }
H1.HeaderClassName
{
color: #148B2D;
}
.AnyTagClassName
{
color: #148B2D;
}
</style>
background-color css
<style>
a { background-color: #148B2D; }
a { background-color: rgb(20,139,45); }
div.DivClassName
{
background-color: #148B2D;
}
.BgClassName
{
background-color: #148B2D;
}
</style>
border-color css
<style>
span { border-color: #148B2D; }
span { border-color: rgb(20,139,45); }
td.TdClassName
{
border-color: #148B2D;
}
.TagClassName
{
border-color: #148B2D;
}
</style>