Shades of Forest Green #138127
Tints of Forest Green #138127
RGB
CMYK
RGB Variations
Color information
#138127 (or 0x138127) is known color: Forest Green. HEX triplet: 13, 81 and 27. RGB value is (19,129,39). Sum of RGB (Red+Green+Blue) = 19+129+39=187 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.16% from 187); Green value is 129 (50.78% from 255 or 68.98% from 187); Blue value is 39 (15.62% from 255 or 20.86% from 187); Max value from RGB is 129 - color contains mainly: green. Hex color #138127 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138127 is #EC7ED8. Grayscale: #565656. Windows color (decimal): -15498969 or 2588947. OLE color: 2588947.
HSL color Cylindrical-coordinate representation of color #138127: hue angle of 130.91º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #138127 is Cyan = 0.85, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 19 | 129 | 39 | - |
| CMYK | 0.85 | 0 | 0.70 | 0.49 |
| HSL | 130.91º | 0.74% | 0.29% | - |
| HSV(B) | 130.91º | 0.85% | 0.51% | - |
| XYZ | 8.49 | 15.99 | 4.56 | - |
| YUV | 85.85 | 101.56 | 80.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 129 | 39 | 0.85 | 0 | 0.70 | 0.49 | 130.91 | 0.74 | 0.29 |
| Hex | 13 | 81 | 27 | 55 | 0 | 46 | 31 | 83 | 4A | 1D |
| Octal | 23 | 201 | 47 | 125 | 0 | 106 | 61 | 203 | 112 | 35 |
| Binary | 10011 | 10000001 | 100111 | 1010101 | 0 | 1000110 | 110001 | 10000011 | 1001010 | 11101 |
Color Harmonies of #138127
Complementary color
Monochromatic Colors of #138127
Black with #138127
Text Example
Text Example
White with #138127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138127; }
p { color: rgb(19,129,39); }
H1.HeaderClassName
{
color: #138127;
}
.AnyTagClassName
{
color: #138127;
}
</style>
background-color css
<style>
a { background-color: #138127; }
a { background-color: rgb(19,129,39); }
div.DivClassName
{
background-color: #138127;
}
.BgClassName
{
background-color: #138127;
}
</style>
border-color css
<style>
span { border-color: #138127; }
span { border-color: rgb(19,129,39); }
td.TdClassName
{
border-color: #138127;
}
.TagClassName
{
border-color: #138127;
}
</style>