Shades of Forest Green #148127
Tints of Forest Green #148127
RGB
CMYK
RGB Variations
Color information
#148127 (or 0x148127) is known color: Forest Green. HEX triplet: 14, 81 and 27. RGB value is (20,129,39). Sum of RGB (Red+Green+Blue) = 20+129+39=188 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.64% from 188); Green value is 129 (50.78% from 255 or 68.62% from 188); Blue value is 39 (15.62% from 255 or 20.74% from 188); Max value from RGB is 129 - color contains mainly: green. Hex color #148127 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148127 is #EB7ED8. Grayscale: #565656. Windows color (decimal): -15433433 or 2588948. OLE color: 2588948.
HSL color Cylindrical-coordinate representation of color #148127: hue angle of 130.46º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #148127 is Cyan = 0.84, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 20 | 129 | 39 | - |
| CMYK | 0.84 | 0 | 0.70 | 0.49 |
| HSL | 130.46º | 0.73% | 0.29% | - |
| HSV(B) | 130.46º | 0.84% | 0.51% | - |
| XYZ | 8.5 | 16 | 4.56 | - |
| YUV | 86.15 | 101.39 | 80.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 129 | 39 | 0.84 | 0 | 0.70 | 0.49 | 130.46 | 0.73 | 0.29 |
| Hex | 14 | 81 | 27 | 54 | 0 | 46 | 31 | 82 | 49 | 1D |
| Octal | 24 | 201 | 47 | 124 | 0 | 106 | 61 | 202 | 111 | 35 |
| Binary | 10100 | 10000001 | 100111 | 1010100 | 0 | 1000110 | 110001 | 10000010 | 1001001 | 11101 |
Color Harmonies of #148127
Complementary color
Monochromatic Colors of #148127
Black with #148127
Text Example
Text Example
White with #148127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148127; }
p { color: rgb(20,129,39); }
H1.HeaderClassName
{
color: #148127;
}
.AnyTagClassName
{
color: #148127;
}
</style>
background-color css
<style>
a { background-color: #148127; }
a { background-color: rgb(20,129,39); }
div.DivClassName
{
background-color: #148127;
}
.BgClassName
{
background-color: #148127;
}
</style>
border-color css
<style>
span { border-color: #148127; }
span { border-color: rgb(20,129,39); }
td.TdClassName
{
border-color: #148127;
}
.TagClassName
{
border-color: #148127;
}
</style>