Shades of Dark Pastel Green #13C035
Tints of Dark Pastel Green #13C035
RGB
CMYK
RGB Variations
Color information
#13C035 (or 0x13C035) is known color: Dark Pastel Green. HEX triplet: 13, C0 and 35. RGB value is (19,192,53). Sum of RGB (Red+Green+Blue) = 19+192+53=264 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.20% from 264); Green value is 192 (75.39% from 255 or 72.73% from 264); Blue value is 53 (21.09% from 255 or 20.08% from 264); Max value from RGB is 192 - color contains mainly: green. Hex color #13C035 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13C035 is #EC3FCA. Grayscale: #7C7C7C. Windows color (decimal): -15482827 or 3522579. OLE color: 3522579.
HSL color Cylindrical-coordinate representation of color #13C035: hue angle of 131.79º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C035 is Cyan = 0.90, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 19 | 192 | 53 | - |
| CMYK | 0.90 | 0 | 0.72 | 0.25 |
| HSL | 131.79º | 0.82% | 0.41% | - |
| HSV(B) | 131.79º | 0.9% | 0.75% | - |
| XYZ | 19.76 | 38.09 | 9.68 | - |
| YUV | 124.43 | 87.69 | 52.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 192 | 53 | 0.90 | 0 | 0.72 | 0.25 | 131.79 | 0.82 | 0.41 |
| Hex | 13 | C0 | 35 | 5A | 0 | 48 | 19 | 84 | 52 | 29 |
| Octal | 23 | 300 | 65 | 132 | 0 | 110 | 31 | 204 | 122 | 51 |
| Binary | 10011 | 11000000 | 110101 | 1011010 | 0 | 1001000 | 11001 | 10000100 | 1010010 | 101001 |
Color Harmonies of #13C035
Complementary color
Monochromatic Colors of #13C035
Black with #13C035
Text Example
Text Example
White with #13C035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C035; }
p { color: rgb(19,192,53); }
H1.HeaderClassName
{
color: #13C035;
}
.AnyTagClassName
{
color: #13C035;
}
</style>
background-color css
<style>
a { background-color: #13C035; }
a { background-color: rgb(19,192,53); }
div.DivClassName
{
background-color: #13C035;
}
.BgClassName
{
background-color: #13C035;
}
</style>
border-color css
<style>
span { border-color: #13C035; }
span { border-color: rgb(19,192,53); }
td.TdClassName
{
border-color: #13C035;
}
.TagClassName
{
border-color: #13C035;
}
</style>