Shades of Dark Pastel Green #13C141
Tints of Dark Pastel Green #13C141
RGB
CMYK
RGB Variations
Color information
#13C141 (or 0x13C141) is known color: Dark Pastel Green. HEX triplet: 13, C1 and 41. RGB value is (19,193,65). Sum of RGB (Red+Green+Blue) = 19+193+65=277 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.86% from 277); Green value is 193 (75.78% from 255 or 69.68% from 277); Blue value is 65 (25.78% from 255 or 23.47% from 277); Max value from RGB is 193 - color contains mainly: green. Hex color #13C141 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13C141 is #EC3EBE. Grayscale: #7E7E7E. Windows color (decimal): -15482559 or 4309267. OLE color: 4309267.
HSL color Cylindrical-coordinate representation of color #13C141: hue angle of 135.86º 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 #13C141 is Cyan = 0.90, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 19 | 193 | 65 | - |
| CMYK | 0.90 | 0 | 0.66 | 0.24 |
| HSL | 135.86º | 0.82% | 0.42% | - |
| HSV(B) | 135.86º | 0.9% | 0.76% | - |
| XYZ | 20.29 | 38.66 | 11.39 | - |
| YUV | 126.38 | 93.35 | 51.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 193 | 65 | 0.90 | 0 | 0.66 | 0.24 | 135.86 | 0.82 | 0.42 |
| Hex | 13 | C1 | 41 | 5A | 0 | 42 | 18 | 88 | 52 | 2A |
| Octal | 23 | 301 | 101 | 132 | 0 | 102 | 30 | 210 | 122 | 52 |
| Binary | 10011 | 11000001 | 1000001 | 1011010 | 0 | 1000010 | 11000 | 10001000 | 1010010 | 101010 |
Color Harmonies of #13C141
Complementary color
Monochromatic Colors of #13C141
Black with #13C141
Text Example
Text Example
White with #13C141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C141; }
p { color: rgb(19,193,65); }
H1.HeaderClassName
{
color: #13C141;
}
.AnyTagClassName
{
color: #13C141;
}
</style>
background-color css
<style>
a { background-color: #13C141; }
a { background-color: rgb(19,193,65); }
div.DivClassName
{
background-color: #13C141;
}
.BgClassName
{
background-color: #13C141;
}
</style>
border-color css
<style>
span { border-color: #13C141; }
span { border-color: rgb(19,193,65); }
td.TdClassName
{
border-color: #13C141;
}
.TagClassName
{
border-color: #13C141;
}
</style>