Shades of Dark Pastel Green #13C03C
Tints of Dark Pastel Green #13C03C
RGB
CMYK
RGB Variations
Color information
#13C03C (or 0x13C03C) is known color: Dark Pastel Green. HEX triplet: 13, C0 and 3C. RGB value is (19,192,60). Sum of RGB (Red+Green+Blue) = 19+192+60=271 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.01% from 271); Green value is 192 (75.39% from 255 or 70.85% from 271); Blue value is 60 (23.83% from 255 or 22.14% from 271); Max value from RGB is 192 - color contains mainly: green. Hex color #13C03C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13C03C is #EC3FC3. Grayscale: #7D7D7D. Windows color (decimal): -15482820 or 3981331. OLE color: 3981331.
HSL color Cylindrical-coordinate representation of color #13C03C: hue angle of 134.22º 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 #13C03C is Cyan = 0.90, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 19 | 192 | 60 | - |
| CMYK | 0.90 | 0 | 0.69 | 0.25 |
| HSL | 134.22º | 0.82% | 0.41% | - |
| HSV(B) | 134.22º | 0.9% | 0.75% | - |
| XYZ | 19.93 | 38.16 | 10.59 | - |
| YUV | 125.23 | 91.19 | 52.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 192 | 60 | 0.90 | 0 | 0.69 | 0.25 | 134.22 | 0.82 | 0.41 |
| Hex | 13 | C0 | 3C | 5A | 0 | 45 | 19 | 86 | 52 | 29 |
| Octal | 23 | 300 | 74 | 132 | 0 | 105 | 31 | 206 | 122 | 51 |
| Binary | 10011 | 11000000 | 111100 | 1011010 | 0 | 1000101 | 11001 | 10000110 | 1010010 | 101001 |
Color Harmonies of #13C03C
Complementary color
Monochromatic Colors of #13C03C
Black with #13C03C
Text Example
Text Example
White with #13C03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C03C; }
p { color: rgb(19,192,60); }
H1.HeaderClassName
{
color: #13C03C;
}
.AnyTagClassName
{
color: #13C03C;
}
</style>
background-color css
<style>
a { background-color: #13C03C; }
a { background-color: rgb(19,192,60); }
div.DivClassName
{
background-color: #13C03C;
}
.BgClassName
{
background-color: #13C03C;
}
</style>
border-color css
<style>
span { border-color: #13C03C; }
span { border-color: rgb(19,192,60); }
td.TdClassName
{
border-color: #13C03C;
}
.TagClassName
{
border-color: #13C03C;
}
</style>