Shades of Forest Green #148A30
Tints of Forest Green #148A30
RGB
CMYK
RGB Variations
Color information
#148A30 (or 0x148A30) is known color: Forest Green. HEX triplet: 14, 8A and 30. RGB value is (20,138,48). Sum of RGB (Red+Green+Blue) = 20+138+48=206 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.71% from 206); Green value is 138 (54.30% from 255 or 66.99% from 206); Blue value is 48 (19.14% from 255 or 23.30% from 206); Max value from RGB is 138 - color contains mainly: green. Hex color #148A30 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148A30 is #EB75CF. Grayscale: #5C5C5C. Windows color (decimal): -15431120 or 3181076. OLE color: 3181076.
HSL color Cylindrical-coordinate representation of color #148A30: hue angle of 134.24º 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 #148A30 is Cyan = 0.86, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 20 | 138 | 48 | - |
| CMYK | 0.86 | 0 | 0.65 | 0.46 |
| HSL | 134.24º | 0.75% | 0.31% | - |
| HSV(B) | 134.24º | 0.86% | 0.54% | - |
| XYZ | 9.91 | 18.54 | 5.85 | - |
| YUV | 92.46 | 102.91 | 76.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 138 | 48 | 0.86 | 0 | 0.65 | 0.46 | 134.24 | 0.75 | 0.31 |
| Hex | 14 | 8A | 30 | 56 | 0 | 41 | 2E | 86 | 4B | 1F |
| Octal | 24 | 212 | 60 | 126 | 0 | 101 | 56 | 206 | 113 | 37 |
| Binary | 10100 | 10001010 | 110000 | 1010110 | 0 | 1000001 | 101110 | 10000110 | 1001011 | 11111 |
Color Harmonies of #148A30
Complementary color
Monochromatic Colors of #148A30
Black with #148A30
Text Example
Text Example
White with #148A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148A30; }
p { color: rgb(20,138,48); }
H1.HeaderClassName
{
color: #148A30;
}
.AnyTagClassName
{
color: #148A30;
}
</style>
background-color css
<style>
a { background-color: #148A30; }
a { background-color: rgb(20,138,48); }
div.DivClassName
{
background-color: #148A30;
}
.BgClassName
{
background-color: #148A30;
}
</style>
border-color css
<style>
span { border-color: #148A30; }
span { border-color: rgb(20,138,48); }
td.TdClassName
{
border-color: #148A30;
}
.TagClassName
{
border-color: #148A30;
}
</style>