Shades of Shamrock #31F28F
Tints of Shamrock #31F28F
RGB
CMYK
RGB Variations
Color information
#31F28F (or 0x31F28F) is known color: Shamrock. HEX triplet: 31, F2 and 8F. RGB value is (49,242,143). Sum of RGB (Red+Green+Blue) = 49+242+143=434 (57% of max value = 765). Red value is 49 (19.53% from 255 or 11.29% from 434); Green value is 242 (94.92% from 255 or 55.76% from 434); Blue value is 143 (56.25% from 255 or 32.95% from 434); Max value from RGB is 242 - color contains mainly: green. Hex color #31F28F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #31F28F is #CE0D70. Grayscale: #ADADAD. Windows color (decimal): -13503857 or 9433649. OLE color: 9433649.
HSL color Cylindrical-coordinate representation of color #31F28F: hue angle of 149.22º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31F28F is Cyan = 0.80, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 49 | 242 | 143 | - |
| CMYK | 0.80 | 0 | 0.41 | 0.05 |
| HSL | 149.22º | 0.88% | 0.57% | - |
| HSV(B) | 149.22º | 0.8% | 0.95% | - |
| XYZ | 37.98 | 66.14 | 36.75 | - |
| YUV | 173.01 | 111.06 | 39.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 242 | 143 | 0.80 | 0 | 0.41 | 0.05 | 149.22 | 0.88 | 0.57 |
| Hex | 31 | F2 | 8F | 50 | 0 | 29 | 5 | 95 | 58 | 39 |
| Octal | 61 | 362 | 217 | 120 | 0 | 51 | 5 | 225 | 130 | 71 |
| Binary | 110001 | 11110010 | 10001111 | 1010000 | 0 | 101001 | 101 | 10010101 | 1011000 | 111001 |
Color Harmonies of #31F28F
Complementary color
Monochromatic Colors of #31F28F
Black with #31F28F
Text Example
Text Example
White with #31F28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F28F; }
p { color: rgb(49,242,143); }
H1.HeaderClassName
{
color: #31F28F;
}
.AnyTagClassName
{
color: #31F28F;
}
</style>
background-color css
<style>
a { background-color: #31F28F; }
a { background-color: rgb(49,242,143); }
div.DivClassName
{
background-color: #31F28F;
}
.BgClassName
{
background-color: #31F28F;
}
</style>
border-color css
<style>
span { border-color: #31F28F; }
span { border-color: rgb(49,242,143); }
td.TdClassName
{
border-color: #31F28F;
}
.TagClassName
{
border-color: #31F28F;
}
</style>