Shades of Persian Green #13A28F
Tints of Persian Green #13A28F
RGB
CMYK
RGB Variations
Color information
#13A28F (or 0x13A28F) is known color: Persian Green. HEX triplet: 13, A2 and 8F. RGB value is (19,162,143). Sum of RGB (Red+Green+Blue) = 19+162+143=324 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.86% from 324); Green value is 162 (63.67% from 255 or 50% from 324); Blue value is 143 (56.25% from 255 or 44.14% from 324); Max value from RGB is 162 - color contains mainly: green. Hex color #13A28F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13A28F is #EC5D70. Grayscale: #757575. Windows color (decimal): -15490417 or 9413139. OLE color: 9413139.
HSL color Cylindrical-coordinate representation of color #13A28F: hue angle of 172.03º 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 #13A28F is Cyan = 0.88, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 19 | 162 | 143 | - |
| CMYK | 0.88 | 0 | 0.12 | 0.36 |
| HSL | 172.03º | 0.79% | 0.35% | - |
| HSV(B) | 172.03º | 0.88% | 0.64% | - |
| XYZ | 18.15 | 27.96 | 30.43 | - |
| YUV | 117.08 | 142.62 | 58.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 162 | 143 | 0.88 | 0 | 0.12 | 0.36 | 172.03 | 0.79 | 0.35 |
| Hex | 13 | A2 | 8F | 58 | 0 | C | 24 | AC | 4F | 23 |
| Octal | 23 | 242 | 217 | 130 | 0 | 14 | 44 | 254 | 117 | 43 |
| Binary | 10011 | 10100010 | 10001111 | 1011000 | 0 | 1100 | 100100 | 10101100 | 1001111 | 100011 |
Color Harmonies of #13A28F
Complementary color
Monochromatic Colors of #13A28F
Black with #13A28F
Text Example
Text Example
White with #13A28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13A28F; }
p { color: rgb(19,162,143); }
H1.HeaderClassName
{
color: #13A28F;
}
.AnyTagClassName
{
color: #13A28F;
}
</style>
background-color css
<style>
a { background-color: #13A28F; }
a { background-color: rgb(19,162,143); }
div.DivClassName
{
background-color: #13A28F;
}
.BgClassName
{
background-color: #13A28F;
}
</style>
border-color css
<style>
span { border-color: #13A28F; }
span { border-color: rgb(19,162,143); }
td.TdClassName
{
border-color: #13A28F;
}
.TagClassName
{
border-color: #13A28F;
}
</style>