Shades of Forest Green #138B13
Tints of Forest Green #138B13
RGB
CMYK
RGB Variations
Color information
#138B13 (or 0x138B13) is known color: Forest Green. HEX triplet: 13, 8B and 13. RGB value is (19,139,19). Sum of RGB (Red+Green+Blue) = 19+139+19=177 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.73% from 177); Green value is 139 (54.69% from 255 or 78.53% from 177); Blue value is 19 (7.81% from 255 or 10.73% from 177); Max value from RGB is 139 - color contains mainly: green. Hex color #138B13 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #138B13 is #EC74EC. Grayscale: #595959. Windows color (decimal): -15496429 or 1280787. OLE color: 1280787.
HSL color Cylindrical-coordinate representation of color #138B13: hue angle of 120º 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 #138B13 is Cyan = 0.86, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 19 | 139 | 19 | - |
| CMYK | 0.86 | 0 | 0.86 | 0.45 |
| HSL | 120º | 0.76% | 0.31% | - |
| HSV(B) | 120º | 0.86% | 0.55% | - |
| XYZ | 9.62 | 18.65 | 3.71 | - |
| YUV | 89.44 | 88.24 | 77.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 139 | 19 | 0.86 | 0 | 0.86 | 0.45 | 120 | 0.76 | 0.31 |
| Hex | 13 | 8B | 13 | 56 | 0 | 56 | 2D | 78 | 4C | 1F |
| Octal | 23 | 213 | 23 | 126 | 0 | 126 | 55 | 170 | 114 | 37 |
| Binary | 10011 | 10001011 | 10011 | 1010110 | 0 | 1010110 | 101101 | 1111000 | 1001100 | 11111 |
Color Harmonies of #138B13
Complementary color
Monochromatic Colors of #138B13
Black with #138B13
Text Example
Text Example
White with #138B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138B13; }
p { color: rgb(19,139,19); }
H1.HeaderClassName
{
color: #138B13;
}
.AnyTagClassName
{
color: #138B13;
}
</style>
background-color css
<style>
a { background-color: #138B13; }
a { background-color: rgb(19,139,19); }
div.DivClassName
{
background-color: #138B13;
}
.BgClassName
{
background-color: #138B13;
}
</style>
border-color css
<style>
span { border-color: #138B13; }
span { border-color: rgb(19,139,19); }
td.TdClassName
{
border-color: #138B13;
}
.TagClassName
{
border-color: #138B13;
}
</style>