Shades of Pigment Green #13A148
Tints of Pigment Green #13A148
RGB
CMYK
RGB Variations
Color information
#13A148 (or 0x13A148) is known color: Pigment Green. HEX triplet: 13, A1 and 48. RGB value is (19,161,72). Sum of RGB (Red+Green+Blue) = 19+161+72=252 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.54% from 252); Green value is 161 (63.28% from 255 or 63.89% from 252); Blue value is 72 (28.52% from 255 or 28.57% from 252); Max value from RGB is 161 - color contains mainly: green. Hex color #13A148 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13A148 is #EC5EB7. Grayscale: #6C6C6C. Windows color (decimal): -15490744 or 4759827. OLE color: 4759827.
HSL color Cylindrical-coordinate representation of color #13A148: hue angle of 142.39º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13A148 is Cyan = 0.88, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 19 | 161 | 72 | - |
| CMYK | 0.88 | 0 | 0.55 | 0.37 |
| HSL | 142.39º | 0.79% | 0.35% | - |
| HSV(B) | 142.39º | 0.88% | 0.63% | - |
| XYZ | 14.18 | 26.1 | 10.42 | - |
| YUV | 108.4 | 107.46 | 64.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 161 | 72 | 0.88 | 0 | 0.55 | 0.37 | 142.39 | 0.79 | 0.35 |
| Hex | 13 | A1 | 48 | 58 | 0 | 37 | 25 | 8E | 4F | 23 |
| Octal | 23 | 241 | 110 | 130 | 0 | 67 | 45 | 216 | 117 | 43 |
| Binary | 10011 | 10100001 | 1001000 | 1011000 | 0 | 110111 | 100101 | 10001110 | 1001111 | 100011 |
Color Harmonies of #13A148
Complementary color
Monochromatic Colors of #13A148
Black with #13A148
Text Example
Text Example
White with #13A148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13A148; }
p { color: rgb(19,161,72); }
H1.HeaderClassName
{
color: #13A148;
}
.AnyTagClassName
{
color: #13A148;
}
</style>
background-color css
<style>
a { background-color: #13A148; }
a { background-color: rgb(19,161,72); }
div.DivClassName
{
background-color: #13A148;
}
.BgClassName
{
background-color: #13A148;
}
</style>
border-color css
<style>
span { border-color: #13A148; }
span { border-color: rgb(19,161,72); }
td.TdClassName
{
border-color: #13A148;
}
.TagClassName
{
border-color: #13A148;
}
</style>