Shades of Forest Green #138B26
Tints of Forest Green #138B26
RGB
CMYK
RGB Variations
Color information
#138B26 (or 0x138B26) is known color: Forest Green. HEX triplet: 13, 8B and 26. RGB value is (19,139,38). Sum of RGB (Red+Green+Blue) = 19+139+38=196 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.69% from 196); Green value is 139 (54.69% from 255 or 70.92% from 196); Blue value is 38 (15.23% from 255 or 19.39% from 196); Max value from RGB is 139 - color contains mainly: green. Hex color #138B26 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138B26 is #EC74D9. Grayscale: #5B5B5B. Windows color (decimal): -15496410 or 2525971. OLE color: 2525971.
HSL color Cylindrical-coordinate representation of color #138B26: hue angle of 129.5º 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 #138B26 is Cyan = 0.86, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 19 | 139 | 38 | - |
| CMYK | 0.86 | 0 | 0.73 | 0.45 |
| HSL | 129.5º | 0.76% | 0.31% | - |
| HSV(B) | 129.5º | 0.86% | 0.55% | - |
| XYZ | 9.85 | 18.74 | 4.93 | - |
| YUV | 91.61 | 97.74 | 76.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 139 | 38 | 0.86 | 0 | 0.73 | 0.45 | 129.5 | 0.76 | 0.31 |
| Hex | 13 | 8B | 26 | 56 | 0 | 49 | 2D | 82 | 4C | 1F |
| Octal | 23 | 213 | 46 | 126 | 0 | 111 | 55 | 202 | 114 | 37 |
| Binary | 10011 | 10001011 | 100110 | 1010110 | 0 | 1001001 | 101101 | 10000010 | 1001100 | 11111 |
Color Harmonies of #138B26
Complementary color
Monochromatic Colors of #138B26
Black with #138B26
Text Example
Text Example
White with #138B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138B26; }
p { color: rgb(19,139,38); }
H1.HeaderClassName
{
color: #138B26;
}
.AnyTagClassName
{
color: #138B26;
}
</style>
background-color css
<style>
a { background-color: #138B26; }
a { background-color: rgb(19,139,38); }
div.DivClassName
{
background-color: #138B26;
}
.BgClassName
{
background-color: #138B26;
}
</style>
border-color css
<style>
span { border-color: #138B26; }
span { border-color: rgb(19,139,38); }
td.TdClassName
{
border-color: #138B26;
}
.TagClassName
{
border-color: #138B26;
}
</style>