Shades of Shamrock #31C282
Tints of Shamrock #31C282
RGB
CMYK
RGB Variations
Color information
#31C282 (or 0x31C282) is known color: Shamrock. HEX triplet: 31, C2 and 82. RGB value is (49,194,130). Sum of RGB (Red+Green+Blue) = 49+194+130=373 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.14% from 373); Green value is 194 (76.17% from 255 or 52.01% from 373); Blue value is 130 (51.17% from 255 or 34.85% from 373); Max value from RGB is 194 - color contains mainly: green. Hex color #31C282 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31C282 is #CE3D7D. Grayscale: #8F8F8F. Windows color (decimal): -13516158 or 8569393. OLE color: 8569393.
HSL color Cylindrical-coordinate representation of color #31C282: hue angle of 153.52º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #31C282 is Cyan = 0.75, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 49 | 194 | 130 | - |
| CMYK | 0.75 | 0 | 0.33 | 0.24 |
| HSL | 153.52º | 0.6% | 0.48% | - |
| HSV(B) | 153.52º | 0.75% | 0.76% | - |
| XYZ | 24.59 | 40.85 | 27.71 | - |
| YUV | 143.35 | 120.46 | 60.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 194 | 130 | 0.75 | 0 | 0.33 | 0.24 | 153.52 | 0.6 | 0.48 |
| Hex | 31 | C2 | 82 | 4B | 0 | 21 | 18 | 9A | 3C | 30 |
| Octal | 61 | 302 | 202 | 113 | 0 | 41 | 30 | 232 | 74 | 60 |
| Binary | 110001 | 11000010 | 10000010 | 1001011 | 0 | 100001 | 11000 | 10011010 | 111100 | 110000 |
Color Harmonies of #31C282
Complementary color
Monochromatic Colors of #31C282
Black with #31C282
Text Example
Text Example
White with #31C282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C282; }
p { color: rgb(49,194,130); }
H1.HeaderClassName
{
color: #31C282;
}
.AnyTagClassName
{
color: #31C282;
}
</style>
background-color css
<style>
a { background-color: #31C282; }
a { background-color: rgb(49,194,130); }
div.DivClassName
{
background-color: #31C282;
}
.BgClassName
{
background-color: #31C282;
}
</style>
border-color css
<style>
span { border-color: #31C282; }
span { border-color: rgb(49,194,130); }
td.TdClassName
{
border-color: #31C282;
}
.TagClassName
{
border-color: #31C282;
}
</style>