Shades of Dark Pastel Green #13C249
Tints of Dark Pastel Green #13C249
RGB
CMYK
RGB Variations
Color information
#13C249 (or 0x13C249) is known color: Dark Pastel Green. HEX triplet: 13, C2 and 49. RGB value is (19,194,73). Sum of RGB (Red+Green+Blue) = 19+194+73=286 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.64% from 286); Green value is 194 (76.17% from 255 or 67.83% from 286); Blue value is 73 (28.91% from 255 or 25.52% from 286); Max value from RGB is 194 - color contains mainly: green. Hex color #13C249 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13C249 is #EC3DB6. Grayscale: #808080. Windows color (decimal): -15482295 or 4833811. OLE color: 4833811.
HSL color Cylindrical-coordinate representation of color #13C249: hue angle of 138.51º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C249 is Cyan = 0.90, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 19 | 194 | 73 | - |
| CMYK | 0.90 | 0 | 0.62 | 0.24 |
| HSL | 138.51º | 0.82% | 0.42% | - |
| HSV(B) | 138.51º | 0.9% | 0.76% | - |
| XYZ | 20.76 | 39.2 | 12.78 | - |
| YUV | 127.88 | 97.02 | 50.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 194 | 73 | 0.90 | 0 | 0.62 | 0.24 | 138.51 | 0.82 | 0.42 |
| Hex | 13 | C2 | 49 | 5A | 0 | 3E | 18 | 8B | 52 | 2A |
| Octal | 23 | 302 | 111 | 132 | 0 | 76 | 30 | 213 | 122 | 52 |
| Binary | 10011 | 11000010 | 1001001 | 1011010 | 0 | 111110 | 11000 | 10001011 | 1010010 | 101010 |
Color Harmonies of #13C249
Complementary color
Monochromatic Colors of #13C249
Black with #13C249
Text Example
Text Example
White with #13C249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C249; }
p { color: rgb(19,194,73); }
H1.HeaderClassName
{
color: #13C249;
}
.AnyTagClassName
{
color: #13C249;
}
</style>
background-color css
<style>
a { background-color: #13C249; }
a { background-color: rgb(19,194,73); }
div.DivClassName
{
background-color: #13C249;
}
.BgClassName
{
background-color: #13C249;
}
</style>
border-color css
<style>
span { border-color: #13C249; }
span { border-color: rgb(19,194,73); }
td.TdClassName
{
border-color: #13C249;
}
.TagClassName
{
border-color: #13C249;
}
</style>