Shades of Forest Green #138922
Tints of Forest Green #138922
RGB
CMYK
RGB Variations
Color information
#138922 (or 0x138922) is known color: Forest Green. HEX triplet: 13, 89 and 22. RGB value is (19,137,34). Sum of RGB (Red+Green+Blue) = 19+137+34=190 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10% from 190); Green value is 137 (53.91% from 255 or 72.11% from 190); Blue value is 34 (13.67% from 255 or 17.89% from 190); Max value from RGB is 137 - color contains mainly: green. Hex color #138922 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138922 is #EC76DD. Grayscale: #5A5A5A. Windows color (decimal): -15496926 or 2263315. OLE color: 2263315.
HSL color Cylindrical-coordinate representation of color #138922: hue angle of 127.63º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138922 is Cyan = 0.86, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 19 | 137 | 34 | - |
| CMYK | 0.86 | 0 | 0.75 | 0.46 |
| HSL | 127.63º | 0.76% | 0.31% | - |
| HSV(B) | 127.63º | 0.86% | 0.54% | - |
| XYZ | 9.5 | 18.15 | 4.51 | - |
| YUV | 89.98 | 96.41 | 77.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 137 | 34 | 0.86 | 0 | 0.75 | 0.46 | 127.63 | 0.76 | 0.31 |
| Hex | 13 | 89 | 22 | 56 | 0 | 4B | 2E | 80 | 4C | 1F |
| Octal | 23 | 211 | 42 | 126 | 0 | 113 | 56 | 200 | 114 | 37 |
| Binary | 10011 | 10001001 | 100010 | 1010110 | 0 | 1001011 | 101110 | 10000000 | 1001100 | 11111 |
Color Harmonies of #138922
Complementary color
Monochromatic Colors of #138922
Black with #138922
Text Example
Text Example
White with #138922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138922; }
p { color: rgb(19,137,34); }
H1.HeaderClassName
{
color: #138922;
}
.AnyTagClassName
{
color: #138922;
}
</style>
background-color css
<style>
a { background-color: #138922; }
a { background-color: rgb(19,137,34); }
div.DivClassName
{
background-color: #138922;
}
.BgClassName
{
background-color: #138922;
}
</style>
border-color css
<style>
span { border-color: #138922; }
span { border-color: rgb(19,137,34); }
td.TdClassName
{
border-color: #138922;
}
.TagClassName
{
border-color: #138922;
}
</style>