Shades of Shamrock #2FEBAF
Tints of Shamrock #2FEBAF
RGB
CMYK
RGB Variations
Color information
#2FEBAF (or 0x2FEBAF) is known color: Shamrock. HEX triplet: 2F, EB and AF. RGB value is (47,235,175). Sum of RGB (Red+Green+Blue) = 47+235+175=457 (60% of max value = 765). Red value is 47 (18.75% from 255 or 10.28% from 457); Green value is 235 (92.19% from 255 or 51.42% from 457); Blue value is 175 (68.75% from 255 or 38.29% from 457); Max value from RGB is 235 - color contains mainly: green. Hex color #2FEBAF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FEBAF is #D01450. Grayscale: #ACACAC. Windows color (decimal): -13636689 or 11529007. OLE color: 11529007.
HSL color Cylindrical-coordinate representation of color #2FEBAF: hue angle of 160.85º 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 #2FEBAF is Cyan = 0.8, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 47 | 235 | 175 | - |
| CMYK | 0.8 | 0 | 0.26 | 0.08 |
| HSL | 160.85º | 0.82% | 0.55% | - |
| HSV(B) | 160.85º | 0.8% | 0.92% | - |
| XYZ | 38.62 | 63.12 | 50.7 | - |
| YUV | 171.95 | 129.72 | 38.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 235 | 175 | 0.8 | 0 | 0.26 | 0.08 | 160.85 | 0.82 | 0.55 |
| Hex | 2F | EB | AF | 50 | 0 | 1A | 8 | A1 | 52 | 37 |
| Octal | 57 | 353 | 257 | 120 | 0 | 32 | 10 | 241 | 122 | 67 |
| Binary | 101111 | 11101011 | 10101111 | 1010000 | 0 | 11010 | 1000 | 10100001 | 1010010 | 110111 |
Color Harmonies of #2FEBAF
Complementary color
Monochromatic Colors of #2FEBAF
Black with #2FEBAF
Text Example
Text Example
White with #2FEBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEBAF; }
p { color: rgb(47,235,175); }
H1.HeaderClassName
{
color: #2FEBAF;
}
.AnyTagClassName
{
color: #2FEBAF;
}
</style>
background-color css
<style>
a { background-color: #2FEBAF; }
a { background-color: rgb(47,235,175); }
div.DivClassName
{
background-color: #2FEBAF;
}
.BgClassName
{
background-color: #2FEBAF;
}
</style>
border-color css
<style>
span { border-color: #2FEBAF; }
span { border-color: rgb(47,235,175); }
td.TdClassName
{
border-color: #2FEBAF;
}
.TagClassName
{
border-color: #2FEBAF;
}
</style>