Shades of Shamrock #31D3A2
Tints of Shamrock #31D3A2
RGB
CMYK
RGB Variations
Color information
#31D3A2 (or 0x31D3A2) is known color: Shamrock. HEX triplet: 31, D3 and A2. RGB value is (49,211,162). Sum of RGB (Red+Green+Blue) = 49+211+162=422 (55% of max value = 765). Red value is 49 (19.53% from 255 or 11.61% from 422); Green value is 211 (82.81% from 255 or 50% from 422); Blue value is 162 (63.67% from 255 or 38.39% from 422); Max value from RGB is 211 - color contains mainly: green. Hex color #31D3A2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31D3A2 is #CE2C5D. Grayscale: #9D9D9D. Windows color (decimal): -13511774 or 10670897. OLE color: 10670897.
HSL color Cylindrical-coordinate representation of color #31D3A2: hue angle of 161.85º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31D3A2 is Cyan = 0.77, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 49 | 211 | 162 | - |
| CMYK | 0.77 | 0 | 0.23 | 0.17 |
| HSL | 161.85º | 0.65% | 0.51% | - |
| HSV(B) | 161.85º | 0.77% | 0.83% | - |
| XYZ | 31.08 | 49.85 | 42.17 | - |
| YUV | 156.98 | 130.83 | 50.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 211 | 162 | 0.77 | 0 | 0.23 | 0.17 | 161.85 | 0.65 | 0.51 |
| Hex | 31 | D3 | A2 | 4D | 0 | 17 | 11 | A2 | 41 | 33 |
| Octal | 61 | 323 | 242 | 115 | 0 | 27 | 21 | 242 | 101 | 63 |
| Binary | 110001 | 11010011 | 10100010 | 1001101 | 0 | 10111 | 10001 | 10100010 | 1000001 | 110011 |
Color Harmonies of #31D3A2
Complementary color
Monochromatic Colors of #31D3A2
Black with #31D3A2
Text Example
Text Example
White with #31D3A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D3A2; }
p { color: rgb(49,211,162); }
H1.HeaderClassName
{
color: #31D3A2;
}
.AnyTagClassName
{
color: #31D3A2;
}
</style>
background-color css
<style>
a { background-color: #31D3A2; }
a { background-color: rgb(49,211,162); }
div.DivClassName
{
background-color: #31D3A2;
}
.BgClassName
{
background-color: #31D3A2;
}
</style>
border-color css
<style>
span { border-color: #31D3A2; }
span { border-color: rgb(49,211,162); }
td.TdClassName
{
border-color: #31D3A2;
}
.TagClassName
{
border-color: #31D3A2;
}
</style>