Shades of Shamrock #2FDA9A
Tints of Shamrock #2FDA9A
RGB
CMYK
RGB Variations
Color information
#2FDA9A (or 0x2FDA9A) is known color: Shamrock. HEX triplet: 2F, DA and 9A. RGB value is (47,218,154). Sum of RGB (Red+Green+Blue) = 47+218+154=419 (55% of max value = 765). Red value is 47 (18.75% from 255 or 11.22% from 419); Green value is 218 (85.55% from 255 or 52.03% from 419); Blue value is 154 (60.55% from 255 or 36.75% from 419); Max value from RGB is 218 - color contains mainly: green. Hex color #2FDA9A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FDA9A is #D02565. Grayscale: #9F9F9F. Windows color (decimal): -13641062 or 10148399. OLE color: 10148399.
HSL color Cylindrical-coordinate representation of color #2FDA9A: hue angle of 157.54º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FDA9A is Cyan = 0.78, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 47 | 218 | 154 | - |
| CMYK | 0.78 | 0 | 0.29 | 0.15 |
| HSL | 157.54º | 0.7% | 0.52% | - |
| HSV(B) | 157.54º | 0.78% | 0.85% | - |
| XYZ | 32.08 | 53.08 | 39.13 | - |
| YUV | 159.58 | 124.85 | 47.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 218 | 154 | 0.78 | 0 | 0.29 | 0.15 | 157.54 | 0.7 | 0.52 |
| Hex | 2F | DA | 9A | 4E | 0 | 1D | F | 9E | 46 | 34 |
| Octal | 57 | 332 | 232 | 116 | 0 | 35 | 17 | 236 | 106 | 64 |
| Binary | 101111 | 11011010 | 10011010 | 1001110 | 0 | 11101 | 1111 | 10011110 | 1000110 | 110100 |
Color Harmonies of #2FDA9A
Complementary color
Monochromatic Colors of #2FDA9A
Black with #2FDA9A
Text Example
Text Example
White with #2FDA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDA9A; }
p { color: rgb(47,218,154); }
H1.HeaderClassName
{
color: #2FDA9A;
}
.AnyTagClassName
{
color: #2FDA9A;
}
</style>
background-color css
<style>
a { background-color: #2FDA9A; }
a { background-color: rgb(47,218,154); }
div.DivClassName
{
background-color: #2FDA9A;
}
.BgClassName
{
background-color: #2FDA9A;
}
</style>
border-color css
<style>
span { border-color: #2FDA9A; }
span { border-color: rgb(47,218,154); }
td.TdClassName
{
border-color: #2FDA9A;
}
.TagClassName
{
border-color: #2FDA9A;
}
</style>