Shades of Forest Green #139B2D
Tints of Forest Green #139B2D
RGB
CMYK
RGB Variations
Color information
#139B2D (or 0x139B2D) is known color: Forest Green. HEX triplet: 13, 9B and 2D. RGB value is (19,155,45). Sum of RGB (Red+Green+Blue) = 19+155+45=219 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.68% from 219); Green value is 155 (60.94% from 255 or 70.78% from 219); Blue value is 45 (17.97% from 255 or 20.55% from 219); Max value from RGB is 155 - color contains mainly: green. Hex color #139B2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139B2D is #EC64D2. Grayscale: #666666. Windows color (decimal): -15492307 or 2988819. OLE color: 2988819.
HSL color Cylindrical-coordinate representation of color #139B2D: hue angle of 131.47º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #139B2D is Cyan = 0.88, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 19 | 155 | 45 | - |
| CMYK | 0.88 | 0 | 0.71 | 0.39 |
| HSL | 131.47º | 0.78% | 0.34% | - |
| HSV(B) | 131.47º | 0.88% | 0.61% | - |
| XYZ | 12.46 | 23.77 | 6.41 | - |
| YUV | 101.8 | 95.94 | 68.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 155 | 45 | 0.88 | 0 | 0.71 | 0.39 | 131.47 | 0.78 | 0.34 |
| Hex | 13 | 9B | 2D | 58 | 0 | 47 | 27 | 83 | 4E | 22 |
| Octal | 23 | 233 | 55 | 130 | 0 | 107 | 47 | 203 | 116 | 42 |
| Binary | 10011 | 10011011 | 101101 | 1011000 | 0 | 1000111 | 100111 | 10000011 | 1001110 | 100010 |
Color Harmonies of #139B2D
Complementary color
Monochromatic Colors of #139B2D
Black with #139B2D
Text Example
Text Example
White with #139B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139B2D; }
p { color: rgb(19,155,45); }
H1.HeaderClassName
{
color: #139B2D;
}
.AnyTagClassName
{
color: #139B2D;
}
</style>
background-color css
<style>
a { background-color: #139B2D; }
a { background-color: rgb(19,155,45); }
div.DivClassName
{
background-color: #139B2D;
}
.BgClassName
{
background-color: #139B2D;
}
</style>
border-color css
<style>
span { border-color: #139B2D; }
span { border-color: rgb(19,155,45); }
td.TdClassName
{
border-color: #139B2D;
}
.TagClassName
{
border-color: #139B2D;
}
</style>