Shades of Dark Pastel Green #13C029
Tints of Dark Pastel Green #13C029
RGB
CMYK
RGB Variations
Color information
#13C029 (or 0x13C029) is known color: Dark Pastel Green. HEX triplet: 13, C0 and 29. RGB value is (19,192,41). Sum of RGB (Red+Green+Blue) = 19+192+41=252 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.54% from 252); Green value is 192 (75.39% from 255 or 76.19% from 252); Blue value is 41 (16.41% from 255 or 16.27% from 252); Max value from RGB is 192 - color contains mainly: green. Hex color #13C029 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13C029 is #EC3FD6. Grayscale: #7B7B7B. Windows color (decimal): -15482839 or 2736147. OLE color: 2736147.
HSL color Cylindrical-coordinate representation of color #13C029: hue angle of 127.63º 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 #13C029 is Cyan = 0.90, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 19 | 192 | 41 | - |
| CMYK | 0.90 | 0 | 0.79 | 0.25 |
| HSL | 127.63º | 0.82% | 0.41% | - |
| HSV(B) | 127.63º | 0.9% | 0.75% | - |
| XYZ | 19.52 | 38 | 8.4 | - |
| YUV | 123.06 | 81.69 | 53.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 192 | 41 | 0.90 | 0 | 0.79 | 0.25 | 127.63 | 0.82 | 0.41 |
| Hex | 13 | C0 | 29 | 5A | 0 | 4F | 19 | 80 | 52 | 29 |
| Octal | 23 | 300 | 51 | 132 | 0 | 117 | 31 | 200 | 122 | 51 |
| Binary | 10011 | 11000000 | 101001 | 1011010 | 0 | 1001111 | 11001 | 10000000 | 1010010 | 101001 |
Color Harmonies of #13C029
Complementary color
Monochromatic Colors of #13C029
Black with #13C029
Text Example
Text Example
White with #13C029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C029; }
p { color: rgb(19,192,41); }
H1.HeaderClassName
{
color: #13C029;
}
.AnyTagClassName
{
color: #13C029;
}
</style>
background-color css
<style>
a { background-color: #13C029; }
a { background-color: rgb(19,192,41); }
div.DivClassName
{
background-color: #13C029;
}
.BgClassName
{
background-color: #13C029;
}
</style>
border-color css
<style>
span { border-color: #13C029; }
span { border-color: rgb(19,192,41); }
td.TdClassName
{
border-color: #13C029;
}
.TagClassName
{
border-color: #13C029;
}
</style>