Shades of Dark Pastel Green #13C426
Tints of Dark Pastel Green #13C426
RGB
CMYK
RGB Variations
Color information
#13C426 (or 0x13C426) is known color: Dark Pastel Green. HEX triplet: 13, C4 and 26. RGB value is (19,196,38). Sum of RGB (Red+Green+Blue) = 19+196+38=253 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.51% from 253); Green value is 196 (76.95% from 255 or 77.47% from 253); Blue value is 38 (15.23% from 255 or 15.02% from 253); Max value from RGB is 196 - color contains mainly: green. Hex color #13C426 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13C426 is #EC3BD9. Grayscale: #7D7D7D. Windows color (decimal): -15481818 or 2540563. OLE color: 2540563.
HSL color Cylindrical-coordinate representation of color #13C426: hue angle of 126.44º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C426 is Cyan = 0.90, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 19 | 196 | 38 | - |
| CMYK | 0.90 | 0 | 0.81 | 0.23 |
| HSL | 126.44º | 0.82% | 0.42% | - |
| HSV(B) | 126.44º | 0.9% | 0.77% | - |
| XYZ | 20.36 | 39.76 | 8.43 | - |
| YUV | 125.07 | 78.86 | 52.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 196 | 38 | 0.90 | 0 | 0.81 | 0.23 | 126.44 | 0.82 | 0.42 |
| Hex | 13 | C4 | 26 | 5A | 0 | 51 | 17 | 7E | 52 | 2A |
| Octal | 23 | 304 | 46 | 132 | 0 | 121 | 27 | 176 | 122 | 52 |
| Binary | 10011 | 11000100 | 100110 | 1011010 | 0 | 1010001 | 10111 | 1111110 | 1010010 | 101010 |
Color Harmonies of #13C426
Complementary color
Monochromatic Colors of #13C426
Black with #13C426
Text Example
Text Example
White with #13C426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C426; }
p { color: rgb(19,196,38); }
H1.HeaderClassName
{
color: #13C426;
}
.AnyTagClassName
{
color: #13C426;
}
</style>
background-color css
<style>
a { background-color: #13C426; }
a { background-color: rgb(19,196,38); }
div.DivClassName
{
background-color: #13C426;
}
.BgClassName
{
background-color: #13C426;
}
</style>
border-color css
<style>
span { border-color: #13C426; }
span { border-color: rgb(19,196,38); }
td.TdClassName
{
border-color: #13C426;
}
.TagClassName
{
border-color: #13C426;
}
</style>