Shades of Shamrock #2FDB9D
Tints of Shamrock #2FDB9D
RGB
CMYK
RGB Variations
Color information
#2FDB9D (or 0x2FDB9D) is known color: Shamrock. HEX triplet: 2F, DB and 9D. RGB value is (47,219,157). Sum of RGB (Red+Green+Blue) = 47+219+157=423 (56% of max value = 765). Red value is 47 (18.75% from 255 or 11.11% from 423); Green value is 219 (85.94% from 255 or 51.77% from 423); Blue value is 157 (61.72% from 255 or 37.12% from 423); Max value from RGB is 219 - color contains mainly: green. Hex color #2FDB9D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FDB9D is #D02462. Grayscale: #A0A0A0. Windows color (decimal): -13640803 or 10345263. OLE color: 10345263.
HSL color Cylindrical-coordinate representation of color #2FDB9D: hue angle of 158.37º degrees, saturation: 0.7, 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 #2FDB9D is Cyan = 0.79, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 47 | 219 | 157 | - |
| CMYK | 0.79 | 0 | 0.28 | 0.14 |
| HSL | 158.37º | 0.7% | 0.52% | - |
| HSV(B) | 158.37º | 0.79% | 0.86% | - |
| XYZ | 32.59 | 53.7 | 40.55 | - |
| YUV | 160.5 | 126.02 | 47.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 219 | 157 | 0.79 | 0 | 0.28 | 0.14 | 158.37 | 0.7 | 0.52 |
| Hex | 2F | DB | 9D | 4F | 0 | 1C | E | 9E | 46 | 34 |
| Octal | 57 | 333 | 235 | 117 | 0 | 34 | 16 | 236 | 106 | 64 |
| Binary | 101111 | 11011011 | 10011101 | 1001111 | 0 | 11100 | 1110 | 10011110 | 1000110 | 110100 |
Color Harmonies of #2FDB9D
Complementary color
Monochromatic Colors of #2FDB9D
Black with #2FDB9D
Text Example
Text Example
White with #2FDB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDB9D; }
p { color: rgb(47,219,157); }
H1.HeaderClassName
{
color: #2FDB9D;
}
.AnyTagClassName
{
color: #2FDB9D;
}
</style>
background-color css
<style>
a { background-color: #2FDB9D; }
a { background-color: rgb(47,219,157); }
div.DivClassName
{
background-color: #2FDB9D;
}
.BgClassName
{
background-color: #2FDB9D;
}
</style>
border-color css
<style>
span { border-color: #2FDB9D; }
span { border-color: rgb(47,219,157); }
td.TdClassName
{
border-color: #2FDB9D;
}
.TagClassName
{
border-color: #2FDB9D;
}
</style>