Shades of Dark Pastel Green #13B73C
Tints of Dark Pastel Green #13B73C
RGB
CMYK
RGB Variations
Color information
#13B73C (or 0x13B73C) is known color: Dark Pastel Green. HEX triplet: 13, B7 and 3C. RGB value is (19,183,60). Sum of RGB (Red+Green+Blue) = 19+183+60=262 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.25% from 262); Green value is 183 (71.88% from 255 or 69.85% from 262); Blue value is 60 (23.83% from 255 or 22.90% from 262); Max value from RGB is 183 - color contains mainly: green. Hex color #13B73C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13B73C is #EC48C3. Grayscale: #787878. Windows color (decimal): -15485124 or 3979027. OLE color: 3979027.
HSL color Cylindrical-coordinate representation of color #13B73C: hue angle of 135º 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 #13B73C is Cyan = 0.90, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 19 | 183 | 60 | - |
| CMYK | 0.90 | 0 | 0.67 | 0.28 |
| HSL | 135º | 0.81% | 0.4% | - |
| HSV(B) | 135º | 0.9% | 0.72% | - |
| XYZ | 18.02 | 34.33 | 9.95 | - |
| YUV | 119.94 | 94.17 | 56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 183 | 60 | 0.90 | 0 | 0.67 | 0.28 | 135 | 0.81 | 0.4 |
| Hex | 13 | B7 | 3C | 5A | 0 | 43 | 1C | 87 | 51 | 28 |
| Octal | 23 | 267 | 74 | 132 | 0 | 103 | 34 | 207 | 121 | 50 |
| Binary | 10011 | 10110111 | 111100 | 1011010 | 0 | 1000011 | 11100 | 10000111 | 1010001 | 101000 |
Color Harmonies of #13B73C
Complementary color
Monochromatic Colors of #13B73C
Black with #13B73C
Text Example
Text Example
White with #13B73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13B73C; }
p { color: rgb(19,183,60); }
H1.HeaderClassName
{
color: #13B73C;
}
.AnyTagClassName
{
color: #13B73C;
}
</style>
background-color css
<style>
a { background-color: #13B73C; }
a { background-color: rgb(19,183,60); }
div.DivClassName
{
background-color: #13B73C;
}
.BgClassName
{
background-color: #13B73C;
}
</style>
border-color css
<style>
span { border-color: #13B73C; }
span { border-color: rgb(19,183,60); }
td.TdClassName
{
border-color: #13B73C;
}
.TagClassName
{
border-color: #13B73C;
}
</style>