Shades of Forest Green #138C29
Tints of Forest Green #138C29
RGB
CMYK
RGB Variations
Color information
#138C29 (or 0x138C29) is known color: Forest Green. HEX triplet: 13, 8C and 29. RGB value is (19,140,41). Sum of RGB (Red+Green+Blue) = 19+140+41=200 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.5% from 200); Green value is 140 (55.08% from 255 or 70% from 200); Blue value is 41 (16.41% from 255 or 20.5% from 200); Max value from RGB is 140 - color contains mainly: green. Hex color #138C29 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138C29 is #EC73D6. Grayscale: #5C5C5C. Windows color (decimal): -15496151 or 2722835. OLE color: 2722835.
HSL color Cylindrical-coordinate representation of color #138C29: hue angle of 130.91º 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 #138C29 is Cyan = 0.86, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 19 | 140 | 41 | - |
| CMYK | 0.86 | 0 | 0.71 | 0.45 |
| HSL | 130.91º | 0.76% | 0.31% | - |
| HSV(B) | 130.91º | 0.86% | 0.55% | - |
| XYZ | 10.05 | 19.05 | 5.25 | - |
| YUV | 92.54 | 98.91 | 75.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 140 | 41 | 0.86 | 0 | 0.71 | 0.45 | 130.91 | 0.76 | 0.31 |
| Hex | 13 | 8C | 29 | 56 | 0 | 47 | 2D | 83 | 4C | 1F |
| Octal | 23 | 214 | 51 | 126 | 0 | 107 | 55 | 203 | 114 | 37 |
| Binary | 10011 | 10001100 | 101001 | 1010110 | 0 | 1000111 | 101101 | 10000011 | 1001100 | 11111 |
Color Harmonies of #138C29
Complementary color
Monochromatic Colors of #138C29
Black with #138C29
Text Example
Text Example
White with #138C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138C29; }
p { color: rgb(19,140,41); }
H1.HeaderClassName
{
color: #138C29;
}
.AnyTagClassName
{
color: #138C29;
}
</style>
background-color css
<style>
a { background-color: #138C29; }
a { background-color: rgb(19,140,41); }
div.DivClassName
{
background-color: #138C29;
}
.BgClassName
{
background-color: #138C29;
}
</style>
border-color css
<style>
span { border-color: #138C29; }
span { border-color: rgb(19,140,41); }
td.TdClassName
{
border-color: #138C29;
}
.TagClassName
{
border-color: #138C29;
}
</style>