Shades of Shamrock #2FDDB2
Tints of Shamrock #2FDDB2
RGB
CMYK
RGB Variations
Color information
#2FDDB2 (or 0x2FDDB2) is known color: Shamrock. HEX triplet: 2F, DD and B2. RGB value is (47,221,178). Sum of RGB (Red+Green+Blue) = 47+221+178=446 (59% of max value = 765). Red value is 47 (18.75% from 255 or 10.54% from 446); Green value is 221 (86.72% from 255 or 49.55% from 446); Blue value is 178 (69.92% from 255 or 39.91% from 446); Max value from RGB is 221 - color contains mainly: green. Hex color #2FDDB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FDDB2 is #D0224D. Grayscale: #A4A4A4. Windows color (decimal): -13640270 or 11722031. OLE color: 11722031.
HSL color Cylindrical-coordinate representation of color #2FDDB2: hue angle of 165.17º 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 #2FDDB2 is Cyan = 0.79, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 221 | 178 | - |
| CMYK | 0.79 | 0 | 0.19 | 0.13 |
| HSL | 165.17º | 0.72% | 0.53% | - |
| HSV(B) | 165.17º | 0.79% | 0.87% | - |
| XYZ | 35.06 | 55.53 | 50.99 | - |
| YUV | 164.07 | 135.85 | 44.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 221 | 178 | 0.79 | 0 | 0.19 | 0.13 | 165.17 | 0.72 | 0.53 |
| Hex | 2F | DD | B2 | 4F | 0 | 13 | D | A5 | 48 | 35 |
| Octal | 57 | 335 | 262 | 117 | 0 | 23 | 15 | 245 | 110 | 65 |
| Binary | 101111 | 11011101 | 10110010 | 1001111 | 0 | 10011 | 1101 | 10100101 | 1001000 | 110101 |
Color Harmonies of #2FDDB2
Complementary color
Monochromatic Colors of #2FDDB2
Black with #2FDDB2
Text Example
Text Example
White with #2FDDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDDB2; }
p { color: rgb(47,221,178); }
H1.HeaderClassName
{
color: #2FDDB2;
}
.AnyTagClassName
{
color: #2FDDB2;
}
</style>
background-color css
<style>
a { background-color: #2FDDB2; }
a { background-color: rgb(47,221,178); }
div.DivClassName
{
background-color: #2FDDB2;
}
.BgClassName
{
background-color: #2FDDB2;
}
</style>
border-color css
<style>
span { border-color: #2FDDB2; }
span { border-color: rgb(47,221,178); }
td.TdClassName
{
border-color: #2FDDB2;
}
.TagClassName
{
border-color: #2FDDB2;
}
</style>