Shades of Forest Green #138D24
Tints of Forest Green #138D24
RGB
CMYK
RGB Variations
Color information
#138D24 (or 0x138D24) is known color: Forest Green. HEX triplet: 13, 8D and 24. RGB value is (19,141,36). Sum of RGB (Red+Green+Blue) = 19+141+36=196 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.69% from 196); Green value is 141 (55.47% from 255 or 71.94% from 196); Blue value is 36 (14.45% from 255 or 18.37% from 196); Max value from RGB is 141 - color contains mainly: green. Hex color #138D24 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138D24 is #EC72DB. Grayscale: #5C5C5C. Windows color (decimal): -15495900 or 2395411. OLE color: 2395411.
HSL color Cylindrical-coordinate representation of color #138D24: hue angle of 128.36º 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 #138D24 is Cyan = 0.87, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 19 | 141 | 36 | - |
| CMYK | 0.87 | 0 | 0.74 | 0.45 |
| HSL | 128.36º | 0.76% | 0.31% | - |
| HSV(B) | 128.36º | 0.87% | 0.55% | - |
| XYZ | 10.11 | 19.32 | 4.86 | - |
| YUV | 92.55 | 96.08 | 75.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 141 | 36 | 0.87 | 0 | 0.74 | 0.45 | 128.36 | 0.76 | 0.31 |
| Hex | 13 | 8D | 24 | 57 | 0 | 4A | 2D | 80 | 4C | 1F |
| Octal | 23 | 215 | 44 | 127 | 0 | 112 | 55 | 200 | 114 | 37 |
| Binary | 10011 | 10001101 | 100100 | 1010111 | 0 | 1001010 | 101101 | 10000000 | 1001100 | 11111 |
Color Harmonies of #138D24
Complementary color
Monochromatic Colors of #138D24
Black with #138D24
Text Example
Text Example
White with #138D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138D24; }
p { color: rgb(19,141,36); }
H1.HeaderClassName
{
color: #138D24;
}
.AnyTagClassName
{
color: #138D24;
}
</style>
background-color css
<style>
a { background-color: #138D24; }
a { background-color: rgb(19,141,36); }
div.DivClassName
{
background-color: #138D24;
}
.BgClassName
{
background-color: #138D24;
}
</style>
border-color css
<style>
span { border-color: #138D24; }
span { border-color: rgb(19,141,36); }
td.TdClassName
{
border-color: #138D24;
}
.TagClassName
{
border-color: #138D24;
}
</style>