Shades of Dark Pastel Green #13C047
Tints of Dark Pastel Green #13C047
RGB
CMYK
RGB Variations
Color information
#13C047 (or 0x13C047) is known color: Dark Pastel Green. HEX triplet: 13, C0 and 47. RGB value is (19,192,71). Sum of RGB (Red+Green+Blue) = 19+192+71=282 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.74% from 282); Green value is 192 (75.39% from 255 or 68.09% from 282); Blue value is 71 (28.12% from 255 or 25.18% from 282); Max value from RGB is 192 - color contains mainly: green. Hex color #13C047 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13C047 is #EC3FB8. Grayscale: #7E7E7E. Windows color (decimal): -15482809 or 4702227. OLE color: 4702227.
HSL color Cylindrical-coordinate representation of color #13C047: hue angle of 138.03º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C047 is Cyan = 0.90, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 19 | 192 | 71 | - |
| CMYK | 0.90 | 0 | 0.63 | 0.25 |
| HSL | 138.03º | 0.82% | 0.41% | - |
| HSV(B) | 138.03º | 0.9% | 0.75% | - |
| XYZ | 20.26 | 38.29 | 12.28 | - |
| YUV | 126.48 | 96.69 | 51.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 192 | 71 | 0.90 | 0 | 0.63 | 0.25 | 138.03 | 0.82 | 0.41 |
| Hex | 13 | C0 | 47 | 5A | 0 | 3F | 19 | 8A | 52 | 29 |
| Octal | 23 | 300 | 107 | 132 | 0 | 77 | 31 | 212 | 122 | 51 |
| Binary | 10011 | 11000000 | 1000111 | 1011010 | 0 | 111111 | 11001 | 10001010 | 1010010 | 101001 |
Color Harmonies of #13C047
Complementary color
Monochromatic Colors of #13C047
Black with #13C047
Text Example
Text Example
White with #13C047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C047; }
p { color: rgb(19,192,71); }
H1.HeaderClassName
{
color: #13C047;
}
.AnyTagClassName
{
color: #13C047;
}
</style>
background-color css
<style>
a { background-color: #13C047; }
a { background-color: rgb(19,192,71); }
div.DivClassName
{
background-color: #13C047;
}
.BgClassName
{
background-color: #13C047;
}
</style>
border-color css
<style>
span { border-color: #13C047; }
span { border-color: rgb(19,192,71); }
td.TdClassName
{
border-color: #13C047;
}
.TagClassName
{
border-color: #13C047;
}
</style>