Shades of Forest Green #138624
Tints of Forest Green #138624
RGB
CMYK
RGB Variations
Color information
#138624 (or 0x138624) is known color: Forest Green. HEX triplet: 13, 86 and 24. RGB value is (19,134,36). Sum of RGB (Red+Green+Blue) = 19+134+36=189 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10.05% from 189); Green value is 134 (52.73% from 255 or 70.90% from 189); Blue value is 36 (14.45% from 255 or 19.05% from 189); Max value from RGB is 134 - color contains mainly: green. Hex color #138624 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138624 is #EC79DB. Grayscale: #585858. Windows color (decimal): -15497692 or 2393619. OLE color: 2393619.
HSL color Cylindrical-coordinate representation of color #138624: hue angle of 128.87º 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 #138624 is Cyan = 0.86, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 19 | 134 | 36 | - |
| CMYK | 0.86 | 0 | 0.73 | 0.47 |
| HSL | 128.87º | 0.75% | 0.3% | - |
| HSV(B) | 128.87º | 0.86% | 0.53% | - |
| XYZ | 9.11 | 17.32 | 4.53 | - |
| YUV | 88.44 | 98.4 | 78.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 134 | 36 | 0.86 | 0 | 0.73 | 0.47 | 128.87 | 0.75 | 0.3 |
| Hex | 13 | 86 | 24 | 56 | 0 | 49 | 2F | 81 | 4B | 1E |
| Octal | 23 | 206 | 44 | 126 | 0 | 111 | 57 | 201 | 113 | 36 |
| Binary | 10011 | 10000110 | 100100 | 1010110 | 0 | 1001001 | 101111 | 10000001 | 1001011 | 11110 |
Color Harmonies of #138624
Complementary color
Monochromatic Colors of #138624
Black with #138624
Text Example
Text Example
White with #138624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138624; }
p { color: rgb(19,134,36); }
H1.HeaderClassName
{
color: #138624;
}
.AnyTagClassName
{
color: #138624;
}
</style>
background-color css
<style>
a { background-color: #138624; }
a { background-color: rgb(19,134,36); }
div.DivClassName
{
background-color: #138624;
}
.BgClassName
{
background-color: #138624;
}
</style>
border-color css
<style>
span { border-color: #138624; }
span { border-color: rgb(19,134,36); }
td.TdClassName
{
border-color: #138624;
}
.TagClassName
{
border-color: #138624;
}
</style>