Shades of Dark Pastel Green #13C229
Tints of Dark Pastel Green #13C229
RGB
CMYK
RGB Variations
Color information
#13C229 (or 0x13C229) is known color: Dark Pastel Green. HEX triplet: 13, C2 and 29. RGB value is (19,194,41). Sum of RGB (Red+Green+Blue) = 19+194+41=254 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.48% from 254); Green value is 194 (76.17% from 255 or 76.38% from 254); Blue value is 41 (16.41% from 255 or 16.14% from 254); Max value from RGB is 194 - color contains mainly: green. Hex color #13C229 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13C229 is #EC3DD6. Grayscale: #7C7C7C. Windows color (decimal): -15482327 or 2736659. OLE color: 2736659.
HSL color Cylindrical-coordinate representation of color #13C229: hue angle of 127.54º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C229 is Cyan = 0.90, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 19 | 194 | 41 | - |
| CMYK | 0.90 | 0 | 0.79 | 0.24 |
| HSL | 127.54º | 0.82% | 0.42% | - |
| HSV(B) | 127.54º | 0.9% | 0.76% | - |
| XYZ | 19.96 | 38.88 | 8.55 | - |
| YUV | 124.23 | 81.02 | 52.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 194 | 41 | 0.90 | 0 | 0.79 | 0.24 | 127.54 | 0.82 | 0.42 |
| Hex | 13 | C2 | 29 | 5A | 0 | 4F | 18 | 80 | 52 | 2A |
| Octal | 23 | 302 | 51 | 132 | 0 | 117 | 30 | 200 | 122 | 52 |
| Binary | 10011 | 11000010 | 101001 | 1011010 | 0 | 1001111 | 11000 | 10000000 | 1010010 | 101010 |
Color Harmonies of #13C229
Complementary color
Monochromatic Colors of #13C229
Black with #13C229
Text Example
Text Example
White with #13C229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C229; }
p { color: rgb(19,194,41); }
H1.HeaderClassName
{
color: #13C229;
}
.AnyTagClassName
{
color: #13C229;
}
</style>
background-color css
<style>
a { background-color: #13C229; }
a { background-color: rgb(19,194,41); }
div.DivClassName
{
background-color: #13C229;
}
.BgClassName
{
background-color: #13C229;
}
</style>
border-color css
<style>
span { border-color: #13C229; }
span { border-color: rgb(19,194,41); }
td.TdClassName
{
border-color: #13C229;
}
.TagClassName
{
border-color: #13C229;
}
</style>