Shades of Dark Pastel Green #13C73F
Tints of Dark Pastel Green #13C73F
RGB
CMYK
RGB Variations
Color information
#13C73F (or 0x13C73F) is known color: Dark Pastel Green. HEX triplet: 13, C7 and 3F. RGB value is (19,199,63). Sum of RGB (Red+Green+Blue) = 19+199+63=281 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.76% from 281); Green value is 199 (78.12% from 255 or 70.82% from 281); Blue value is 63 (25% from 255 or 22.42% from 281); Max value from RGB is 199 - color contains mainly: green. Hex color #13C73F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13C73F is #EC38C0. Grayscale: #828282. Windows color (decimal): -15481025 or 4179731. OLE color: 4179731.
HSL color Cylindrical-coordinate representation of color #13C73F: hue angle of 134.67º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C73F is Cyan = 0.90, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 19 | 199 | 63 | - |
| CMYK | 0.90 | 0 | 0.68 | 0.22 |
| HSL | 134.67º | 0.83% | 0.43% | - |
| HSV(B) | 134.67º | 0.9% | 0.78% | - |
| XYZ | 21.59 | 41.34 | 11.54 | - |
| YUV | 129.68 | 90.37 | 49.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 199 | 63 | 0.90 | 0 | 0.68 | 0.22 | 134.67 | 0.83 | 0.43 |
| Hex | 13 | C7 | 3F | 5A | 0 | 44 | 16 | 87 | 53 | 2B |
| Octal | 23 | 307 | 77 | 132 | 0 | 104 | 26 | 207 | 123 | 53 |
| Binary | 10011 | 11000111 | 111111 | 1011010 | 0 | 1000100 | 10110 | 10000111 | 1010011 | 101011 |
Color Harmonies of #13C73F
Complementary color
Monochromatic Colors of #13C73F
Black with #13C73F
Text Example
Text Example
White with #13C73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C73F; }
p { color: rgb(19,199,63); }
H1.HeaderClassName
{
color: #13C73F;
}
.AnyTagClassName
{
color: #13C73F;
}
</style>
background-color css
<style>
a { background-color: #13C73F; }
a { background-color: rgb(19,199,63); }
div.DivClassName
{
background-color: #13C73F;
}
.BgClassName
{
background-color: #13C73F;
}
</style>
border-color css
<style>
span { border-color: #13C73F; }
span { border-color: rgb(19,199,63); }
td.TdClassName
{
border-color: #13C73F;
}
.TagClassName
{
border-color: #13C73F;
}
</style>