Shades of Forest Green #139918
Tints of Forest Green #139918
RGB
CMYK
RGB Variations
Color information
#139918 (or 0x139918) is known color: Forest Green. HEX triplet: 13, 99 and 18. RGB value is (19,153,24). Sum of RGB (Red+Green+Blue) = 19+153+24=196 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.69% from 196); Green value is 153 (60.16% from 255 or 78.06% from 196); Blue value is 24 (9.77% from 255 or 12.24% from 196); Max value from RGB is 153 - color contains mainly: green. Hex color #139918 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #139918 is #EC66E7. Grayscale: #626262. Windows color (decimal): -15492840 or 1612051. OLE color: 1612051.
HSL color Cylindrical-coordinate representation of color #139918: hue angle of 122.24º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #139918 is Cyan = 0.88, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 19 | 153 | 24 | - |
| CMYK | 0.88 | 0 | 0.84 | 0.4 |
| HSL | 122.24º | 0.78% | 0.34% | - |
| HSV(B) | 122.24º | 0.88% | 0.6% | - |
| XYZ | 11.82 | 22.99 | 4.68 | - |
| YUV | 98.23 | 86.11 | 71.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 153 | 24 | 0.88 | 0 | 0.84 | 0.4 | 122.24 | 0.78 | 0.34 |
| Hex | 13 | 99 | 18 | 58 | 0 | 54 | 28 | 7A | 4E | 22 |
| Octal | 23 | 231 | 30 | 130 | 0 | 124 | 50 | 172 | 116 | 42 |
| Binary | 10011 | 10011001 | 11000 | 1011000 | 0 | 1010100 | 101000 | 1111010 | 1001110 | 100010 |
Color Harmonies of #139918
Complementary color
Monochromatic Colors of #139918
Black with #139918
Text Example
Text Example
White with #139918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139918; }
p { color: rgb(19,153,24); }
H1.HeaderClassName
{
color: #139918;
}
.AnyTagClassName
{
color: #139918;
}
</style>
background-color css
<style>
a { background-color: #139918; }
a { background-color: rgb(19,153,24); }
div.DivClassName
{
background-color: #139918;
}
.BgClassName
{
background-color: #139918;
}
</style>
border-color css
<style>
span { border-color: #139918; }
span { border-color: rgb(19,153,24); }
td.TdClassName
{
border-color: #139918;
}
.TagClassName
{
border-color: #139918;
}
</style>