Shades of Shamrock #2FEA9D
Tints of Shamrock #2FEA9D
RGB
CMYK
RGB Variations
Color information
#2FEA9D (or 0x2FEA9D) is known color: Shamrock. HEX triplet: 2F, EA and 9D. RGB value is (47,234,157). Sum of RGB (Red+Green+Blue) = 47+234+157=438 (58% of max value = 765). Red value is 47 (18.75% from 255 or 10.73% from 438); Green value is 234 (91.80% from 255 or 53.42% from 438); Blue value is 157 (61.72% from 255 or 35.84% from 438); Max value from RGB is 234 - color contains mainly: green. Hex color #2FEA9D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FEA9D is #D01562. Grayscale: #A9A9A9. Windows color (decimal): -13636963 or 10349103. OLE color: 10349103.
HSL color Cylindrical-coordinate representation of color #2FEA9D: hue angle of 155.29º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FEA9D is Cyan = 0.80, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 47 | 234 | 157 | - |
| CMYK | 0.80 | 0 | 0.33 | 0.08 |
| HSL | 155.29º | 0.82% | 0.55% | - |
| HSV(B) | 155.29º | 0.8% | 0.92% | - |
| XYZ | 36.68 | 61.88 | 41.91 | - |
| YUV | 169.31 | 121.05 | 40.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 234 | 157 | 0.80 | 0 | 0.33 | 0.08 | 155.29 | 0.82 | 0.55 |
| Hex | 2F | EA | 9D | 50 | 0 | 21 | 8 | 9B | 52 | 37 |
| Octal | 57 | 352 | 235 | 120 | 0 | 41 | 10 | 233 | 122 | 67 |
| Binary | 101111 | 11101010 | 10011101 | 1010000 | 0 | 100001 | 1000 | 10011011 | 1010010 | 110111 |
Color Harmonies of #2FEA9D
Complementary color
Monochromatic Colors of #2FEA9D
Black with #2FEA9D
Text Example
Text Example
White with #2FEA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEA9D; }
p { color: rgb(47,234,157); }
H1.HeaderClassName
{
color: #2FEA9D;
}
.AnyTagClassName
{
color: #2FEA9D;
}
</style>
background-color css
<style>
a { background-color: #2FEA9D; }
a { background-color: rgb(47,234,157); }
div.DivClassName
{
background-color: #2FEA9D;
}
.BgClassName
{
background-color: #2FEA9D;
}
</style>
border-color css
<style>
span { border-color: #2FEA9D; }
span { border-color: rgb(47,234,157); }
td.TdClassName
{
border-color: #2FEA9D;
}
.TagClassName
{
border-color: #2FEA9D;
}
</style>