Shades of Forest Green #138C36
Tints of Forest Green #138C36
RGB
CMYK
RGB Variations
Color information
#138C36 (or 0x138C36) is known color: Forest Green. HEX triplet: 13, 8C and 36. RGB value is (19,140,54). Sum of RGB (Red+Green+Blue) = 19+140+54=213 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.92% from 213); Green value is 140 (55.08% from 255 or 65.73% from 213); Blue value is 54 (21.48% from 255 or 25.35% from 213); Max value from RGB is 140 - color contains mainly: green. Hex color #138C36 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138C36 is #EC73C9. Grayscale: #5E5E5E. Windows color (decimal): -15496138 or 3574803. OLE color: 3574803.
HSL color Cylindrical-coordinate representation of color #138C36: hue angle of 137.36º 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 #138C36 is Cyan = 0.86, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 19 | 140 | 54 | - |
| CMYK | 0.86 | 0 | 0.61 | 0.45 |
| HSL | 137.36º | 0.76% | 0.31% | - |
| HSV(B) | 137.36º | 0.86% | 0.55% | - |
| XYZ | 10.31 | 19.16 | 6.64 | - |
| YUV | 94.02 | 105.41 | 74.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 140 | 54 | 0.86 | 0 | 0.61 | 0.45 | 137.36 | 0.76 | 0.31 |
| Hex | 13 | 8C | 36 | 56 | 0 | 3D | 2D | 89 | 4C | 1F |
| Octal | 23 | 214 | 66 | 126 | 0 | 75 | 55 | 211 | 114 | 37 |
| Binary | 10011 | 10001100 | 110110 | 1010110 | 0 | 111101 | 101101 | 10001001 | 1001100 | 11111 |
Color Harmonies of #138C36
Complementary color
Monochromatic Colors of #138C36
Black with #138C36
Text Example
Text Example
White with #138C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138C36; }
p { color: rgb(19,140,54); }
H1.HeaderClassName
{
color: #138C36;
}
.AnyTagClassName
{
color: #138C36;
}
</style>
background-color css
<style>
a { background-color: #138C36; }
a { background-color: rgb(19,140,54); }
div.DivClassName
{
background-color: #138C36;
}
.BgClassName
{
background-color: #138C36;
}
</style>
border-color css
<style>
span { border-color: #138C36; }
span { border-color: rgb(19,140,54); }
td.TdClassName
{
border-color: #138C36;
}
.TagClassName
{
border-color: #138C36;
}
</style>