Shades of Dark Pastel Green #13C628
Tints of Dark Pastel Green #13C628
RGB
CMYK
RGB Variations
Color information
#13C628 (or 0x13C628) is known color: Dark Pastel Green. HEX triplet: 13, C6 and 28. RGB value is (19,198,40). Sum of RGB (Red+Green+Blue) = 19+198+40=257 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.39% from 257); Green value is 198 (77.73% from 255 or 77.04% from 257); Blue value is 40 (16.02% from 255 or 15.56% from 257); Max value from RGB is 198 - color contains mainly: green. Hex color #13C628 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13C628 is #EC39D7. Grayscale: #7E7E7E. Windows color (decimal): -15481304 or 2672147. OLE color: 2672147.
HSL color Cylindrical-coordinate representation of color #13C628: hue angle of 127.04º degrees, saturation: 0.82, 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 #13C628 is Cyan = 0.90, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 19 | 198 | 40 | - |
| CMYK | 0.90 | 0 | 0.80 | 0.22 |
| HSL | 127.04º | 0.82% | 0.43% | - |
| HSV(B) | 127.04º | 0.9% | 0.78% | - |
| XYZ | 20.85 | 40.68 | 8.76 | - |
| YUV | 126.47 | 79.2 | 51.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 198 | 40 | 0.90 | 0 | 0.80 | 0.22 | 127.04 | 0.82 | 0.43 |
| Hex | 13 | C6 | 28 | 5A | 0 | 50 | 16 | 7F | 52 | 2B |
| Octal | 23 | 306 | 50 | 132 | 0 | 120 | 26 | 177 | 122 | 53 |
| Binary | 10011 | 11000110 | 101000 | 1011010 | 0 | 1010000 | 10110 | 1111111 | 1010010 | 101011 |
Color Harmonies of #13C628
Complementary color
Monochromatic Colors of #13C628
Black with #13C628
Text Example
Text Example
White with #13C628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C628; }
p { color: rgb(19,198,40); }
H1.HeaderClassName
{
color: #13C628;
}
.AnyTagClassName
{
color: #13C628;
}
</style>
background-color css
<style>
a { background-color: #13C628; }
a { background-color: rgb(19,198,40); }
div.DivClassName
{
background-color: #13C628;
}
.BgClassName
{
background-color: #13C628;
}
</style>
border-color css
<style>
span { border-color: #13C628; }
span { border-color: rgb(19,198,40); }
td.TdClassName
{
border-color: #13C628;
}
.TagClassName
{
border-color: #13C628;
}
</style>