Shades of Pigment Green #13B049
Tints of Pigment Green #13B049
RGB
CMYK
RGB Variations
Color information
#13B049 (or 0x13B049) is known color: Pigment Green. HEX triplet: 13, B0 and 49. RGB value is (19,176,73). Sum of RGB (Red+Green+Blue) = 19+176+73=268 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.09% from 268); Green value is 176 (69.14% from 255 or 65.67% from 268); Blue value is 73 (28.91% from 255 or 27.24% from 268); Max value from RGB is 176 - color contains mainly: green. Hex color #13B049 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13B049 is #EC4FB6. Grayscale: #757575. Windows color (decimal): -15486903 or 4829203. OLE color: 4829203.
HSL color Cylindrical-coordinate representation of color #13B049: hue angle of 140.64º 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 #13B049 is Cyan = 0.89, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 19 | 176 | 73 | - |
| CMYK | 0.89 | 0 | 0.59 | 0.31 |
| HSL | 140.64º | 0.81% | 0.38% | - |
| HSV(B) | 140.64º | 0.89% | 0.69% | - |
| XYZ | 17 | 31.67 | 11.52 | - |
| YUV | 117.32 | 102.99 | 57.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 176 | 73 | 0.89 | 0 | 0.59 | 0.31 | 140.64 | 0.81 | 0.38 |
| Hex | 13 | B0 | 49 | 59 | 0 | 3B | 1F | 8D | 51 | 26 |
| Octal | 23 | 260 | 111 | 131 | 0 | 73 | 37 | 215 | 121 | 46 |
| Binary | 10011 | 10110000 | 1001001 | 1011001 | 0 | 111011 | 11111 | 10001101 | 1010001 | 100110 |
Color Harmonies of #13B049
Complementary color
Monochromatic Colors of #13B049
Black with #13B049
Text Example
Text Example
White with #13B049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13B049; }
p { color: rgb(19,176,73); }
H1.HeaderClassName
{
color: #13B049;
}
.AnyTagClassName
{
color: #13B049;
}
</style>
background-color css
<style>
a { background-color: #13B049; }
a { background-color: rgb(19,176,73); }
div.DivClassName
{
background-color: #13B049;
}
.BgClassName
{
background-color: #13B049;
}
</style>
border-color css
<style>
span { border-color: #13B049; }
span { border-color: rgb(19,176,73); }
td.TdClassName
{
border-color: #13B049;
}
.TagClassName
{
border-color: #13B049;
}
</style>