Shades of Pigment Green #13A248
Tints of Pigment Green #13A248
RGB
CMYK
RGB Variations
Color information
#13A248 (or 0x13A248) is known color: Pigment Green. HEX triplet: 13, A2 and 48. RGB value is (19,162,72). Sum of RGB (Red+Green+Blue) = 19+162+72=253 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.51% from 253); Green value is 162 (63.67% from 255 or 64.03% from 253); Blue value is 72 (28.52% from 255 or 28.46% from 253); Max value from RGB is 162 - color contains mainly: green. Hex color #13A248 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13A248 is #EC5DB7. Grayscale: #6D6D6D. Windows color (decimal): -15490488 or 4760083. OLE color: 4760083.
HSL color Cylindrical-coordinate representation of color #13A248: hue angle of 142.24º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13A248 is Cyan = 0.88, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 19 | 162 | 72 | - |
| CMYK | 0.88 | 0 | 0.56 | 0.36 |
| HSL | 142.24º | 0.79% | 0.35% | - |
| HSV(B) | 142.24º | 0.88% | 0.64% | - |
| XYZ | 14.36 | 26.45 | 10.48 | - |
| YUV | 108.98 | 107.12 | 63.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 162 | 72 | 0.88 | 0 | 0.56 | 0.36 | 142.24 | 0.79 | 0.35 |
| Hex | 13 | A2 | 48 | 58 | 0 | 38 | 24 | 8E | 4F | 23 |
| Octal | 23 | 242 | 110 | 130 | 0 | 70 | 44 | 216 | 117 | 43 |
| Binary | 10011 | 10100010 | 1001000 | 1011000 | 0 | 111000 | 100100 | 10001110 | 1001111 | 100011 |
Color Harmonies of #13A248
Complementary color
Monochromatic Colors of #13A248
Black with #13A248
Text Example
Text Example
White with #13A248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13A248; }
p { color: rgb(19,162,72); }
H1.HeaderClassName
{
color: #13A248;
}
.AnyTagClassName
{
color: #13A248;
}
</style>
background-color css
<style>
a { background-color: #13A248; }
a { background-color: rgb(19,162,72); }
div.DivClassName
{
background-color: #13A248;
}
.BgClassName
{
background-color: #13A248;
}
</style>
border-color css
<style>
span { border-color: #13A248; }
span { border-color: rgb(19,162,72); }
td.TdClassName
{
border-color: #13A248;
}
.TagClassName
{
border-color: #13A248;
}
</style>