Shades of Forest Green #138818
Tints of Forest Green #138818
RGB
CMYK
RGB Variations
Color information
#138818 (or 0x138818) is known color: Forest Green. HEX triplet: 13, 88 and 18. RGB value is (19,136,24). Sum of RGB (Red+Green+Blue) = 19+136+24=179 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.61% from 179); Green value is 136 (53.52% from 255 or 75.98% from 179); Blue value is 24 (9.77% from 255 or 13.41% from 179); Max value from RGB is 136 - color contains mainly: green. Hex color #138818 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #138818 is #EC77E7. Grayscale: #585858. Windows color (decimal): -15497192 or 1607699. OLE color: 1607699.
HSL color Cylindrical-coordinate representation of color #138818: hue angle of 122.56º 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 #138818 is Cyan = 0.86, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 19 | 136 | 24 | - |
| CMYK | 0.86 | 0 | 0.82 | 0.47 |
| HSL | 122.56º | 0.75% | 0.3% | - |
| HSV(B) | 122.56º | 0.86% | 0.53% | - |
| XYZ | 9.24 | 17.81 | 3.82 | - |
| YUV | 88.25 | 91.74 | 78.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 136 | 24 | 0.86 | 0 | 0.82 | 0.47 | 122.56 | 0.75 | 0.3 |
| Hex | 13 | 88 | 18 | 56 | 0 | 52 | 2F | 7B | 4B | 1E |
| Octal | 23 | 210 | 30 | 126 | 0 | 122 | 57 | 173 | 113 | 36 |
| Binary | 10011 | 10001000 | 11000 | 1010110 | 0 | 1010010 | 101111 | 1111011 | 1001011 | 11110 |
Color Harmonies of #138818
Complementary color
Monochromatic Colors of #138818
Black with #138818
Text Example
Text Example
White with #138818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138818; }
p { color: rgb(19,136,24); }
H1.HeaderClassName
{
color: #138818;
}
.AnyTagClassName
{
color: #138818;
}
</style>
background-color css
<style>
a { background-color: #138818; }
a { background-color: rgb(19,136,24); }
div.DivClassName
{
background-color: #138818;
}
.BgClassName
{
background-color: #138818;
}
</style>
border-color css
<style>
span { border-color: #138818; }
span { border-color: rgb(19,136,24); }
td.TdClassName
{
border-color: #138818;
}
.TagClassName
{
border-color: #138818;
}
</style>