Shades of Dark Pastel Green #13B949
Tints of Dark Pastel Green #13B949
RGB
CMYK
RGB Variations
Color information
#13B949 (or 0x13B949) is known color: Dark Pastel Green. HEX triplet: 13, B9 and 49. RGB value is (19,185,73). Sum of RGB (Red+Green+Blue) = 19+185+73=277 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.86% from 277); Green value is 185 (72.66% from 255 or 66.79% from 277); Blue value is 73 (28.91% from 255 or 26.35% from 277); Max value from RGB is 185 - color contains mainly: green. Hex color #13B949 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13B949 is #EC46B6. Grayscale: #7A7A7A. Windows color (decimal): -15484599 or 4831507. OLE color: 4831507.
HSL color Cylindrical-coordinate representation of color #13B949: hue angle of 139.52º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13B949 is Cyan = 0.90, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 19 | 185 | 73 | - |
| CMYK | 0.90 | 0 | 0.61 | 0.27 |
| HSL | 139.52º | 0.81% | 0.4% | - |
| HSV(B) | 139.52º | 0.9% | 0.73% | - |
| XYZ | 18.82 | 35.32 | 12.13 | - |
| YUV | 122.6 | 100 | 54.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 185 | 73 | 0.90 | 0 | 0.61 | 0.27 | 139.52 | 0.81 | 0.4 |
| Hex | 13 | B9 | 49 | 5A | 0 | 3D | 1B | 8C | 51 | 28 |
| Octal | 23 | 271 | 111 | 132 | 0 | 75 | 33 | 214 | 121 | 50 |
| Binary | 10011 | 10111001 | 1001001 | 1011010 | 0 | 111101 | 11011 | 10001100 | 1010001 | 101000 |
Color Harmonies of #13B949
Complementary color
Monochromatic Colors of #13B949
Black with #13B949
Text Example
Text Example
White with #13B949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13B949; }
p { color: rgb(19,185,73); }
H1.HeaderClassName
{
color: #13B949;
}
.AnyTagClassName
{
color: #13B949;
}
</style>
background-color css
<style>
a { background-color: #13B949; }
a { background-color: rgb(19,185,73); }
div.DivClassName
{
background-color: #13B949;
}
.BgClassName
{
background-color: #13B949;
}
</style>
border-color css
<style>
span { border-color: #13B949; }
span { border-color: rgb(19,185,73); }
td.TdClassName
{
border-color: #13B949;
}
.TagClassName
{
border-color: #13B949;
}
</style>