Shades of Shamrock #31E28C
Tints of Shamrock #31E28C
RGB
CMYK
RGB Variations
Color information
#31E28C (or 0x31E28C) is known color: Shamrock. HEX triplet: 31, E2 and 8C. RGB value is (49,226,140). Sum of RGB (Red+Green+Blue) = 49+226+140=415 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.81% from 415); Green value is 226 (88.67% from 255 or 54.46% from 415); Blue value is 140 (55.08% from 255 or 33.73% from 415); Max value from RGB is 226 - color contains mainly: green. Hex color #31E28C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31E28C is #CE1D73. Grayscale: #A3A3A3. Windows color (decimal): -13507956 or 9232945. OLE color: 9232945.
HSL color Cylindrical-coordinate representation of color #31E28C: hue angle of 150.85º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31E28C is Cyan = 0.78, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 49 | 226 | 140 | - |
| CMYK | 0.78 | 0 | 0.38 | 0.11 |
| HSL | 150.85º | 0.75% | 0.54% | - |
| HSV(B) | 150.85º | 0.78% | 0.89% | - |
| XYZ | 33.2 | 56.94 | 34.05 | - |
| YUV | 163.27 | 114.86 | 46.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 226 | 140 | 0.78 | 0 | 0.38 | 0.11 | 150.85 | 0.75 | 0.54 |
| Hex | 31 | E2 | 8C | 4E | 0 | 26 | B | 97 | 4B | 36 |
| Octal | 61 | 342 | 214 | 116 | 0 | 46 | 13 | 227 | 113 | 66 |
| Binary | 110001 | 11100010 | 10001100 | 1001110 | 0 | 100110 | 1011 | 10010111 | 1001011 | 110110 |
Color Harmonies of #31E28C
Complementary color
Monochromatic Colors of #31E28C
Black with #31E28C
Text Example
Text Example
White with #31E28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31E28C; }
p { color: rgb(49,226,140); }
H1.HeaderClassName
{
color: #31E28C;
}
.AnyTagClassName
{
color: #31E28C;
}
</style>
background-color css
<style>
a { background-color: #31E28C; }
a { background-color: rgb(49,226,140); }
div.DivClassName
{
background-color: #31E28C;
}
.BgClassName
{
background-color: #31E28C;
}
</style>
border-color css
<style>
span { border-color: #31E28C; }
span { border-color: rgb(49,226,140); }
td.TdClassName
{
border-color: #31E28C;
}
.TagClassName
{
border-color: #31E28C;
}
</style>