Shades of Forest Green #138718
Tints of Forest Green #138718
RGB
CMYK
RGB Variations
Color information
#138718 (or 0x138718) is known color: Forest Green. HEX triplet: 13, 87 and 18. RGB value is (19,135,24). Sum of RGB (Red+Green+Blue) = 19+135+24=178 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.67% from 178); Green value is 135 (53.12% from 255 or 75.84% from 178); Blue value is 24 (9.77% from 255 or 13.48% from 178); Max value from RGB is 135 - color contains mainly: green. Hex color #138718 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #138718 is #EC78E7. Grayscale: #575757. Windows color (decimal): -15497448 or 1607443. OLE color: 1607443.
HSL color Cylindrical-coordinate representation of color #138718: hue angle of 122.59º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138718 is Cyan = 0.86, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 19 | 135 | 24 | - |
| CMYK | 0.86 | 0 | 0.82 | 0.47 |
| HSL | 122.59º | 0.75% | 0.3% | - |
| HSV(B) | 122.59º | 0.86% | 0.53% | - |
| XYZ | 9.1 | 17.53 | 3.77 | - |
| YUV | 87.66 | 92.07 | 79.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 135 | 24 | 0.86 | 0 | 0.82 | 0.47 | 122.59 | 0.75 | 0.3 |
| Hex | 13 | 87 | 18 | 56 | 0 | 52 | 2F | 7B | 4B | 1E |
| Octal | 23 | 207 | 30 | 126 | 0 | 122 | 57 | 173 | 113 | 36 |
| Binary | 10011 | 10000111 | 11000 | 1010110 | 0 | 1010010 | 101111 | 1111011 | 1001011 | 11110 |
Color Harmonies of #138718
Complementary color
Monochromatic Colors of #138718
Black with #138718
Text Example
Text Example
White with #138718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138718; }
p { color: rgb(19,135,24); }
H1.HeaderClassName
{
color: #138718;
}
.AnyTagClassName
{
color: #138718;
}
</style>
background-color css
<style>
a { background-color: #138718; }
a { background-color: rgb(19,135,24); }
div.DivClassName
{
background-color: #138718;
}
.BgClassName
{
background-color: #138718;
}
</style>
border-color css
<style>
span { border-color: #138718; }
span { border-color: rgb(19,135,24); }
td.TdClassName
{
border-color: #138718;
}
.TagClassName
{
border-color: #138718;
}
</style>