Shades of Shamrock #2FDDB1
Tints of Shamrock #2FDDB1
RGB
CMYK
RGB Variations
Color information
#2FDDB1 (or 0x2FDDB1) is known color: Shamrock. HEX triplet: 2F, DD and B1. RGB value is (47,221,177). Sum of RGB (Red+Green+Blue) = 47+221+177=445 (58% of max value = 765). Red value is 47 (18.75% from 255 or 10.56% from 445); Green value is 221 (86.72% from 255 or 49.66% from 445); Blue value is 177 (69.53% from 255 or 39.78% from 445); Max value from RGB is 221 - color contains mainly: green. Hex color #2FDDB1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FDDB1 is #D0224E. Grayscale: #A3A3A3. Windows color (decimal): -13640271 or 11656495. OLE color: 11656495.
HSL color Cylindrical-coordinate representation of color #2FDDB1: hue angle of 164.83º 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 #2FDDB1 is Cyan = 0.79, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 221 | 177 | - |
| CMYK | 0.79 | 0 | 0.20 | 0.13 |
| HSL | 164.83º | 0.72% | 0.53% | - |
| HSV(B) | 164.83º | 0.79% | 0.87% | - |
| XYZ | 34.96 | 55.49 | 50.46 | - |
| YUV | 163.96 | 135.35 | 44.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 221 | 177 | 0.79 | 0 | 0.20 | 0.13 | 164.83 | 0.72 | 0.53 |
| Hex | 2F | DD | B1 | 4F | 0 | 14 | D | A5 | 48 | 35 |
| Octal | 57 | 335 | 261 | 117 | 0 | 24 | 15 | 245 | 110 | 65 |
| Binary | 101111 | 11011101 | 10110001 | 1001111 | 0 | 10100 | 1101 | 10100101 | 1001000 | 110101 |
Color Harmonies of #2FDDB1
Complementary color
Monochromatic Colors of #2FDDB1
Black with #2FDDB1
Text Example
Text Example
White with #2FDDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDDB1; }
p { color: rgb(47,221,177); }
H1.HeaderClassName
{
color: #2FDDB1;
}
.AnyTagClassName
{
color: #2FDDB1;
}
</style>
background-color css
<style>
a { background-color: #2FDDB1; }
a { background-color: rgb(47,221,177); }
div.DivClassName
{
background-color: #2FDDB1;
}
.BgClassName
{
background-color: #2FDDB1;
}
</style>
border-color css
<style>
span { border-color: #2FDDB1; }
span { border-color: rgb(47,221,177); }
td.TdClassName
{
border-color: #2FDDB1;
}
.TagClassName
{
border-color: #2FDDB1;
}
</style>