Shades of Shamrock #2FDDA4
Tints of Shamrock #2FDDA4
RGB
CMYK
RGB Variations
Color information
#2FDDA4 (or 0x2FDDA4) is known color: Shamrock. HEX triplet: 2F, DD and A4. RGB value is (47,221,164). Sum of RGB (Red+Green+Blue) = 47+221+164=432 (57% of max value = 765). Red value is 47 (18.75% from 255 or 10.88% from 432); Green value is 221 (86.72% from 255 or 51.16% from 432); Blue value is 164 (64.45% from 255 or 37.96% from 432); Max value from RGB is 221 - color contains mainly: green. Hex color #2FDDA4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FDDA4 is #D0225B. Grayscale: #A2A2A2. Windows color (decimal): -13640284 or 10804527. OLE color: 10804527.
HSL color Cylindrical-coordinate representation of color #2FDDA4: hue angle of 160.34º degrees, saturation: 0.72, 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 #2FDDA4 is Cyan = 0.79, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 221 | 164 | - |
| CMYK | 0.79 | 0 | 0.26 | 0.13 |
| HSL | 160.34º | 0.72% | 0.53% | - |
| HSV(B) | 160.34º | 0.79% | 0.87% | - |
| XYZ | 33.73 | 55 | 43.96 | - |
| YUV | 162.48 | 128.85 | 45.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 221 | 164 | 0.79 | 0 | 0.26 | 0.13 | 160.34 | 0.72 | 0.53 |
| Hex | 2F | DD | A4 | 4F | 0 | 1A | D | A0 | 48 | 35 |
| Octal | 57 | 335 | 244 | 117 | 0 | 32 | 15 | 240 | 110 | 65 |
| Binary | 101111 | 11011101 | 10100100 | 1001111 | 0 | 11010 | 1101 | 10100000 | 1001000 | 110101 |
Color Harmonies of #2FDDA4
Complementary color
Monochromatic Colors of #2FDDA4
Black with #2FDDA4
Text Example
Text Example
White with #2FDDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDDA4; }
p { color: rgb(47,221,164); }
H1.HeaderClassName
{
color: #2FDDA4;
}
.AnyTagClassName
{
color: #2FDDA4;
}
</style>
background-color css
<style>
a { background-color: #2FDDA4; }
a { background-color: rgb(47,221,164); }
div.DivClassName
{
background-color: #2FDDA4;
}
.BgClassName
{
background-color: #2FDDA4;
}
</style>
border-color css
<style>
span { border-color: #2FDDA4; }
span { border-color: rgb(47,221,164); }
td.TdClassName
{
border-color: #2FDDA4;
}
.TagClassName
{
border-color: #2FDDA4;
}
</style>