Shades of Shamrock #2FEDAF
Tints of Shamrock #2FEDAF
RGB
CMYK
RGB Variations
Color information
#2FEDAF (or 0x2FEDAF) is known color: Shamrock. HEX triplet: 2F, ED and AF. RGB value is (47,237,175). Sum of RGB (Red+Green+Blue) = 47+237+175=459 (60% of max value = 765). Red value is 47 (18.75% from 255 or 10.24% from 459); Green value is 237 (92.97% from 255 or 51.63% from 459); Blue value is 175 (68.75% from 255 or 38.13% from 459); Max value from RGB is 237 - color contains mainly: green. Hex color #2FEDAF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FEDAF is #D01250. Grayscale: #ADADAD. Windows color (decimal): -13636177 or 11529519. OLE color: 11529519.
HSL color Cylindrical-coordinate representation of color #2FEDAF: hue angle of 160.42º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FEDAF is Cyan = 0.80, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 237 | 175 | - |
| CMYK | 0.80 | 0 | 0.26 | 0.07 |
| HSL | 160.42º | 0.84% | 0.56% | - |
| HSV(B) | 160.42º | 0.8% | 0.93% | - |
| XYZ | 39.19 | 64.27 | 50.9 | - |
| YUV | 173.12 | 129.05 | 38.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 237 | 175 | 0.80 | 0 | 0.26 | 0.07 | 160.42 | 0.84 | 0.56 |
| Hex | 2F | ED | AF | 50 | 0 | 1A | 7 | A0 | 54 | 38 |
| Octal | 57 | 355 | 257 | 120 | 0 | 32 | 7 | 240 | 124 | 70 |
| Binary | 101111 | 11101101 | 10101111 | 1010000 | 0 | 11010 | 111 | 10100000 | 1010100 | 111000 |
Color Harmonies of #2FEDAF
Complementary color
Monochromatic Colors of #2FEDAF
Black with #2FEDAF
Text Example
Text Example
White with #2FEDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEDAF; }
p { color: rgb(47,237,175); }
H1.HeaderClassName
{
color: #2FEDAF;
}
.AnyTagClassName
{
color: #2FEDAF;
}
</style>
background-color css
<style>
a { background-color: #2FEDAF; }
a { background-color: rgb(47,237,175); }
div.DivClassName
{
background-color: #2FEDAF;
}
.BgClassName
{
background-color: #2FEDAF;
}
</style>
border-color css
<style>
span { border-color: #2FEDAF; }
span { border-color: rgb(47,237,175); }
td.TdClassName
{
border-color: #2FEDAF;
}
.TagClassName
{
border-color: #2FEDAF;
}
</style>