Shades of Forest Green #138D28
Tints of Forest Green #138D28
RGB
CMYK
RGB Variations
Color information
#138D28 (or 0x138D28) is known color: Forest Green. HEX triplet: 13, 8D and 28. RGB value is (19,141,40). Sum of RGB (Red+Green+Blue) = 19+141+40=200 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.5% from 200); Green value is 141 (55.47% from 255 or 70.5% from 200); Blue value is 40 (16.02% from 255 or 20% from 200); Max value from RGB is 141 - color contains mainly: green. Hex color #138D28 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138D28 is #EC72D7. Grayscale: #5D5D5D. Windows color (decimal): -15495896 or 2657555. OLE color: 2657555.
HSL color Cylindrical-coordinate representation of color #138D28: hue angle of 130.33º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #138D28 is Cyan = 0.87, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 19 | 141 | 40 | - |
| CMYK | 0.87 | 0 | 0.72 | 0.45 |
| HSL | 130.33º | 0.76% | 0.31% | - |
| HSV(B) | 130.33º | 0.87% | 0.55% | - |
| XYZ | 10.18 | 19.34 | 5.2 | - |
| YUV | 93.01 | 98.08 | 75.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 141 | 40 | 0.87 | 0 | 0.72 | 0.45 | 130.33 | 0.76 | 0.31 |
| Hex | 13 | 8D | 28 | 57 | 0 | 48 | 2D | 82 | 4C | 1F |
| Octal | 23 | 215 | 50 | 127 | 0 | 110 | 55 | 202 | 114 | 37 |
| Binary | 10011 | 10001101 | 101000 | 1010111 | 0 | 1001000 | 101101 | 10000010 | 1001100 | 11111 |
Color Harmonies of #138D28
Complementary color
Monochromatic Colors of #138D28
Black with #138D28
Text Example
Text Example
White with #138D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138D28; }
p { color: rgb(19,141,40); }
H1.HeaderClassName
{
color: #138D28;
}
.AnyTagClassName
{
color: #138D28;
}
</style>
background-color css
<style>
a { background-color: #138D28; }
a { background-color: rgb(19,141,40); }
div.DivClassName
{
background-color: #138D28;
}
.BgClassName
{
background-color: #138D28;
}
</style>
border-color css
<style>
span { border-color: #138D28; }
span { border-color: rgb(19,141,40); }
td.TdClassName
{
border-color: #138D28;
}
.TagClassName
{
border-color: #138D28;
}
</style>