Shades of Dark Pastel Green #13B133
Tints of Dark Pastel Green #13B133
RGB
CMYK
RGB Variations
Color information
#13B133 (or 0x13B133) is known color: Dark Pastel Green. HEX triplet: 13, B1 and 33. RGB value is (19,177,51). Sum of RGB (Red+Green+Blue) = 19+177+51=247 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.69% from 247); Green value is 177 (69.53% from 255 or 71.66% from 247); Blue value is 51 (20.31% from 255 or 20.65% from 247); Max value from RGB is 177 - color contains mainly: green. Hex color #13B133 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13B133 is #EC4ECC. Grayscale: #737373. Windows color (decimal): -15486669 or 3387667. OLE color: 3387667.
HSL color Cylindrical-coordinate representation of color #13B133: hue angle of 132.15º 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 #13B133 is Cyan = 0.89, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 19 | 177 | 51 | - |
| CMYK | 0.89 | 0 | 0.71 | 0.31 |
| HSL | 132.15º | 0.81% | 0.38% | - |
| HSV(B) | 132.15º | 0.89% | 0.69% | - |
| XYZ | 16.59 | 31.82 | 8.4 | - |
| YUV | 115.39 | 91.65 | 59.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 177 | 51 | 0.89 | 0 | 0.71 | 0.31 | 132.15 | 0.81 | 0.38 |
| Hex | 13 | B1 | 33 | 59 | 0 | 47 | 1F | 84 | 51 | 26 |
| Octal | 23 | 261 | 63 | 131 | 0 | 107 | 37 | 204 | 121 | 46 |
| Binary | 10011 | 10110001 | 110011 | 1011001 | 0 | 1000111 | 11111 | 10000100 | 1010001 | 100110 |
Color Harmonies of #13B133
Complementary color
Monochromatic Colors of #13B133
Black with #13B133
Text Example
Text Example
White with #13B133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13B133; }
p { color: rgb(19,177,51); }
H1.HeaderClassName
{
color: #13B133;
}
.AnyTagClassName
{
color: #13B133;
}
</style>
background-color css
<style>
a { background-color: #13B133; }
a { background-color: rgb(19,177,51); }
div.DivClassName
{
background-color: #13B133;
}
.BgClassName
{
background-color: #13B133;
}
</style>
border-color css
<style>
span { border-color: #13B133; }
span { border-color: rgb(19,177,51); }
td.TdClassName
{
border-color: #13B133;
}
.TagClassName
{
border-color: #13B133;
}
</style>