Shades of Dark Pastel Green #13C321
Tints of Dark Pastel Green #13C321
RGB
CMYK
RGB Variations
Color information
#13C321 (or 0x13C321) is known color: Dark Pastel Green. HEX triplet: 13, C3 and 21. RGB value is (19,195,33). Sum of RGB (Red+Green+Blue) = 19+195+33=247 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.69% from 247); Green value is 195 (76.56% from 255 or 78.95% from 247); Blue value is 33 (13.28% from 255 or 13.36% from 247); Max value from RGB is 195 - color contains mainly: green. Hex color #13C321 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13C321 is #EC3CDE. Grayscale: #7C7C7C. Windows color (decimal): -15482079 or 2212627. OLE color: 2212627.
HSL color Cylindrical-coordinate representation of color #13C321: hue angle of 124.77º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C321 is Cyan = 0.90, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 19 | 195 | 33 | - |
| CMYK | 0.90 | 0 | 0.83 | 0.24 |
| HSL | 124.77º | 0.82% | 0.42% | - |
| HSV(B) | 124.77º | 0.9% | 0.76% | - |
| XYZ | 20.06 | 39.28 | 7.96 | - |
| YUV | 123.91 | 76.69 | 53.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 195 | 33 | 0.90 | 0 | 0.83 | 0.24 | 124.77 | 0.82 | 0.42 |
| Hex | 13 | C3 | 21 | 5A | 0 | 53 | 18 | 7D | 52 | 2A |
| Octal | 23 | 303 | 41 | 132 | 0 | 123 | 30 | 175 | 122 | 52 |
| Binary | 10011 | 11000011 | 100001 | 1011010 | 0 | 1010011 | 11000 | 1111101 | 1010010 | 101010 |
Color Harmonies of #13C321
Complementary color
Monochromatic Colors of #13C321
Black with #13C321
Text Example
Text Example
White with #13C321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C321; }
p { color: rgb(19,195,33); }
H1.HeaderClassName
{
color: #13C321;
}
.AnyTagClassName
{
color: #13C321;
}
</style>
background-color css
<style>
a { background-color: #13C321; }
a { background-color: rgb(19,195,33); }
div.DivClassName
{
background-color: #13C321;
}
.BgClassName
{
background-color: #13C321;
}
</style>
border-color css
<style>
span { border-color: #13C321; }
span { border-color: rgb(19,195,33); }
td.TdClassName
{
border-color: #13C321;
}
.TagClassName
{
border-color: #13C321;
}
</style>