Shades of Shamrock #2FDCAA
Tints of Shamrock #2FDCAA
RGB
CMYK
RGB Variations
Color information
#2FDCAA (or 0x2FDCAA) is known color: Shamrock. HEX triplet: 2F, DC and AA. RGB value is (47,220,170). Sum of RGB (Red+Green+Blue) = 47+220+170=437 (57% of max value = 765). Red value is 47 (18.75% from 255 or 10.76% from 437); Green value is 220 (86.33% from 255 or 50.34% from 437); Blue value is 170 (66.80% from 255 or 38.90% from 437); Max value from RGB is 220 - color contains mainly: green. Hex color #2FDCAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FDCAA is #D02355. Grayscale: #A2A2A2. Windows color (decimal): -13640534 or 11197487. OLE color: 11197487.
HSL color Cylindrical-coordinate representation of color #2FDCAA: hue angle of 162.66º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FDCAA is Cyan = 0.79, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 47 | 220 | 170 | - |
| CMYK | 0.79 | 0 | 0.23 | 0.14 |
| HSL | 162.66º | 0.71% | 0.52% | - |
| HSV(B) | 162.66º | 0.79% | 0.86% | - |
| XYZ | 34.02 | 54.69 | 46.79 | - |
| YUV | 162.57 | 132.19 | 45.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 220 | 170 | 0.79 | 0 | 0.23 | 0.14 | 162.66 | 0.71 | 0.52 |
| Hex | 2F | DC | AA | 4F | 0 | 17 | E | A3 | 47 | 34 |
| Octal | 57 | 334 | 252 | 117 | 0 | 27 | 16 | 243 | 107 | 64 |
| Binary | 101111 | 11011100 | 10101010 | 1001111 | 0 | 10111 | 1110 | 10100011 | 1000111 | 110100 |
Color Harmonies of #2FDCAA
Complementary color
Monochromatic Colors of #2FDCAA
Black with #2FDCAA
Text Example
Text Example
White with #2FDCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDCAA; }
p { color: rgb(47,220,170); }
H1.HeaderClassName
{
color: #2FDCAA;
}
.AnyTagClassName
{
color: #2FDCAA;
}
</style>
background-color css
<style>
a { background-color: #2FDCAA; }
a { background-color: rgb(47,220,170); }
div.DivClassName
{
background-color: #2FDCAA;
}
.BgClassName
{
background-color: #2FDCAA;
}
</style>
border-color css
<style>
span { border-color: #2FDCAA; }
span { border-color: rgb(47,220,170); }
td.TdClassName
{
border-color: #2FDCAA;
}
.TagClassName
{
border-color: #2FDCAA;
}
</style>