Shades of Forest Green #138D2C
Tints of Forest Green #138D2C
RGB
CMYK
RGB Variations
Color information
#138D2C (or 0x138D2C) is known color: Forest Green. HEX triplet: 13, 8D and 2C. RGB value is (19,141,44). Sum of RGB (Red+Green+Blue) = 19+141+44=204 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.31% from 204); Green value is 141 (55.47% from 255 or 69.12% from 204); Blue value is 44 (17.58% from 255 or 21.57% from 204); Max value from RGB is 141 - color contains mainly: green. Hex color #138D2C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138D2C is #EC72D3. Grayscale: #5D5D5D. Windows color (decimal): -15495892 or 2919699. OLE color: 2919699.
HSL color Cylindrical-coordinate representation of color #138D2C: hue angle of 132.3º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #138D2C is Cyan = 0.87, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 19 | 141 | 44 | - |
| CMYK | 0.87 | 0 | 0.69 | 0.45 |
| HSL | 132.3º | 0.76% | 0.31% | - |
| HSV(B) | 132.3º | 0.87% | 0.55% | - |
| XYZ | 10.25 | 19.37 | 5.58 | - |
| YUV | 93.46 | 100.08 | 74.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 141 | 44 | 0.87 | 0 | 0.69 | 0.45 | 132.3 | 0.76 | 0.31 |
| Hex | 13 | 8D | 2C | 57 | 0 | 45 | 2D | 84 | 4C | 1F |
| Octal | 23 | 215 | 54 | 127 | 0 | 105 | 55 | 204 | 114 | 37 |
| Binary | 10011 | 10001101 | 101100 | 1010111 | 0 | 1000101 | 101101 | 10000100 | 1001100 | 11111 |
Color Harmonies of #138D2C
Complementary color
Monochromatic Colors of #138D2C
Black with #138D2C
Text Example
Text Example
White with #138D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138D2C; }
p { color: rgb(19,141,44); }
H1.HeaderClassName
{
color: #138D2C;
}
.AnyTagClassName
{
color: #138D2C;
}
</style>
background-color css
<style>
a { background-color: #138D2C; }
a { background-color: rgb(19,141,44); }
div.DivClassName
{
background-color: #138D2C;
}
.BgClassName
{
background-color: #138D2C;
}
</style>
border-color css
<style>
span { border-color: #138D2C; }
span { border-color: rgb(19,141,44); }
td.TdClassName
{
border-color: #138D2C;
}
.TagClassName
{
border-color: #138D2C;
}
</style>