Shades of Dark Pastel Green #13C445
Tints of Dark Pastel Green #13C445
RGB
CMYK
RGB Variations
Color information
#13C445 (or 0x13C445) is known color: Dark Pastel Green. HEX triplet: 13, C4 and 45. RGB value is (19,196,69). Sum of RGB (Red+Green+Blue) = 19+196+69=284 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.69% from 284); Green value is 196 (76.95% from 255 or 69.01% from 284); Blue value is 69 (27.34% from 255 or 24.30% from 284); Max value from RGB is 196 - color contains mainly: green. Hex color #13C445 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13C445 is #EC3BBA. Grayscale: #808080. Windows color (decimal): -15481787 or 4572179. OLE color: 4572179.
HSL color Cylindrical-coordinate representation of color #13C445: hue angle of 136.95º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C445 is Cyan = 0.90, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 19 | 196 | 69 | - |
| CMYK | 0.90 | 0 | 0.65 | 0.23 |
| HSL | 136.95º | 0.82% | 0.42% | - |
| HSV(B) | 136.95º | 0.9% | 0.77% | - |
| XYZ | 21.08 | 40.05 | 12.25 | - |
| YUV | 128.6 | 94.36 | 49.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 196 | 69 | 0.90 | 0 | 0.65 | 0.23 | 136.95 | 0.82 | 0.42 |
| Hex | 13 | C4 | 45 | 5A | 0 | 41 | 17 | 89 | 52 | 2A |
| Octal | 23 | 304 | 105 | 132 | 0 | 101 | 27 | 211 | 122 | 52 |
| Binary | 10011 | 11000100 | 1000101 | 1011010 | 0 | 1000001 | 10111 | 10001001 | 1010010 | 101010 |
Color Harmonies of #13C445
Complementary color
Monochromatic Colors of #13C445
Black with #13C445
Text Example
Text Example
White with #13C445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C445; }
p { color: rgb(19,196,69); }
H1.HeaderClassName
{
color: #13C445;
}
.AnyTagClassName
{
color: #13C445;
}
</style>
background-color css
<style>
a { background-color: #13C445; }
a { background-color: rgb(19,196,69); }
div.DivClassName
{
background-color: #13C445;
}
.BgClassName
{
background-color: #13C445;
}
</style>
border-color css
<style>
span { border-color: #13C445; }
span { border-color: rgb(19,196,69); }
td.TdClassName
{
border-color: #13C445;
}
.TagClassName
{
border-color: #13C445;
}
</style>