Shades of Dark Pastel Green #139F36
Tints of Dark Pastel Green #139F36
RGB
CMYK
RGB Variations
Color information
#139F36 (or 0x139F36) is known color: Dark Pastel Green. HEX triplet: 13, 9F and 36. RGB value is (19,159,54). Sum of RGB (Red+Green+Blue) = 19+159+54=232 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.19% from 232); Green value is 159 (62.5% from 255 or 68.53% from 232); Blue value is 54 (21.48% from 255 or 23.28% from 232); Max value from RGB is 159 - color contains mainly: green. Hex color #139F36 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139F36 is #EC60C9. Grayscale: #696969. Windows color (decimal): -15491274 or 3579667. OLE color: 3579667.
HSL color Cylindrical-coordinate representation of color #139F36: hue angle of 135º 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 #139F36 is Cyan = 0.88, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 19 | 159 | 54 | - |
| CMYK | 0.88 | 0 | 0.66 | 0.38 |
| HSL | 135º | 0.79% | 0.35% | - |
| HSV(B) | 135º | 0.88% | 0.62% | - |
| XYZ | 13.33 | 25.2 | 7.65 | - |
| YUV | 105.17 | 99.12 | 66.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 159 | 54 | 0.88 | 0 | 0.66 | 0.38 | 135 | 0.79 | 0.35 |
| Hex | 13 | 9F | 36 | 58 | 0 | 42 | 26 | 87 | 4F | 23 |
| Octal | 23 | 237 | 66 | 130 | 0 | 102 | 46 | 207 | 117 | 43 |
| Binary | 10011 | 10011111 | 110110 | 1011000 | 0 | 1000010 | 100110 | 10000111 | 1001111 | 100011 |
Color Harmonies of #139F36
Complementary color
Monochromatic Colors of #139F36
Black with #139F36
Text Example
Text Example
White with #139F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139F36; }
p { color: rgb(19,159,54); }
H1.HeaderClassName
{
color: #139F36;
}
.AnyTagClassName
{
color: #139F36;
}
</style>
background-color css
<style>
a { background-color: #139F36; }
a { background-color: rgb(19,159,54); }
div.DivClassName
{
background-color: #139F36;
}
.BgClassName
{
background-color: #139F36;
}
</style>
border-color css
<style>
span { border-color: #139F36; }
span { border-color: rgb(19,159,54); }
td.TdClassName
{
border-color: #139F36;
}
.TagClassName
{
border-color: #139F36;
}
</style>