Shades of Forest Green #138C2C
Tints of Forest Green #138C2C
RGB
CMYK
RGB Variations
Color information
#138C2C (or 0x138C2C) is known color: Forest Green. HEX triplet: 13, 8C and 2C. RGB value is (19,140,44). Sum of RGB (Red+Green+Blue) = 19+140+44=203 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.36% from 203); Green value is 140 (55.08% from 255 or 68.97% from 203); Blue value is 44 (17.58% from 255 or 21.67% from 203); Max value from RGB is 140 - color contains mainly: green. Hex color #138C2C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138C2C is #EC73D3. Grayscale: #5D5D5D. Windows color (decimal): -15496148 or 2919443. OLE color: 2919443.
HSL color Cylindrical-coordinate representation of color #138C2C: hue angle of 132.4º 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 #138C2C is Cyan = 0.86, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 19 | 140 | 44 | - |
| CMYK | 0.86 | 0 | 0.69 | 0.45 |
| HSL | 132.4º | 0.76% | 0.31% | - |
| HSV(B) | 132.4º | 0.86% | 0.55% | - |
| XYZ | 10.1 | 19.08 | 5.53 | - |
| YUV | 92.88 | 100.41 | 75.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 140 | 44 | 0.86 | 0 | 0.69 | 0.45 | 132.4 | 0.76 | 0.31 |
| Hex | 13 | 8C | 2C | 56 | 0 | 45 | 2D | 84 | 4C | 1F |
| Octal | 23 | 214 | 54 | 126 | 0 | 105 | 55 | 204 | 114 | 37 |
| Binary | 10011 | 10001100 | 101100 | 1010110 | 0 | 1000101 | 101101 | 10000100 | 1001100 | 11111 |
Color Harmonies of #138C2C
Complementary color
Monochromatic Colors of #138C2C
Black with #138C2C
Text Example
Text Example
White with #138C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138C2C; }
p { color: rgb(19,140,44); }
H1.HeaderClassName
{
color: #138C2C;
}
.AnyTagClassName
{
color: #138C2C;
}
</style>
background-color css
<style>
a { background-color: #138C2C; }
a { background-color: rgb(19,140,44); }
div.DivClassName
{
background-color: #138C2C;
}
.BgClassName
{
background-color: #138C2C;
}
</style>
border-color css
<style>
span { border-color: #138C2C; }
span { border-color: rgb(19,140,44); }
td.TdClassName
{
border-color: #138C2C;
}
.TagClassName
{
border-color: #138C2C;
}
</style>