Shades of Dark Pastel Green #13C04D
Tints of Dark Pastel Green #13C04D
RGB
CMYK
RGB Variations
Color information
#13C04D (or 0x13C04D) is known color: Dark Pastel Green. HEX triplet: 13, C0 and 4D. RGB value is (19,192,77). Sum of RGB (Red+Green+Blue) = 19+192+77=288 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.60% from 288); Green value is 192 (75.39% from 255 or 66.67% from 288); Blue value is 77 (30.47% from 255 or 26.74% from 288); Max value from RGB is 192 - color contains mainly: green. Hex color #13C04D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13C04D is #EC3FB2. Grayscale: #7F7F7F. Windows color (decimal): -15482803 or 5095443. OLE color: 5095443.
HSL color Cylindrical-coordinate representation of color #13C04D: hue angle of 140.12º 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 #13C04D is Cyan = 0.90, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 19 | 192 | 77 | - |
| CMYK | 0.90 | 0 | 0.60 | 0.25 |
| HSL | 140.12º | 0.82% | 0.41% | - |
| HSV(B) | 140.12º | 0.9% | 0.75% | - |
| XYZ | 20.46 | 38.37 | 13.35 | - |
| YUV | 127.16 | 99.69 | 50.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 192 | 77 | 0.90 | 0 | 0.60 | 0.25 | 140.12 | 0.82 | 0.41 |
| Hex | 13 | C0 | 4D | 5A | 0 | 3C | 19 | 8C | 52 | 29 |
| Octal | 23 | 300 | 115 | 132 | 0 | 74 | 31 | 214 | 122 | 51 |
| Binary | 10011 | 11000000 | 1001101 | 1011010 | 0 | 111100 | 11001 | 10001100 | 1010010 | 101001 |
Color Harmonies of #13C04D
Complementary color
Monochromatic Colors of #13C04D
Black with #13C04D
Text Example
Text Example
White with #13C04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C04D; }
p { color: rgb(19,192,77); }
H1.HeaderClassName
{
color: #13C04D;
}
.AnyTagClassName
{
color: #13C04D;
}
</style>
background-color css
<style>
a { background-color: #13C04D; }
a { background-color: rgb(19,192,77); }
div.DivClassName
{
background-color: #13C04D;
}
.BgClassName
{
background-color: #13C04D;
}
</style>
border-color css
<style>
span { border-color: #13C04D; }
span { border-color: rgb(19,192,77); }
td.TdClassName
{
border-color: #13C04D;
}
.TagClassName
{
border-color: #13C04D;
}
</style>