Shades of Forest Green #138621
Tints of Forest Green #138621
RGB
CMYK
RGB Variations
Color information
#138621 (or 0x138621) is known color: Forest Green. HEX triplet: 13, 86 and 21. RGB value is (19,134,33). Sum of RGB (Red+Green+Blue) = 19+134+33=186 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.22% from 186); Green value is 134 (52.73% from 255 or 72.04% from 186); Blue value is 33 (13.28% from 255 or 17.74% from 186); Max value from RGB is 134 - color contains mainly: green. Hex color #138621 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138621 is #EC79DE. Grayscale: #585858. Windows color (decimal): -15497695 or 2197011. OLE color: 2197011.
HSL color Cylindrical-coordinate representation of color #138621: hue angle of 127.3º 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 #138621 is Cyan = 0.86, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 19 | 134 | 33 | - |
| CMYK | 0.86 | 0 | 0.75 | 0.47 |
| HSL | 127.3º | 0.75% | 0.3% | - |
| HSV(B) | 127.3º | 0.86% | 0.53% | - |
| XYZ | 9.07 | 17.3 | 4.3 | - |
| YUV | 88.1 | 96.9 | 78.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 134 | 33 | 0.86 | 0 | 0.75 | 0.47 | 127.3 | 0.75 | 0.3 |
| Hex | 13 | 86 | 21 | 56 | 0 | 4B | 2F | 7F | 4B | 1E |
| Octal | 23 | 206 | 41 | 126 | 0 | 113 | 57 | 177 | 113 | 36 |
| Binary | 10011 | 10000110 | 100001 | 1010110 | 0 | 1001011 | 101111 | 1111111 | 1001011 | 11110 |
Color Harmonies of #138621
Complementary color
Monochromatic Colors of #138621
Black with #138621
Text Example
Text Example
White with #138621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138621; }
p { color: rgb(19,134,33); }
H1.HeaderClassName
{
color: #138621;
}
.AnyTagClassName
{
color: #138621;
}
</style>
background-color css
<style>
a { background-color: #138621; }
a { background-color: rgb(19,134,33); }
div.DivClassName
{
background-color: #138621;
}
.BgClassName
{
background-color: #138621;
}
</style>
border-color css
<style>
span { border-color: #138621; }
span { border-color: rgb(19,134,33); }
td.TdClassName
{
border-color: #138621;
}
.TagClassName
{
border-color: #138621;
}
</style>