Shades of Shamrock #2FC19E
Tints of Shamrock #2FC19E
RGB
CMYK
RGB Variations
Color information
#2FC19E (or 0x2FC19E) is known color: Shamrock. HEX triplet: 2F, C1 and 9E. RGB value is (47,193,158). Sum of RGB (Red+Green+Blue) = 47+193+158=398 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.81% from 398); Green value is 193 (75.78% from 255 or 48.49% from 398); Blue value is 158 (62.11% from 255 or 39.70% from 398); Max value from RGB is 193 - color contains mainly: green. Hex color #2FC19E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FC19E is #D03E61. Grayscale: #919191. Windows color (decimal): -13647458 or 10404143. OLE color: 10404143.
HSL color Cylindrical-coordinate representation of color #2FC19E: hue angle of 165.62º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FC19E is Cyan = 0.76, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 47 | 193 | 158 | - |
| CMYK | 0.76 | 0 | 0.18 | 0.24 |
| HSL | 165.62º | 0.61% | 0.47% | - |
| HSV(B) | 165.62º | 0.76% | 0.76% | - |
| XYZ | 26.41 | 41.21 | 38.91 | - |
| YUV | 145.36 | 135.13 | 57.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 193 | 158 | 0.76 | 0 | 0.18 | 0.24 | 165.62 | 0.61 | 0.47 |
| Hex | 2F | C1 | 9E | 4C | 0 | 12 | 18 | A6 | 3D | 2F |
| Octal | 57 | 301 | 236 | 114 | 0 | 22 | 30 | 246 | 75 | 57 |
| Binary | 101111 | 11000001 | 10011110 | 1001100 | 0 | 10010 | 11000 | 10100110 | 111101 | 101111 |
Color Harmonies of #2FC19E
Complementary color
Monochromatic Colors of #2FC19E
Black with #2FC19E
Text Example
Text Example
White with #2FC19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC19E; }
p { color: rgb(47,193,158); }
H1.HeaderClassName
{
color: #2FC19E;
}
.AnyTagClassName
{
color: #2FC19E;
}
</style>
background-color css
<style>
a { background-color: #2FC19E; }
a { background-color: rgb(47,193,158); }
div.DivClassName
{
background-color: #2FC19E;
}
.BgClassName
{
background-color: #2FC19E;
}
</style>
border-color css
<style>
span { border-color: #2FC19E; }
span { border-color: rgb(47,193,158); }
td.TdClassName
{
border-color: #2FC19E;
}
.TagClassName
{
border-color: #2FC19E;
}
</style>