Shades of Forest Green #138B2D
Tints of Forest Green #138B2D
RGB
CMYK
RGB Variations
Color information
#138B2D (or 0x138B2D) is known color: Forest Green. HEX triplet: 13, 8B and 2D. RGB value is (19,139,45). Sum of RGB (Red+Green+Blue) = 19+139+45=203 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.36% from 203); Green value is 139 (54.69% from 255 or 68.47% from 203); Blue value is 45 (17.97% from 255 or 22.17% from 203); Max value from RGB is 139 - color contains mainly: green. Hex color #138B2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138B2D is #EC74D2. Grayscale: #5C5C5C. Windows color (decimal): -15496403 or 2984723. OLE color: 2984723.
HSL color Cylindrical-coordinate representation of color #138B2D: hue angle of 133º 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 #138B2D is Cyan = 0.86, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 19 | 139 | 45 | - |
| CMYK | 0.86 | 0 | 0.68 | 0.45 |
| HSL | 133º | 0.76% | 0.31% | - |
| HSV(B) | 133º | 0.86% | 0.55% | - |
| XYZ | 9.97 | 18.79 | 5.58 | - |
| YUV | 92.4 | 101.24 | 75.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 139 | 45 | 0.86 | 0 | 0.68 | 0.45 | 133 | 0.76 | 0.31 |
| Hex | 13 | 8B | 2D | 56 | 0 | 44 | 2D | 85 | 4C | 1F |
| Octal | 23 | 213 | 55 | 126 | 0 | 104 | 55 | 205 | 114 | 37 |
| Binary | 10011 | 10001011 | 101101 | 1010110 | 0 | 1000100 | 101101 | 10000101 | 1001100 | 11111 |
Color Harmonies of #138B2D
Complementary color
Monochromatic Colors of #138B2D
Black with #138B2D
Text Example
Text Example
White with #138B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138B2D; }
p { color: rgb(19,139,45); }
H1.HeaderClassName
{
color: #138B2D;
}
.AnyTagClassName
{
color: #138B2D;
}
</style>
background-color css
<style>
a { background-color: #138B2D; }
a { background-color: rgb(19,139,45); }
div.DivClassName
{
background-color: #138B2D;
}
.BgClassName
{
background-color: #138B2D;
}
</style>
border-color css
<style>
span { border-color: #138B2D; }
span { border-color: rgb(19,139,45); }
td.TdClassName
{
border-color: #138B2D;
}
.TagClassName
{
border-color: #138B2D;
}
</style>