Shades of Dark Pastel Green #13C051
Tints of Dark Pastel Green #13C051
RGB
CMYK
RGB Variations
Color information
#13C051 (or 0x13C051) is known color: Dark Pastel Green. HEX triplet: 13, C0 and 51. RGB value is (19,192,81). Sum of RGB (Red+Green+Blue) = 19+192+81=292 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.51% from 292); Green value is 192 (75.39% from 255 or 65.75% from 292); Blue value is 81 (32.03% from 255 or 27.74% from 292); Max value from RGB is 192 - color contains mainly: green. Hex color #13C051 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13C051 is #EC3FAE. Grayscale: #7F7F7F. Windows color (decimal): -15482799 or 5357587. OLE color: 5357587.
HSL color Cylindrical-coordinate representation of color #13C051: hue angle of 141.5º 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 #13C051 is Cyan = 0.90, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 19 | 192 | 81 | - |
| CMYK | 0.90 | 0 | 0.58 | 0.25 |
| HSL | 141.5º | 0.82% | 0.41% | - |
| HSV(B) | 141.5º | 0.9% | 0.75% | - |
| XYZ | 20.6 | 38.43 | 14.12 | - |
| YUV | 127.62 | 101.69 | 50.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 192 | 81 | 0.90 | 0 | 0.58 | 0.25 | 141.5 | 0.82 | 0.41 |
| Hex | 13 | C0 | 51 | 5A | 0 | 3A | 19 | 8E | 52 | 29 |
| Octal | 23 | 300 | 121 | 132 | 0 | 72 | 31 | 216 | 122 | 51 |
| Binary | 10011 | 11000000 | 1010001 | 1011010 | 0 | 111010 | 11001 | 10001110 | 1010010 | 101001 |
Color Harmonies of #13C051
Complementary color
Monochromatic Colors of #13C051
Black with #13C051
Text Example
Text Example
White with #13C051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C051; }
p { color: rgb(19,192,81); }
H1.HeaderClassName
{
color: #13C051;
}
.AnyTagClassName
{
color: #13C051;
}
</style>
background-color css
<style>
a { background-color: #13C051; }
a { background-color: rgb(19,192,81); }
div.DivClassName
{
background-color: #13C051;
}
.BgClassName
{
background-color: #13C051;
}
</style>
border-color css
<style>
span { border-color: #13C051; }
span { border-color: rgb(19,192,81); }
td.TdClassName
{
border-color: #13C051;
}
.TagClassName
{
border-color: #13C051;
}
</style>