Shades of Dark Pastel Green #13C02E
Tints of Dark Pastel Green #13C02E
RGB
CMYK
RGB Variations
Color information
#13C02E (or 0x13C02E) is known color: Dark Pastel Green. HEX triplet: 13, C0 and 2E. RGB value is (19,192,46). Sum of RGB (Red+Green+Blue) = 19+192+46=257 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.39% from 257); Green value is 192 (75.39% from 255 or 74.71% from 257); Blue value is 46 (18.36% from 255 or 17.90% from 257); Max value from RGB is 192 - color contains mainly: green. Hex color #13C02E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13C02E is #EC3FD1. Grayscale: #7C7C7C. Windows color (decimal): -15482834 or 3063827. OLE color: 3063827.
HSL color Cylindrical-coordinate representation of color #13C02E: hue angle of 129.36º 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 #13C02E is Cyan = 0.90, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 19 | 192 | 46 | - |
| CMYK | 0.90 | 0 | 0.76 | 0.25 |
| HSL | 129.36º | 0.82% | 0.41% | - |
| HSV(B) | 129.36º | 0.9% | 0.75% | - |
| XYZ | 19.61 | 38.03 | 8.89 | - |
| YUV | 123.63 | 84.19 | 53.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 192 | 46 | 0.90 | 0 | 0.76 | 0.25 | 129.36 | 0.82 | 0.41 |
| Hex | 13 | C0 | 2E | 5A | 0 | 4C | 19 | 81 | 52 | 29 |
| Octal | 23 | 300 | 56 | 132 | 0 | 114 | 31 | 201 | 122 | 51 |
| Binary | 10011 | 11000000 | 101110 | 1011010 | 0 | 1001100 | 11001 | 10000001 | 1010010 | 101001 |
Color Harmonies of #13C02E
Complementary color
Monochromatic Colors of #13C02E
Black with #13C02E
Text Example
Text Example
White with #13C02E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C02E; }
p { color: rgb(19,192,46); }
H1.HeaderClassName
{
color: #13C02E;
}
.AnyTagClassName
{
color: #13C02E;
}
</style>
background-color css
<style>
a { background-color: #13C02E; }
a { background-color: rgb(19,192,46); }
div.DivClassName
{
background-color: #13C02E;
}
.BgClassName
{
background-color: #13C02E;
}
</style>
border-color css
<style>
span { border-color: #13C02E; }
span { border-color: rgb(19,192,46); }
td.TdClassName
{
border-color: #13C02E;
}
.TagClassName
{
border-color: #13C02E;
}
</style>