Shades of Dark Pastel Green #13B732
Tints of Dark Pastel Green #13B732
RGB
CMYK
RGB Variations
Color information
#13B732 (or 0x13B732) is known color: Dark Pastel Green. HEX triplet: 13, B7 and 32. RGB value is (19,183,50). Sum of RGB (Red+Green+Blue) = 19+183+50=252 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.54% from 252); Green value is 183 (71.88% from 255 or 72.62% from 252); Blue value is 50 (19.92% from 255 or 19.84% from 252); Max value from RGB is 183 - color contains mainly: green. Hex color #13B732 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13B732 is #EC48CD. Grayscale: #777777. Windows color (decimal): -15485134 or 3323667. OLE color: 3323667.
HSL color Cylindrical-coordinate representation of color #13B732: hue angle of 131.34º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13B732 is Cyan = 0.90, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 19 | 183 | 50 | - |
| CMYK | 0.90 | 0 | 0.73 | 0.28 |
| HSL | 131.34º | 0.81% | 0.4% | - |
| HSV(B) | 131.34º | 0.9% | 0.72% | - |
| XYZ | 17.78 | 34.24 | 8.69 | - |
| YUV | 118.8 | 89.17 | 56.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 183 | 50 | 0.90 | 0 | 0.73 | 0.28 | 131.34 | 0.81 | 0.4 |
| Hex | 13 | B7 | 32 | 5A | 0 | 49 | 1C | 83 | 51 | 28 |
| Octal | 23 | 267 | 62 | 132 | 0 | 111 | 34 | 203 | 121 | 50 |
| Binary | 10011 | 10110111 | 110010 | 1011010 | 0 | 1001001 | 11100 | 10000011 | 1010001 | 101000 |
Color Harmonies of #13B732
Complementary color
Monochromatic Colors of #13B732
Black with #13B732
Text Example
Text Example
White with #13B732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13B732; }
p { color: rgb(19,183,50); }
H1.HeaderClassName
{
color: #13B732;
}
.AnyTagClassName
{
color: #13B732;
}
</style>
background-color css
<style>
a { background-color: #13B732; }
a { background-color: rgb(19,183,50); }
div.DivClassName
{
background-color: #13B732;
}
.BgClassName
{
background-color: #13B732;
}
</style>
border-color css
<style>
span { border-color: #13B732; }
span { border-color: rgb(19,183,50); }
td.TdClassName
{
border-color: #13B732;
}
.TagClassName
{
border-color: #13B732;
}
</style>