Shades of Pigment Green #13984F
Tints of Pigment Green #13984F
RGB
CMYK
RGB Variations
Color information
#13984F (or 0x13984F) is known color: Pigment Green. HEX triplet: 13, 98 and 4F. RGB value is (19,152,79). Sum of RGB (Red+Green+Blue) = 19+152+79=250 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.6% from 250); Green value is 152 (59.77% from 255 or 60.8% from 250); Blue value is 79 (31.25% from 255 or 31.6% from 250); Max value from RGB is 152 - color contains mainly: green. Hex color #13984F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13984F is #EC67B0. Grayscale: #686868. Windows color (decimal): -15493041 or 5216275. OLE color: 5216275.
HSL color Cylindrical-coordinate representation of color #13984F: hue angle of 147.07º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13984F is Cyan = 0.87, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 19 | 152 | 79 | - |
| CMYK | 0.87 | 0 | 0.48 | 0.40 |
| HSL | 147.07º | 0.78% | 0.34% | - |
| HSV(B) | 147.07º | 0.88% | 0.6% | - |
| XYZ | 12.91 | 23.16 | 11.19 | - |
| YUV | 103.91 | 113.94 | 67.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 152 | 79 | 0.87 | 0 | 0.48 | 0.40 | 147.07 | 0.78 | 0.34 |
| Hex | 13 | 98 | 4F | 57 | 0 | 30 | 28 | 93 | 4E | 22 |
| Octal | 23 | 230 | 117 | 127 | 0 | 60 | 50 | 223 | 116 | 42 |
| Binary | 10011 | 10011000 | 1001111 | 1010111 | 0 | 110000 | 101000 | 10010011 | 1001110 | 100010 |
Color Harmonies of #13984F
Complementary color
Monochromatic Colors of #13984F
Black with #13984F
Text Example
Text Example
White with #13984F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13984F; }
p { color: rgb(19,152,79); }
H1.HeaderClassName
{
color: #13984F;
}
.AnyTagClassName
{
color: #13984F;
}
</style>
background-color css
<style>
a { background-color: #13984F; }
a { background-color: rgb(19,152,79); }
div.DivClassName
{
background-color: #13984F;
}
.BgClassName
{
background-color: #13984F;
}
</style>
border-color css
<style>
span { border-color: #13984F; }
span { border-color: rgb(19,152,79); }
td.TdClassName
{
border-color: #13984F;
}
.TagClassName
{
border-color: #13984F;
}
</style>