Shades of Forest Green #139C2D
Tints of Forest Green #139C2D
RGB
CMYK
RGB Variations
Color information
#139C2D (or 0x139C2D) is known color: Forest Green. HEX triplet: 13, 9C and 2D. RGB value is (19,156,45). Sum of RGB (Red+Green+Blue) = 19+156+45=220 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.64% from 220); Green value is 156 (61.33% from 255 or 70.91% from 220); Blue value is 45 (17.97% from 255 or 20.45% from 220); Max value from RGB is 156 - color contains mainly: green. Hex color #139C2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139C2D is #EC63D2. Grayscale: #666666. Windows color (decimal): -15492051 or 2989075. OLE color: 2989075.
HSL color Cylindrical-coordinate representation of color #139C2D: hue angle of 131.39º 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 #139C2D is Cyan = 0.88, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 19 | 156 | 45 | - |
| CMYK | 0.88 | 0 | 0.71 | 0.39 |
| HSL | 131.39º | 0.78% | 0.34% | - |
| HSV(B) | 131.39º | 0.88% | 0.61% | - |
| XYZ | 12.63 | 24.1 | 6.47 | - |
| YUV | 102.38 | 95.61 | 68.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 156 | 45 | 0.88 | 0 | 0.71 | 0.39 | 131.39 | 0.78 | 0.34 |
| Hex | 13 | 9C | 2D | 58 | 0 | 47 | 27 | 83 | 4E | 22 |
| Octal | 23 | 234 | 55 | 130 | 0 | 107 | 47 | 203 | 116 | 42 |
| Binary | 10011 | 10011100 | 101101 | 1011000 | 0 | 1000111 | 100111 | 10000011 | 1001110 | 100010 |
Color Harmonies of #139C2D
Complementary color
Monochromatic Colors of #139C2D
Black with #139C2D
Text Example
Text Example
White with #139C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139C2D; }
p { color: rgb(19,156,45); }
H1.HeaderClassName
{
color: #139C2D;
}
.AnyTagClassName
{
color: #139C2D;
}
</style>
background-color css
<style>
a { background-color: #139C2D; }
a { background-color: rgb(19,156,45); }
div.DivClassName
{
background-color: #139C2D;
}
.BgClassName
{
background-color: #139C2D;
}
</style>
border-color css
<style>
span { border-color: #139C2D; }
span { border-color: rgb(19,156,45); }
td.TdClassName
{
border-color: #139C2D;
}
.TagClassName
{
border-color: #139C2D;
}
</style>