Shades of Dark Pastel Green #13B037
Tints of Dark Pastel Green #13B037
RGB
CMYK
RGB Variations
Color information
#13B037 (or 0x13B037) is known color: Dark Pastel Green. HEX triplet: 13, B0 and 37. RGB value is (19,176,55). Sum of RGB (Red+Green+Blue) = 19+176+55=250 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.6% from 250); Green value is 176 (69.14% from 255 or 70.4% from 250); Blue value is 55 (21.88% from 255 or 22% from 250); Max value from RGB is 176 - color contains mainly: green. Hex color #13B037 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13B037 is #EC4FC8. Grayscale: #737373. Windows color (decimal): -15486921 or 3649555. OLE color: 3649555.
HSL color Cylindrical-coordinate representation of color #13B037: hue angle of 133.76º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13B037 is Cyan = 0.89, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 19 | 176 | 55 | - |
| CMYK | 0.89 | 0 | 0.69 | 0.31 |
| HSL | 133.76º | 0.81% | 0.38% | - |
| HSV(B) | 133.76º | 0.89% | 0.69% | - |
| XYZ | 16.48 | 31.46 | 8.82 | - |
| YUV | 115.26 | 93.99 | 59.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 176 | 55 | 0.89 | 0 | 0.69 | 0.31 | 133.76 | 0.81 | 0.38 |
| Hex | 13 | B0 | 37 | 59 | 0 | 45 | 1F | 86 | 51 | 26 |
| Octal | 23 | 260 | 67 | 131 | 0 | 105 | 37 | 206 | 121 | 46 |
| Binary | 10011 | 10110000 | 110111 | 1011001 | 0 | 1000101 | 11111 | 10000110 | 1010001 | 100110 |
Color Harmonies of #13B037
Complementary color
Monochromatic Colors of #13B037
Black with #13B037
Text Example
Text Example
White with #13B037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13B037; }
p { color: rgb(19,176,55); }
H1.HeaderClassName
{
color: #13B037;
}
.AnyTagClassName
{
color: #13B037;
}
</style>
background-color css
<style>
a { background-color: #13B037; }
a { background-color: rgb(19,176,55); }
div.DivClassName
{
background-color: #13B037;
}
.BgClassName
{
background-color: #13B037;
}
</style>
border-color css
<style>
span { border-color: #13B037; }
span { border-color: rgb(19,176,55); }
td.TdClassName
{
border-color: #13B037;
}
.TagClassName
{
border-color: #13B037;
}
</style>