Shades of Forest Green #148A2C
Tints of Forest Green #148A2C
RGB
CMYK
RGB Variations
Color information
#148A2C (or 0x148A2C) is known color: Forest Green. HEX triplet: 14, 8A and 2C. RGB value is (20,138,44). Sum of RGB (Red+Green+Blue) = 20+138+44=202 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.90% from 202); Green value is 138 (54.30% from 255 or 68.32% from 202); Blue value is 44 (17.58% from 255 or 21.78% from 202); Max value from RGB is 138 - color contains mainly: green. Hex color #148A2C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148A2C is #EB75D3. Grayscale: #5C5C5C. Windows color (decimal): -15431124 or 2918932. OLE color: 2918932.
HSL color Cylindrical-coordinate representation of color #148A2C: hue angle of 132.2º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #148A2C is Cyan = 0.86, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 20 | 138 | 44 | - |
| CMYK | 0.86 | 0 | 0.68 | 0.46 |
| HSL | 132.2º | 0.75% | 0.31% | - |
| HSV(B) | 132.2º | 0.86% | 0.54% | - |
| XYZ | 9.83 | 18.51 | 5.44 | - |
| YUV | 92 | 100.91 | 76.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 138 | 44 | 0.86 | 0 | 0.68 | 0.46 | 132.2 | 0.75 | 0.31 |
| Hex | 14 | 8A | 2C | 56 | 0 | 44 | 2E | 84 | 4B | 1F |
| Octal | 24 | 212 | 54 | 126 | 0 | 104 | 56 | 204 | 113 | 37 |
| Binary | 10100 | 10001010 | 101100 | 1010110 | 0 | 1000100 | 101110 | 10000100 | 1001011 | 11111 |
Color Harmonies of #148A2C
Complementary color
Monochromatic Colors of #148A2C
Black with #148A2C
Text Example
Text Example
White with #148A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148A2C; }
p { color: rgb(20,138,44); }
H1.HeaderClassName
{
color: #148A2C;
}
.AnyTagClassName
{
color: #148A2C;
}
</style>
background-color css
<style>
a { background-color: #148A2C; }
a { background-color: rgb(20,138,44); }
div.DivClassName
{
background-color: #148A2C;
}
.BgClassName
{
background-color: #148A2C;
}
</style>
border-color css
<style>
span { border-color: #148A2C; }
span { border-color: rgb(20,138,44); }
td.TdClassName
{
border-color: #148A2C;
}
.TagClassName
{
border-color: #148A2C;
}
</style>