Shades of Dark Pastel Green #13C22D
Tints of Dark Pastel Green #13C22D
RGB
CMYK
RGB Variations
Color information
#13C22D (or 0x13C22D) is known color: Dark Pastel Green. HEX triplet: 13, C2 and 2D. RGB value is (19,194,45). Sum of RGB (Red+Green+Blue) = 19+194+45=258 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.36% from 258); Green value is 194 (76.17% from 255 or 75.19% from 258); Blue value is 45 (17.97% from 255 or 17.44% from 258); Max value from RGB is 194 - color contains mainly: green. Hex color #13C22D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13C22D is #EC3DD2. Grayscale: #7D7D7D. Windows color (decimal): -15482323 or 2998803. OLE color: 2998803.
HSL color Cylindrical-coordinate representation of color #13C22D: hue angle of 128.91º 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 #13C22D is Cyan = 0.90, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 19 | 194 | 45 | - |
| CMYK | 0.90 | 0 | 0.77 | 0.24 |
| HSL | 128.91º | 0.82% | 0.42% | - |
| HSV(B) | 128.91º | 0.9% | 0.76% | - |
| XYZ | 20.03 | 38.91 | 8.94 | - |
| YUV | 124.69 | 83.02 | 52.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 194 | 45 | 0.90 | 0 | 0.77 | 0.24 | 128.91 | 0.82 | 0.42 |
| Hex | 13 | C2 | 2D | 5A | 0 | 4D | 18 | 81 | 52 | 2A |
| Octal | 23 | 302 | 55 | 132 | 0 | 115 | 30 | 201 | 122 | 52 |
| Binary | 10011 | 11000010 | 101101 | 1011010 | 0 | 1001101 | 11000 | 10000001 | 1010010 | 101010 |
Color Harmonies of #13C22D
Complementary color
Monochromatic Colors of #13C22D
Black with #13C22D
Text Example
Text Example
White with #13C22D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C22D; }
p { color: rgb(19,194,45); }
H1.HeaderClassName
{
color: #13C22D;
}
.AnyTagClassName
{
color: #13C22D;
}
</style>
background-color css
<style>
a { background-color: #13C22D; }
a { background-color: rgb(19,194,45); }
div.DivClassName
{
background-color: #13C22D;
}
.BgClassName
{
background-color: #13C22D;
}
</style>
border-color css
<style>
span { border-color: #13C22D; }
span { border-color: rgb(19,194,45); }
td.TdClassName
{
border-color: #13C22D;
}
.TagClassName
{
border-color: #13C22D;
}
</style>