Shades of Shamrock #2FDA9E
Tints of Shamrock #2FDA9E
RGB
CMYK
RGB Variations
Color information
#2FDA9E (or 0x2FDA9E) is known color: Shamrock. HEX triplet: 2F, DA and 9E. RGB value is (47,218,158). Sum of RGB (Red+Green+Blue) = 47+218+158=423 (56% of max value = 765). Red value is 47 (18.75% from 255 or 11.11% from 423); Green value is 218 (85.55% from 255 or 51.54% from 423); Blue value is 158 (62.11% from 255 or 37.35% from 423); Max value from RGB is 218 - color contains mainly: green. Hex color #2FDA9E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FDA9E is #D02561. Grayscale: #A0A0A0. Windows color (decimal): -13641058 or 10410543. OLE color: 10410543.
HSL color Cylindrical-coordinate representation of color #2FDA9E: hue angle of 158.95º 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 #2FDA9E is Cyan = 0.78, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 47 | 218 | 158 | - |
| CMYK | 0.78 | 0 | 0.28 | 0.15 |
| HSL | 158.95º | 0.7% | 0.52% | - |
| HSV(B) | 158.95º | 0.78% | 0.85% | - |
| XYZ | 32.42 | 53.22 | 40.91 | - |
| YUV | 160.03 | 126.85 | 47.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 218 | 158 | 0.78 | 0 | 0.28 | 0.15 | 158.95 | 0.7 | 0.52 |
| Hex | 2F | DA | 9E | 4E | 0 | 1C | F | 9F | 46 | 34 |
| Octal | 57 | 332 | 236 | 116 | 0 | 34 | 17 | 237 | 106 | 64 |
| Binary | 101111 | 11011010 | 10011110 | 1001110 | 0 | 11100 | 1111 | 10011111 | 1000110 | 110100 |
Color Harmonies of #2FDA9E
Complementary color
Monochromatic Colors of #2FDA9E
Black with #2FDA9E
Text Example
Text Example
White with #2FDA9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDA9E; }
p { color: rgb(47,218,158); }
H1.HeaderClassName
{
color: #2FDA9E;
}
.AnyTagClassName
{
color: #2FDA9E;
}
</style>
background-color css
<style>
a { background-color: #2FDA9E; }
a { background-color: rgb(47,218,158); }
div.DivClassName
{
background-color: #2FDA9E;
}
.BgClassName
{
background-color: #2FDA9E;
}
</style>
border-color css
<style>
span { border-color: #2FDA9E; }
span { border-color: rgb(47,218,158); }
td.TdClassName
{
border-color: #2FDA9E;
}
.TagClassName
{
border-color: #2FDA9E;
}
</style>