Shades of Forest Green #138622
Tints of Forest Green #138622
RGB
CMYK
RGB Variations
Color information
#138622 (or 0x138622) is known color: Forest Green. HEX triplet: 13, 86 and 22. RGB value is (19,134,34). Sum of RGB (Red+Green+Blue) = 19+134+34=187 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.16% from 187); Green value is 134 (52.73% from 255 or 71.66% from 187); Blue value is 34 (13.67% from 255 or 18.18% from 187); Max value from RGB is 134 - color contains mainly: green. Hex color #138622 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138622 is #EC79DD. Grayscale: #585858. Windows color (decimal): -15497694 or 2262547. OLE color: 2262547.
HSL color Cylindrical-coordinate representation of color #138622: hue angle of 127.83º 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 #138622 is Cyan = 0.86, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 19 | 134 | 34 | - |
| CMYK | 0.86 | 0 | 0.75 | 0.47 |
| HSL | 127.83º | 0.75% | 0.3% | - |
| HSV(B) | 127.83º | 0.86% | 0.53% | - |
| XYZ | 9.08 | 17.3 | 4.37 | - |
| YUV | 88.22 | 97.4 | 78.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 134 | 34 | 0.86 | 0 | 0.75 | 0.47 | 127.83 | 0.75 | 0.3 |
| Hex | 13 | 86 | 22 | 56 | 0 | 4B | 2F | 80 | 4B | 1E |
| Octal | 23 | 206 | 42 | 126 | 0 | 113 | 57 | 200 | 113 | 36 |
| Binary | 10011 | 10000110 | 100010 | 1010110 | 0 | 1001011 | 101111 | 10000000 | 1001011 | 11110 |
Color Harmonies of #138622
Complementary color
Monochromatic Colors of #138622
Black with #138622
Text Example
Text Example
White with #138622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138622; }
p { color: rgb(19,134,34); }
H1.HeaderClassName
{
color: #138622;
}
.AnyTagClassName
{
color: #138622;
}
</style>
background-color css
<style>
a { background-color: #138622; }
a { background-color: rgb(19,134,34); }
div.DivClassName
{
background-color: #138622;
}
.BgClassName
{
background-color: #138622;
}
</style>
border-color css
<style>
span { border-color: #138622; }
span { border-color: rgb(19,134,34); }
td.TdClassName
{
border-color: #138622;
}
.TagClassName
{
border-color: #138622;
}
</style>