Shades of Forest Green #138B29
Tints of Forest Green #138B29
RGB
CMYK
RGB Variations
Color information
#138B29 (or 0x138B29) is known color: Forest Green. HEX triplet: 13, 8B and 29. RGB value is (19,139,41). Sum of RGB (Red+Green+Blue) = 19+139+41=199 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.55% from 199); Green value is 139 (54.69% from 255 or 69.85% from 199); Blue value is 41 (16.41% from 255 or 20.60% from 199); Max value from RGB is 139 - color contains mainly: green. Hex color #138B29 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138B29 is #EC74D6. Grayscale: #5C5C5C. Windows color (decimal): -15496407 or 2722579. OLE color: 2722579.
HSL color Cylindrical-coordinate representation of color #138B29: hue angle of 131º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138B29 is Cyan = 0.86, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 19 | 139 | 41 | - |
| CMYK | 0.86 | 0 | 0.71 | 0.45 |
| HSL | 131º | 0.76% | 0.31% | - |
| HSV(B) | 131º | 0.86% | 0.55% | - |
| XYZ | 9.9 | 18.76 | 5.2 | - |
| YUV | 91.95 | 99.24 | 75.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 139 | 41 | 0.86 | 0 | 0.71 | 0.45 | 131 | 0.76 | 0.31 |
| Hex | 13 | 8B | 29 | 56 | 0 | 47 | 2D | 83 | 4C | 1F |
| Octal | 23 | 213 | 51 | 126 | 0 | 107 | 55 | 203 | 114 | 37 |
| Binary | 10011 | 10001011 | 101001 | 1010110 | 0 | 1000111 | 101101 | 10000011 | 1001100 | 11111 |
Color Harmonies of #138B29
Complementary color
Monochromatic Colors of #138B29
Black with #138B29
Text Example
Text Example
White with #138B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138B29; }
p { color: rgb(19,139,41); }
H1.HeaderClassName
{
color: #138B29;
}
.AnyTagClassName
{
color: #138B29;
}
</style>
background-color css
<style>
a { background-color: #138B29; }
a { background-color: rgb(19,139,41); }
div.DivClassName
{
background-color: #138B29;
}
.BgClassName
{
background-color: #138B29;
}
</style>
border-color css
<style>
span { border-color: #138B29; }
span { border-color: rgb(19,139,41); }
td.TdClassName
{
border-color: #138B29;
}
.TagClassName
{
border-color: #138B29;
}
</style>