Shades of Forest Green #138B2B
Tints of Forest Green #138B2B
RGB
CMYK
RGB Variations
Color information
#138B2B (or 0x138B2B) is known color: Forest Green. HEX triplet: 13, 8B and 2B. RGB value is (19,139,43). Sum of RGB (Red+Green+Blue) = 19+139+43=201 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.45% from 201); Green value is 139 (54.69% from 255 or 69.15% from 201); Blue value is 43 (17.19% from 255 or 21.39% from 201); Max value from RGB is 139 - color contains mainly: green. Hex color #138B2B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138B2B is #EC74D4. Grayscale: #5C5C5C. Windows color (decimal): -15496405 or 2853651. OLE color: 2853651.
HSL color Cylindrical-coordinate representation of color #138B2B: hue angle of 132º 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 #138B2B is Cyan = 0.86, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 19 | 139 | 43 | - |
| CMYK | 0.86 | 0 | 0.69 | 0.45 |
| HSL | 132º | 0.76% | 0.31% | - |
| HSV(B) | 132º | 0.86% | 0.55% | - |
| XYZ | 9.94 | 18.78 | 5.39 | - |
| YUV | 92.18 | 100.24 | 75.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 139 | 43 | 0.86 | 0 | 0.69 | 0.45 | 132 | 0.76 | 0.31 |
| Hex | 13 | 8B | 2B | 56 | 0 | 45 | 2D | 84 | 4C | 1F |
| Octal | 23 | 213 | 53 | 126 | 0 | 105 | 55 | 204 | 114 | 37 |
| Binary | 10011 | 10001011 | 101011 | 1010110 | 0 | 1000101 | 101101 | 10000100 | 1001100 | 11111 |
Color Harmonies of #138B2B
Complementary color
Monochromatic Colors of #138B2B
Black with #138B2B
Text Example
Text Example
White with #138B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138B2B; }
p { color: rgb(19,139,43); }
H1.HeaderClassName
{
color: #138B2B;
}
.AnyTagClassName
{
color: #138B2B;
}
</style>
background-color css
<style>
a { background-color: #138B2B; }
a { background-color: rgb(19,139,43); }
div.DivClassName
{
background-color: #138B2B;
}
.BgClassName
{
background-color: #138B2B;
}
</style>
border-color css
<style>
span { border-color: #138B2B; }
span { border-color: rgb(19,139,43); }
td.TdClassName
{
border-color: #138B2B;
}
.TagClassName
{
border-color: #138B2B;
}
</style>