Shades of Shamrock #2FDA8C
Tints of Shamrock #2FDA8C
RGB
CMYK
RGB Variations
Color information
#2FDA8C (or 0x2FDA8C) is known color: Shamrock. HEX triplet: 2F, DA and 8C. RGB value is (47,218,140). Sum of RGB (Red+Green+Blue) = 47+218+140=405 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.60% from 405); Green value is 218 (85.55% from 255 or 53.83% from 405); Blue value is 140 (55.08% from 255 or 34.57% from 405); Max value from RGB is 218 - color contains mainly: green. Hex color #2FDA8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FDA8C is #D02573. Grayscale: #9E9E9E. Windows color (decimal): -13641076 or 9230895. OLE color: 9230895.
HSL color Cylindrical-coordinate representation of color #2FDA8C: hue angle of 152.63º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FDA8C is Cyan = 0.78, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 47 | 218 | 140 | - |
| CMYK | 0.78 | 0 | 0.36 | 0.15 |
| HSL | 152.63º | 0.7% | 0.52% | - |
| HSV(B) | 152.63º | 0.78% | 0.85% | - |
| XYZ | 30.98 | 52.64 | 33.34 | - |
| YUV | 157.98 | 117.85 | 48.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 218 | 140 | 0.78 | 0 | 0.36 | 0.15 | 152.63 | 0.7 | 0.52 |
| Hex | 2F | DA | 8C | 4E | 0 | 24 | F | 99 | 46 | 34 |
| Octal | 57 | 332 | 214 | 116 | 0 | 44 | 17 | 231 | 106 | 64 |
| Binary | 101111 | 11011010 | 10001100 | 1001110 | 0 | 100100 | 1111 | 10011001 | 1000110 | 110100 |
Color Harmonies of #2FDA8C
Complementary color
Monochromatic Colors of #2FDA8C
Black with #2FDA8C
Text Example
Text Example
White with #2FDA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDA8C; }
p { color: rgb(47,218,140); }
H1.HeaderClassName
{
color: #2FDA8C;
}
.AnyTagClassName
{
color: #2FDA8C;
}
</style>
background-color css
<style>
a { background-color: #2FDA8C; }
a { background-color: rgb(47,218,140); }
div.DivClassName
{
background-color: #2FDA8C;
}
.BgClassName
{
background-color: #2FDA8C;
}
</style>
border-color css
<style>
span { border-color: #2FDA8C; }
span { border-color: rgb(47,218,140); }
td.TdClassName
{
border-color: #2FDA8C;
}
.TagClassName
{
border-color: #2FDA8C;
}
</style>