Shades of Shamrock #2FDF9F
Tints of Shamrock #2FDF9F
RGB
CMYK
RGB Variations
Color information
#2FDF9F (or 0x2FDF9F) is known color: Shamrock. HEX triplet: 2F, DF and 9F. RGB value is (47,223,159). Sum of RGB (Red+Green+Blue) = 47+223+159=429 (56% of max value = 765). Red value is 47 (18.75% from 255 or 10.96% from 429); Green value is 223 (87.5% from 255 or 51.98% from 429); Blue value is 159 (62.5% from 255 or 37.06% from 429); Max value from RGB is 223 - color contains mainly: green. Hex color #2FDF9F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FDF9F is #D02060. Grayscale: #A3A3A3. Windows color (decimal): -13639777 or 10477359. OLE color: 10477359.
HSL color Cylindrical-coordinate representation of color #2FDF9F: hue angle of 158.18º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FDF9F is Cyan = 0.79, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 223 | 159 | - |
| CMYK | 0.79 | 0 | 0.29 | 0.13 |
| HSL | 158.18º | 0.73% | 0.53% | - |
| HSV(B) | 158.18º | 0.79% | 0.87% | - |
| XYZ | 33.82 | 55.88 | 41.8 | - |
| YUV | 163.08 | 125.69 | 45.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 223 | 159 | 0.79 | 0 | 0.29 | 0.13 | 158.18 | 0.73 | 0.53 |
| Hex | 2F | DF | 9F | 4F | 0 | 1D | D | 9E | 49 | 35 |
| Octal | 57 | 337 | 237 | 117 | 0 | 35 | 15 | 236 | 111 | 65 |
| Binary | 101111 | 11011111 | 10011111 | 1001111 | 0 | 11101 | 1101 | 10011110 | 1001001 | 110101 |
Color Harmonies of #2FDF9F
Complementary color
Monochromatic Colors of #2FDF9F
Black with #2FDF9F
Text Example
Text Example
White with #2FDF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDF9F; }
p { color: rgb(47,223,159); }
H1.HeaderClassName
{
color: #2FDF9F;
}
.AnyTagClassName
{
color: #2FDF9F;
}
</style>
background-color css
<style>
a { background-color: #2FDF9F; }
a { background-color: rgb(47,223,159); }
div.DivClassName
{
background-color: #2FDF9F;
}
.BgClassName
{
background-color: #2FDF9F;
}
</style>
border-color css
<style>
span { border-color: #2FDF9F; }
span { border-color: rgb(47,223,159); }
td.TdClassName
{
border-color: #2FDF9F;
}
.TagClassName
{
border-color: #2FDF9F;
}
</style>