Shades of Dark Pastel Green #139F37
Tints of Dark Pastel Green #139F37
RGB
CMYK
RGB Variations
Color information
#139F37 (or 0x139F37) is known color: Dark Pastel Green. HEX triplet: 13, 9F and 37. RGB value is (19,159,55). Sum of RGB (Red+Green+Blue) = 19+159+55=233 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.15% from 233); Green value is 159 (62.5% from 255 or 68.24% from 233); Blue value is 55 (21.88% from 255 or 23.61% from 233); Max value from RGB is 159 - color contains mainly: green. Hex color #139F37 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139F37 is #EC60C8. Grayscale: #696969. Windows color (decimal): -15491273 or 3645203. OLE color: 3645203.
HSL color Cylindrical-coordinate representation of color #139F37: hue angle of 135.43º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #139F37 is Cyan = 0.88, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 19 | 159 | 55 | - |
| CMYK | 0.88 | 0 | 0.65 | 0.38 |
| HSL | 135.43º | 0.79% | 0.35% | - |
| HSV(B) | 135.43º | 0.88% | 0.62% | - |
| XYZ | 13.36 | 25.21 | 7.78 | - |
| YUV | 105.28 | 99.62 | 66.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 159 | 55 | 0.88 | 0 | 0.65 | 0.38 | 135.43 | 0.79 | 0.35 |
| Hex | 13 | 9F | 37 | 58 | 0 | 41 | 26 | 87 | 4F | 23 |
| Octal | 23 | 237 | 67 | 130 | 0 | 101 | 46 | 207 | 117 | 43 |
| Binary | 10011 | 10011111 | 110111 | 1011000 | 0 | 1000001 | 100110 | 10000111 | 1001111 | 100011 |
Color Harmonies of #139F37
Complementary color
Monochromatic Colors of #139F37
Black with #139F37
Text Example
Text Example
White with #139F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139F37; }
p { color: rgb(19,159,55); }
H1.HeaderClassName
{
color: #139F37;
}
.AnyTagClassName
{
color: #139F37;
}
</style>
background-color css
<style>
a { background-color: #139F37; }
a { background-color: rgb(19,159,55); }
div.DivClassName
{
background-color: #139F37;
}
.BgClassName
{
background-color: #139F37;
}
</style>
border-color css
<style>
span { border-color: #139F37; }
span { border-color: rgb(19,159,55); }
td.TdClassName
{
border-color: #139F37;
}
.TagClassName
{
border-color: #139F37;
}
</style>