Shades of Forest Green #138B31
Tints of Forest Green #138B31
RGB
CMYK
RGB Variations
Color information
#138B31 (or 0x138B31) is known color: Forest Green. HEX triplet: 13, 8B and 31. RGB value is (19,139,49). Sum of RGB (Red+Green+Blue) = 19+139+49=207 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.18% from 207); Green value is 139 (54.69% from 255 or 67.15% from 207); Blue value is 49 (19.53% from 255 or 23.67% from 207); Max value from RGB is 139 - color contains mainly: green. Hex color #138B31 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138B31 is #EC74CE. Grayscale: #5D5D5D. Windows color (decimal): -15496399 or 3246867. OLE color: 3246867.
HSL color Cylindrical-coordinate representation of color #138B31: hue angle of 135º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138B31 is Cyan = 0.86, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 19 | 139 | 49 | - |
| CMYK | 0.86 | 0 | 0.65 | 0.45 |
| HSL | 135º | 0.76% | 0.31% | - |
| HSV(B) | 135º | 0.86% | 0.55% | - |
| XYZ | 10.06 | 18.83 | 6.01 | - |
| YUV | 92.86 | 103.24 | 75.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 139 | 49 | 0.86 | 0 | 0.65 | 0.45 | 135 | 0.76 | 0.31 |
| Hex | 13 | 8B | 31 | 56 | 0 | 41 | 2D | 87 | 4C | 1F |
| Octal | 23 | 213 | 61 | 126 | 0 | 101 | 55 | 207 | 114 | 37 |
| Binary | 10011 | 10001011 | 110001 | 1010110 | 0 | 1000001 | 101101 | 10000111 | 1001100 | 11111 |
Color Harmonies of #138B31
Complementary color
Monochromatic Colors of #138B31
Black with #138B31
Text Example
Text Example
White with #138B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138B31; }
p { color: rgb(19,139,49); }
H1.HeaderClassName
{
color: #138B31;
}
.AnyTagClassName
{
color: #138B31;
}
</style>
background-color css
<style>
a { background-color: #138B31; }
a { background-color: rgb(19,139,49); }
div.DivClassName
{
background-color: #138B31;
}
.BgClassName
{
background-color: #138B31;
}
</style>
border-color css
<style>
span { border-color: #138B31; }
span { border-color: rgb(19,139,49); }
td.TdClassName
{
border-color: #138B31;
}
.TagClassName
{
border-color: #138B31;
}
</style>