Shades of Shamrock #2FDB8C
Tints of Shamrock #2FDB8C
RGB
CMYK
RGB Variations
Color information
#2FDB8C (or 0x2FDB8C) is known color: Shamrock. HEX triplet: 2F, DB and 8C. RGB value is (47,219,140). Sum of RGB (Red+Green+Blue) = 47+219+140=406 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.58% from 406); Green value is 219 (85.94% from 255 or 53.94% from 406); Blue value is 140 (55.08% from 255 or 34.48% from 406); Max value from RGB is 219 - color contains mainly: green. Hex color #2FDB8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FDB8C is #D02473. Grayscale: #9E9E9E. Windows color (decimal): -13640820 or 9231151. OLE color: 9231151.
HSL color Cylindrical-coordinate representation of color #2FDB8C: hue angle of 152.44º 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 #2FDB8C is Cyan = 0.79, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 47 | 219 | 140 | - |
| CMYK | 0.79 | 0 | 0.36 | 0.14 |
| HSL | 152.44º | 0.7% | 0.52% | - |
| HSV(B) | 152.44º | 0.79% | 0.86% | - |
| XYZ | 31.24 | 53.16 | 33.43 | - |
| YUV | 158.57 | 117.52 | 48.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 219 | 140 | 0.79 | 0 | 0.36 | 0.14 | 152.44 | 0.7 | 0.52 |
| Hex | 2F | DB | 8C | 4F | 0 | 24 | E | 98 | 46 | 34 |
| Octal | 57 | 333 | 214 | 117 | 0 | 44 | 16 | 230 | 106 | 64 |
| Binary | 101111 | 11011011 | 10001100 | 1001111 | 0 | 100100 | 1110 | 10011000 | 1000110 | 110100 |
Color Harmonies of #2FDB8C
Complementary color
Monochromatic Colors of #2FDB8C
Black with #2FDB8C
Text Example
Text Example
White with #2FDB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDB8C; }
p { color: rgb(47,219,140); }
H1.HeaderClassName
{
color: #2FDB8C;
}
.AnyTagClassName
{
color: #2FDB8C;
}
</style>
background-color css
<style>
a { background-color: #2FDB8C; }
a { background-color: rgb(47,219,140); }
div.DivClassName
{
background-color: #2FDB8C;
}
.BgClassName
{
background-color: #2FDB8C;
}
</style>
border-color css
<style>
span { border-color: #2FDB8C; }
span { border-color: rgb(47,219,140); }
td.TdClassName
{
border-color: #2FDB8C;
}
.TagClassName
{
border-color: #2FDB8C;
}
</style>