Shades of Pigment Green #13A741
Tints of Pigment Green #13A741
RGB
CMYK
RGB Variations
Color information
#13A741 (or 0x13A741) is known color: Pigment Green. HEX triplet: 13, A7 and 41. RGB value is (19,167,65). Sum of RGB (Red+Green+Blue) = 19+167+65=251 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.57% from 251); Green value is 167 (65.62% from 255 or 66.53% from 251); Blue value is 65 (25.78% from 255 or 25.90% from 251); Max value from RGB is 167 - color contains mainly: green. Hex color #13A741 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13A741 is #EC58BE. Grayscale: #6F6F6F. Windows color (decimal): -15489215 or 4302611. OLE color: 4302611.
HSL color Cylindrical-coordinate representation of color #13A741: hue angle of 138.65º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13A741 is Cyan = 0.89, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 19 | 167 | 65 | - |
| CMYK | 0.89 | 0 | 0.61 | 0.35 |
| HSL | 138.65º | 0.8% | 0.36% | - |
| HSV(B) | 138.65º | 0.89% | 0.65% | - |
| XYZ | 15.04 | 28.16 | 9.64 | - |
| YUV | 111.12 | 101.97 | 62.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 167 | 65 | 0.89 | 0 | 0.61 | 0.35 | 138.65 | 0.8 | 0.36 |
| Hex | 13 | A7 | 41 | 59 | 0 | 3D | 23 | 8B | 50 | 24 |
| Octal | 23 | 247 | 101 | 131 | 0 | 75 | 43 | 213 | 120 | 44 |
| Binary | 10011 | 10100111 | 1000001 | 1011001 | 0 | 111101 | 100011 | 10001011 | 1010000 | 100100 |
Color Harmonies of #13A741
Complementary color
Monochromatic Colors of #13A741
Black with #13A741
Text Example
Text Example
White with #13A741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13A741; }
p { color: rgb(19,167,65); }
H1.HeaderClassName
{
color: #13A741;
}
.AnyTagClassName
{
color: #13A741;
}
</style>
background-color css
<style>
a { background-color: #13A741; }
a { background-color: rgb(19,167,65); }
div.DivClassName
{
background-color: #13A741;
}
.BgClassName
{
background-color: #13A741;
}
</style>
border-color css
<style>
span { border-color: #13A741; }
span { border-color: rgb(19,167,65); }
td.TdClassName
{
border-color: #13A741;
}
.TagClassName
{
border-color: #13A741;
}
</style>