Shades of Dark Pastel Green #13CA3F
Tints of Dark Pastel Green #13CA3F
RGB
CMYK
RGB Variations
Color information
#13CA3F (or 0x13CA3F) is known color: Dark Pastel Green. HEX triplet: 13, CA and 3F. RGB value is (19,202,63). Sum of RGB (Red+Green+Blue) = 19+202+63=284 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.69% from 284); Green value is 202 (79.30% from 255 or 71.13% from 284); Blue value is 63 (25% from 255 or 22.18% from 284); Max value from RGB is 202 - color contains mainly: green. Hex color #13CA3F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13CA3F is #EC35C0. Grayscale: #838383. Windows color (decimal): -15480257 or 4180499. OLE color: 4180499.
HSL color Cylindrical-coordinate representation of color #13CA3F: hue angle of 134.43º 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 #13CA3F is Cyan = 0.91, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 19 | 202 | 63 | - |
| CMYK | 0.91 | 0 | 0.69 | 0.21 |
| HSL | 134.43º | 0.83% | 0.43% | - |
| HSV(B) | 134.43º | 0.91% | 0.79% | - |
| XYZ | 22.29 | 42.74 | 11.78 | - |
| YUV | 131.44 | 89.37 | 47.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 202 | 63 | 0.91 | 0 | 0.69 | 0.21 | 134.43 | 0.83 | 0.43 |
| Hex | 13 | CA | 3F | 5B | 0 | 45 | 15 | 86 | 53 | 2B |
| Octal | 23 | 312 | 77 | 133 | 0 | 105 | 25 | 206 | 123 | 53 |
| Binary | 10011 | 11001010 | 111111 | 1011011 | 0 | 1000101 | 10101 | 10000110 | 1010011 | 101011 |
Color Harmonies of #13CA3F
Complementary color
Monochromatic Colors of #13CA3F
Black with #13CA3F
Text Example
Text Example
White with #13CA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13CA3F; }
p { color: rgb(19,202,63); }
H1.HeaderClassName
{
color: #13CA3F;
}
.AnyTagClassName
{
color: #13CA3F;
}
</style>
background-color css
<style>
a { background-color: #13CA3F; }
a { background-color: rgb(19,202,63); }
div.DivClassName
{
background-color: #13CA3F;
}
.BgClassName
{
background-color: #13CA3F;
}
</style>
border-color css
<style>
span { border-color: #13CA3F; }
span { border-color: rgb(19,202,63); }
td.TdClassName
{
border-color: #13CA3F;
}
.TagClassName
{
border-color: #13CA3F;
}
</style>