Shades of Dark Pastel Green #13C529
Tints of Dark Pastel Green #13C529
RGB
CMYK
RGB Variations
Color information
#13C529 (or 0x13C529) is known color: Dark Pastel Green. HEX triplet: 13, C5 and 29. RGB value is (19,197,41). Sum of RGB (Red+Green+Blue) = 19+197+41=257 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.39% from 257); Green value is 197 (77.34% from 255 or 76.65% from 257); Blue value is 41 (16.41% from 255 or 15.95% from 257); Max value from RGB is 197 - color contains mainly: green. Hex color #13C529 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13C529 is #EC3AD6. Grayscale: #7E7E7E. Windows color (decimal): -15481559 or 2737427. OLE color: 2737427.
HSL color Cylindrical-coordinate representation of color #13C529: hue angle of 127.42º 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 #13C529 is Cyan = 0.90, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 19 | 197 | 41 | - |
| CMYK | 0.90 | 0 | 0.79 | 0.23 |
| HSL | 127.42º | 0.82% | 0.42% | - |
| HSV(B) | 127.42º | 0.9% | 0.77% | - |
| XYZ | 20.64 | 40.23 | 8.78 | - |
| YUV | 125.99 | 80.03 | 51.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 197 | 41 | 0.90 | 0 | 0.79 | 0.23 | 127.42 | 0.82 | 0.42 |
| Hex | 13 | C5 | 29 | 5A | 0 | 4F | 17 | 7F | 52 | 2A |
| Octal | 23 | 305 | 51 | 132 | 0 | 117 | 27 | 177 | 122 | 52 |
| Binary | 10011 | 11000101 | 101001 | 1011010 | 0 | 1001111 | 10111 | 1111111 | 1010010 | 101010 |
Color Harmonies of #13C529
Complementary color
Monochromatic Colors of #13C529
Black with #13C529
Text Example
Text Example
White with #13C529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C529; }
p { color: rgb(19,197,41); }
H1.HeaderClassName
{
color: #13C529;
}
.AnyTagClassName
{
color: #13C529;
}
</style>
background-color css
<style>
a { background-color: #13C529; }
a { background-color: rgb(19,197,41); }
div.DivClassName
{
background-color: #13C529;
}
.BgClassName
{
background-color: #13C529;
}
</style>
border-color css
<style>
span { border-color: #13C529; }
span { border-color: rgb(19,197,41); }
td.TdClassName
{
border-color: #13C529;
}
.TagClassName
{
border-color: #13C529;
}
</style>