Shades of Forest Green #139538
Tints of Forest Green #139538
RGB
CMYK
RGB Variations
Color information
#139538 (or 0x139538) is known color: Forest Green. HEX triplet: 13, 95 and 38. RGB value is (19,149,56). Sum of RGB (Red+Green+Blue) = 19+149+56=224 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.48% from 224); Green value is 149 (58.59% from 255 or 66.52% from 224); Blue value is 56 (22.27% from 255 or 25% from 224); Max value from RGB is 149 - color contains mainly: green. Hex color #139538 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139538 is #EC6AC7. Grayscale: #636363. Windows color (decimal): -15493832 or 3708179. OLE color: 3708179.
HSL color Cylindrical-coordinate representation of color #139538: hue angle of 137.08º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #139538 is Cyan = 0.87, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 19 | 149 | 56 | - |
| CMYK | 0.87 | 0 | 0.62 | 0.42 |
| HSL | 137.08º | 0.77% | 0.33% | - |
| HSV(B) | 137.08º | 0.87% | 0.58% | - |
| XYZ | 11.73 | 21.92 | 7.35 | - |
| YUV | 99.53 | 103.43 | 70.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 149 | 56 | 0.87 | 0 | 0.62 | 0.42 | 137.08 | 0.77 | 0.33 |
| Hex | 13 | 95 | 38 | 57 | 0 | 3E | 2A | 89 | 4D | 21 |
| Octal | 23 | 225 | 70 | 127 | 0 | 76 | 52 | 211 | 115 | 41 |
| Binary | 10011 | 10010101 | 111000 | 1010111 | 0 | 111110 | 101010 | 10001001 | 1001101 | 100001 |
Color Harmonies of #139538
Complementary color
Monochromatic Colors of #139538
Black with #139538
Text Example
Text Example
White with #139538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139538; }
p { color: rgb(19,149,56); }
H1.HeaderClassName
{
color: #139538;
}
.AnyTagClassName
{
color: #139538;
}
</style>
background-color css
<style>
a { background-color: #139538; }
a { background-color: rgb(19,149,56); }
div.DivClassName
{
background-color: #139538;
}
.BgClassName
{
background-color: #139538;
}
</style>
border-color css
<style>
span { border-color: #139538; }
span { border-color: rgb(19,149,56); }
td.TdClassName
{
border-color: #139538;
}
.TagClassName
{
border-color: #139538;
}
</style>