Shades of Dark Pastel Green #13C235
Tints of Dark Pastel Green #13C235
RGB
CMYK
RGB Variations
Color information
#13C235 (or 0x13C235) is known color: Dark Pastel Green. HEX triplet: 13, C2 and 35. RGB value is (19,194,53). Sum of RGB (Red+Green+Blue) = 19+194+53=266 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.14% from 266); Green value is 194 (76.17% from 255 or 72.93% from 266); Blue value is 53 (21.09% from 255 or 19.92% from 266); Max value from RGB is 194 - color contains mainly: green. Hex color #13C235 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13C235 is #EC3DCA. Grayscale: #7D7D7D. Windows color (decimal): -15482315 or 3523091. OLE color: 3523091.
HSL color Cylindrical-coordinate representation of color #13C235: hue angle of 131.66º 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 #13C235 is Cyan = 0.90, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 19 | 194 | 53 | - |
| CMYK | 0.90 | 0 | 0.73 | 0.24 |
| HSL | 131.66º | 0.82% | 0.42% | - |
| HSV(B) | 131.66º | 0.9% | 0.76% | - |
| XYZ | 20.2 | 38.98 | 9.83 | - |
| YUV | 125.6 | 87.02 | 51.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 194 | 53 | 0.90 | 0 | 0.73 | 0.24 | 131.66 | 0.82 | 0.42 |
| Hex | 13 | C2 | 35 | 5A | 0 | 49 | 18 | 84 | 52 | 2A |
| Octal | 23 | 302 | 65 | 132 | 0 | 111 | 30 | 204 | 122 | 52 |
| Binary | 10011 | 11000010 | 110101 | 1011010 | 0 | 1001001 | 11000 | 10000100 | 1010010 | 101010 |
Color Harmonies of #13C235
Complementary color
Monochromatic Colors of #13C235
Black with #13C235
Text Example
Text Example
White with #13C235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C235; }
p { color: rgb(19,194,53); }
H1.HeaderClassName
{
color: #13C235;
}
.AnyTagClassName
{
color: #13C235;
}
</style>
background-color css
<style>
a { background-color: #13C235; }
a { background-color: rgb(19,194,53); }
div.DivClassName
{
background-color: #13C235;
}
.BgClassName
{
background-color: #13C235;
}
</style>
border-color css
<style>
span { border-color: #13C235; }
span { border-color: rgb(19,194,53); }
td.TdClassName
{
border-color: #13C235;
}
.TagClassName
{
border-color: #13C235;
}
</style>