Shades of Shamrock #2FC18C
Tints of Shamrock #2FC18C
RGB
CMYK
RGB Variations
Color information
#2FC18C (or 0x2FC18C) is known color: Shamrock. HEX triplet: 2F, C1 and 8C. RGB value is (47,193,140). Sum of RGB (Red+Green+Blue) = 47+193+140=380 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.37% from 380); Green value is 193 (75.78% from 255 or 50.79% from 380); Blue value is 140 (55.08% from 255 or 36.84% from 380); Max value from RGB is 193 - color contains mainly: green. Hex color #2FC18C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FC18C is #D03E73. Grayscale: #8F8F8F. Windows color (decimal): -13647476 or 9224495. OLE color: 9224495.
HSL color Cylindrical-coordinate representation of color #2FC18C: hue angle of 158.22º 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 #2FC18C is Cyan = 0.76, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 47 | 193 | 140 | - |
| CMYK | 0.76 | 0 | 0.27 | 0.24 |
| HSL | 158.22º | 0.61% | 0.47% | - |
| HSV(B) | 158.22º | 0.76% | 0.76% | - |
| XYZ | 24.98 | 40.64 | 31.34 | - |
| YUV | 143.3 | 126.13 | 59.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 193 | 140 | 0.76 | 0 | 0.27 | 0.24 | 158.22 | 0.61 | 0.47 |
| Hex | 2F | C1 | 8C | 4C | 0 | 1B | 18 | 9E | 3D | 2F |
| Octal | 57 | 301 | 214 | 114 | 0 | 33 | 30 | 236 | 75 | 57 |
| Binary | 101111 | 11000001 | 10001100 | 1001100 | 0 | 11011 | 11000 | 10011110 | 111101 | 101111 |
Color Harmonies of #2FC18C
Complementary color
Monochromatic Colors of #2FC18C
Black with #2FC18C
Text Example
Text Example
White with #2FC18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC18C; }
p { color: rgb(47,193,140); }
H1.HeaderClassName
{
color: #2FC18C;
}
.AnyTagClassName
{
color: #2FC18C;
}
</style>
background-color css
<style>
a { background-color: #2FC18C; }
a { background-color: rgb(47,193,140); }
div.DivClassName
{
background-color: #2FC18C;
}
.BgClassName
{
background-color: #2FC18C;
}
</style>
border-color css
<style>
span { border-color: #2FC18C; }
span { border-color: rgb(47,193,140); }
td.TdClassName
{
border-color: #2FC18C;
}
.TagClassName
{
border-color: #2FC18C;
}
</style>