Shades of Forest Green #138D2F
Tints of Forest Green #138D2F
RGB
CMYK
RGB Variations
Color information
#138D2F (or 0x138D2F) is known color: Forest Green. HEX triplet: 13, 8D and 2F. RGB value is (19,141,47). Sum of RGB (Red+Green+Blue) = 19+141+47=207 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.18% from 207); Green value is 141 (55.47% from 255 or 68.12% from 207); Blue value is 47 (18.75% from 255 or 22.71% from 207); Max value from RGB is 141 - color contains mainly: green. Hex color #138D2F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138D2F is #EC72D0. Grayscale: #5E5E5E. Windows color (decimal): -15495889 or 3116307. OLE color: 3116307.
HSL color Cylindrical-coordinate representation of color #138D2F: hue angle of 133.77º 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 #138D2F is Cyan = 0.87, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 19 | 141 | 47 | - |
| CMYK | 0.87 | 0 | 0.67 | 0.45 |
| HSL | 133.77º | 0.76% | 0.31% | - |
| HSV(B) | 133.77º | 0.87% | 0.55% | - |
| XYZ | 10.31 | 19.39 | 5.89 | - |
| YUV | 93.81 | 101.58 | 74.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 141 | 47 | 0.87 | 0 | 0.67 | 0.45 | 133.77 | 0.76 | 0.31 |
| Hex | 13 | 8D | 2F | 57 | 0 | 43 | 2D | 86 | 4C | 1F |
| Octal | 23 | 215 | 57 | 127 | 0 | 103 | 55 | 206 | 114 | 37 |
| Binary | 10011 | 10001101 | 101111 | 1010111 | 0 | 1000011 | 101101 | 10000110 | 1001100 | 11111 |
Color Harmonies of #138D2F
Complementary color
Monochromatic Colors of #138D2F
Black with #138D2F
Text Example
Text Example
White with #138D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138D2F; }
p { color: rgb(19,141,47); }
H1.HeaderClassName
{
color: #138D2F;
}
.AnyTagClassName
{
color: #138D2F;
}
</style>
background-color css
<style>
a { background-color: #138D2F; }
a { background-color: rgb(19,141,47); }
div.DivClassName
{
background-color: #138D2F;
}
.BgClassName
{
background-color: #138D2F;
}
</style>
border-color css
<style>
span { border-color: #138D2F; }
span { border-color: rgb(19,141,47); }
td.TdClassName
{
border-color: #138D2F;
}
.TagClassName
{
border-color: #138D2F;
}
</style>