Shades of Forest Green #138E36
Tints of Forest Green #138E36
RGB
CMYK
RGB Variations
Color information
#138E36 (or 0x138E36) is known color: Forest Green. HEX triplet: 13, 8E and 36. RGB value is (19,142,54). Sum of RGB (Red+Green+Blue) = 19+142+54=215 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.84% from 215); Green value is 142 (55.86% from 255 or 66.05% from 215); Blue value is 54 (21.48% from 255 or 25.12% from 215); Max value from RGB is 142 - color contains mainly: green. Hex color #138E36 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138E36 is #EC71C9. Grayscale: #5F5F5F. Windows color (decimal): -15495626 or 3575315. OLE color: 3575315.
HSL color Cylindrical-coordinate representation of color #138E36: hue angle of 137.07º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #138E36 is Cyan = 0.87, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 19 | 142 | 54 | - |
| CMYK | 0.87 | 0 | 0.62 | 0.44 |
| HSL | 137.07º | 0.76% | 0.32% | - |
| HSV(B) | 137.07º | 0.87% | 0.56% | - |
| XYZ | 10.61 | 19.75 | 6.74 | - |
| YUV | 95.19 | 104.75 | 73.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 142 | 54 | 0.87 | 0 | 0.62 | 0.44 | 137.07 | 0.76 | 0.32 |
| Hex | 13 | 8E | 36 | 57 | 0 | 3E | 2C | 89 | 4C | 20 |
| Octal | 23 | 216 | 66 | 127 | 0 | 76 | 54 | 211 | 114 | 40 |
| Binary | 10011 | 10001110 | 110110 | 1010111 | 0 | 111110 | 101100 | 10001001 | 1001100 | 100000 |
Color Harmonies of #138E36
Complementary color
Monochromatic Colors of #138E36
Black with #138E36
Text Example
Text Example
White with #138E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138E36; }
p { color: rgb(19,142,54); }
H1.HeaderClassName
{
color: #138E36;
}
.AnyTagClassName
{
color: #138E36;
}
</style>
background-color css
<style>
a { background-color: #138E36; }
a { background-color: rgb(19,142,54); }
div.DivClassName
{
background-color: #138E36;
}
.BgClassName
{
background-color: #138E36;
}
</style>
border-color css
<style>
span { border-color: #138E36; }
span { border-color: rgb(19,142,54); }
td.TdClassName
{
border-color: #138E36;
}
.TagClassName
{
border-color: #138E36;
}
</style>