Shades of Shamrock #31D092
Tints of Shamrock #31D092
RGB
CMYK
RGB Variations
Color information
#31D092 (or 0x31D092) is known color: Shamrock. HEX triplet: 31, D0 and 92. RGB value is (49,208,146). Sum of RGB (Red+Green+Blue) = 49+208+146=403 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.16% from 403); Green value is 208 (81.64% from 255 or 51.61% from 403); Blue value is 146 (57.42% from 255 or 36.23% from 403); Max value from RGB is 208 - color contains mainly: green. Hex color #31D092 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31D092 is #CE2F6D. Grayscale: #999999. Windows color (decimal): -13512558 or 9621553. OLE color: 9621553.
HSL color Cylindrical-coordinate representation of color #31D092: hue angle of 156.6º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31D092 is Cyan = 0.76, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 49 | 208 | 146 | - |
| CMYK | 0.76 | 0 | 0.30 | 0.18 |
| HSL | 156.6º | 0.63% | 0.5% | - |
| HSV(B) | 156.6º | 0.76% | 0.82% | - |
| XYZ | 29.01 | 47.84 | 34.9 | - |
| YUV | 153.39 | 123.82 | 53.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 208 | 146 | 0.76 | 0 | 0.30 | 0.18 | 156.6 | 0.63 | 0.5 |
| Hex | 31 | D0 | 92 | 4C | 0 | 1E | 12 | 9D | 3F | 32 |
| Octal | 61 | 320 | 222 | 114 | 0 | 36 | 22 | 235 | 77 | 62 |
| Binary | 110001 | 11010000 | 10010010 | 1001100 | 0 | 11110 | 10010 | 10011101 | 111111 | 110010 |
Color Harmonies of #31D092
Complementary color
Monochromatic Colors of #31D092
Black with #31D092
Text Example
Text Example
White with #31D092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D092; }
p { color: rgb(49,208,146); }
H1.HeaderClassName
{
color: #31D092;
}
.AnyTagClassName
{
color: #31D092;
}
</style>
background-color css
<style>
a { background-color: #31D092; }
a { background-color: rgb(49,208,146); }
div.DivClassName
{
background-color: #31D092;
}
.BgClassName
{
background-color: #31D092;
}
</style>
border-color css
<style>
span { border-color: #31D092; }
span { border-color: rgb(49,208,146); }
td.TdClassName
{
border-color: #31D092;
}
.TagClassName
{
border-color: #31D092;
}
</style>