Shades of Dark Pastel Green #13C142
Tints of Dark Pastel Green #13C142
RGB
CMYK
RGB Variations
Color information
#13C142 (or 0x13C142) is known color: Dark Pastel Green. HEX triplet: 13, C1 and 42. RGB value is (19,193,66). Sum of RGB (Red+Green+Blue) = 19+193+66=278 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.83% from 278); Green value is 193 (75.78% from 255 or 69.42% from 278); Blue value is 66 (26.17% from 255 or 23.74% from 278); Max value from RGB is 193 - color contains mainly: green. Hex color #13C142 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13C142 is #EC3EBD. Grayscale: #7E7E7E. Windows color (decimal): -15482558 or 4374803. OLE color: 4374803.
HSL color Cylindrical-coordinate representation of color #13C142: hue angle of 136.21º 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 #13C142 is Cyan = 0.90, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 19 | 193 | 66 | - |
| CMYK | 0.90 | 0 | 0.66 | 0.24 |
| HSL | 136.21º | 0.82% | 0.42% | - |
| HSV(B) | 136.21º | 0.9% | 0.76% | - |
| XYZ | 20.32 | 38.67 | 11.55 | - |
| YUV | 126.5 | 93.85 | 51.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 193 | 66 | 0.90 | 0 | 0.66 | 0.24 | 136.21 | 0.82 | 0.42 |
| Hex | 13 | C1 | 42 | 5A | 0 | 42 | 18 | 88 | 52 | 2A |
| Octal | 23 | 301 | 102 | 132 | 0 | 102 | 30 | 210 | 122 | 52 |
| Binary | 10011 | 11000001 | 1000010 | 1011010 | 0 | 1000010 | 11000 | 10001000 | 1010010 | 101010 |
Color Harmonies of #13C142
Complementary color
Monochromatic Colors of #13C142
Black with #13C142
Text Example
Text Example
White with #13C142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C142; }
p { color: rgb(19,193,66); }
H1.HeaderClassName
{
color: #13C142;
}
.AnyTagClassName
{
color: #13C142;
}
</style>
background-color css
<style>
a { background-color: #13C142; }
a { background-color: rgb(19,193,66); }
div.DivClassName
{
background-color: #13C142;
}
.BgClassName
{
background-color: #13C142;
}
</style>
border-color css
<style>
span { border-color: #13C142; }
span { border-color: rgb(19,193,66); }
td.TdClassName
{
border-color: #13C142;
}
.TagClassName
{
border-color: #13C142;
}
</style>