Shades of Dark Pastel Green #13B63C
Tints of Dark Pastel Green #13B63C
RGB
CMYK
RGB Variations
Color information
#13B63C (or 0x13B63C) is known color: Dark Pastel Green. HEX triplet: 13, B6 and 3C. RGB value is (19,182,60). Sum of RGB (Red+Green+Blue) = 19+182+60=261 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.28% from 261); Green value is 182 (71.48% from 255 or 69.73% from 261); Blue value is 60 (23.83% from 255 or 22.99% from 261); Max value from RGB is 182 - color contains mainly: green. Hex color #13B63C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13B63C is #EC49C3. Grayscale: #777777. Windows color (decimal): -15485380 or 3978771. OLE color: 3978771.
HSL color Cylindrical-coordinate representation of color #13B63C: hue angle of 135.09º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13B63C is Cyan = 0.90, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 19 | 182 | 60 | - |
| CMYK | 0.90 | 0 | 0.67 | 0.29 |
| HSL | 135.09º | 0.81% | 0.39% | - |
| HSV(B) | 135.09º | 0.9% | 0.71% | - |
| XYZ | 17.81 | 33.92 | 9.88 | - |
| YUV | 119.36 | 94.5 | 56.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 182 | 60 | 0.90 | 0 | 0.67 | 0.29 | 135.09 | 0.81 | 0.39 |
| Hex | 13 | B6 | 3C | 5A | 0 | 43 | 1D | 87 | 51 | 27 |
| Octal | 23 | 266 | 74 | 132 | 0 | 103 | 35 | 207 | 121 | 47 |
| Binary | 10011 | 10110110 | 111100 | 1011010 | 0 | 1000011 | 11101 | 10000111 | 1010001 | 100111 |
Color Harmonies of #13B63C
Complementary color
Monochromatic Colors of #13B63C
Black with #13B63C
Text Example
Text Example
White with #13B63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13B63C; }
p { color: rgb(19,182,60); }
H1.HeaderClassName
{
color: #13B63C;
}
.AnyTagClassName
{
color: #13B63C;
}
</style>
background-color css
<style>
a { background-color: #13B63C; }
a { background-color: rgb(19,182,60); }
div.DivClassName
{
background-color: #13B63C;
}
.BgClassName
{
background-color: #13B63C;
}
</style>
border-color css
<style>
span { border-color: #13B63C; }
span { border-color: rgb(19,182,60); }
td.TdClassName
{
border-color: #13B63C;
}
.TagClassName
{
border-color: #13B63C;
}
</style>