Shades of Dark Pastel Green #13C02A
Tints of Dark Pastel Green #13C02A
RGB
CMYK
RGB Variations
Color information
#13C02A (or 0x13C02A) is known color: Dark Pastel Green. HEX triplet: 13, C0 and 2A. RGB value is (19,192,42). Sum of RGB (Red+Green+Blue) = 19+192+42=253 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.51% from 253); Green value is 192 (75.39% from 255 or 75.89% from 253); Blue value is 42 (16.80% from 255 or 16.60% from 253); Max value from RGB is 192 - color contains mainly: green. Hex color #13C02A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13C02A is #EC3FD5. Grayscale: #7B7B7B. Windows color (decimal): -15482838 or 2801683. OLE color: 2801683.
HSL color Cylindrical-coordinate representation of color #13C02A: hue angle of 127.98º 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 #13C02A is Cyan = 0.90, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 19 | 192 | 42 | - |
| CMYK | 0.90 | 0 | 0.78 | 0.25 |
| HSL | 127.98º | 0.82% | 0.41% | - |
| HSV(B) | 127.98º | 0.9% | 0.75% | - |
| XYZ | 19.54 | 38 | 8.5 | - |
| YUV | 123.17 | 82.19 | 53.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 192 | 42 | 0.90 | 0 | 0.78 | 0.25 | 127.98 | 0.82 | 0.41 |
| Hex | 13 | C0 | 2A | 5A | 0 | 4E | 19 | 80 | 52 | 29 |
| Octal | 23 | 300 | 52 | 132 | 0 | 116 | 31 | 200 | 122 | 51 |
| Binary | 10011 | 11000000 | 101010 | 1011010 | 0 | 1001110 | 11001 | 10000000 | 1010010 | 101001 |
Color Harmonies of #13C02A
Complementary color
Monochromatic Colors of #13C02A
Black with #13C02A
Text Example
Text Example
White with #13C02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C02A; }
p { color: rgb(19,192,42); }
H1.HeaderClassName
{
color: #13C02A;
}
.AnyTagClassName
{
color: #13C02A;
}
</style>
background-color css
<style>
a { background-color: #13C02A; }
a { background-color: rgb(19,192,42); }
div.DivClassName
{
background-color: #13C02A;
}
.BgClassName
{
background-color: #13C02A;
}
</style>
border-color css
<style>
span { border-color: #13C02A; }
span { border-color: rgb(19,192,42); }
td.TdClassName
{
border-color: #13C02A;
}
.TagClassName
{
border-color: #13C02A;
}
</style>