Shades of Dark Pastel Green #13CA3E
Tints of Dark Pastel Green #13CA3E
RGB
CMYK
RGB Variations
Color information
#13CA3E (or 0x13CA3E) is known color: Dark Pastel Green. HEX triplet: 13, CA and 3E. RGB value is (19,202,62). Sum of RGB (Red+Green+Blue) = 19+202+62=283 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.71% from 283); Green value is 202 (79.30% from 255 or 71.38% from 283); Blue value is 62 (24.61% from 255 or 21.91% from 283); Max value from RGB is 202 - color contains mainly: green. Hex color #13CA3E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13CA3E is #EC35C1. Grayscale: #838383. Windows color (decimal): -15480258 or 4114963. OLE color: 4114963.
HSL color Cylindrical-coordinate representation of color #13CA3E: hue angle of 134.1º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13CA3E is Cyan = 0.91, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 19 | 202 | 62 | - |
| CMYK | 0.91 | 0 | 0.69 | 0.21 |
| HSL | 134.1º | 0.83% | 0.43% | - |
| HSV(B) | 134.1º | 0.91% | 0.79% | - |
| XYZ | 22.26 | 42.73 | 11.63 | - |
| YUV | 131.32 | 88.87 | 47.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 202 | 62 | 0.91 | 0 | 0.69 | 0.21 | 134.1 | 0.83 | 0.43 |
| Hex | 13 | CA | 3E | 5B | 0 | 45 | 15 | 86 | 53 | 2B |
| Octal | 23 | 312 | 76 | 133 | 0 | 105 | 25 | 206 | 123 | 53 |
| Binary | 10011 | 11001010 | 111110 | 1011011 | 0 | 1000101 | 10101 | 10000110 | 1010011 | 101011 |
Color Harmonies of #13CA3E
Complementary color
Monochromatic Colors of #13CA3E
Black with #13CA3E
Text Example
Text Example
White with #13CA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13CA3E; }
p { color: rgb(19,202,62); }
H1.HeaderClassName
{
color: #13CA3E;
}
.AnyTagClassName
{
color: #13CA3E;
}
</style>
background-color css
<style>
a { background-color: #13CA3E; }
a { background-color: rgb(19,202,62); }
div.DivClassName
{
background-color: #13CA3E;
}
.BgClassName
{
background-color: #13CA3E;
}
</style>
border-color css
<style>
span { border-color: #13CA3E; }
span { border-color: rgb(19,202,62); }
td.TdClassName
{
border-color: #13CA3E;
}
.TagClassName
{
border-color: #13CA3E;
}
</style>