Shades of Shamrock #2FE2AF
Tints of Shamrock #2FE2AF
RGB
CMYK
RGB Variations
Color information
#2FE2AF (or 0x2FE2AF) is known color: Shamrock. HEX triplet: 2F, E2 and AF. RGB value is (47,226,175). Sum of RGB (Red+Green+Blue) = 47+226+175=448 (59% of max value = 765). Red value is 47 (18.75% from 255 or 10.49% from 448); Green value is 226 (88.67% from 255 or 50.45% from 448); Blue value is 175 (68.75% from 255 or 39.06% from 448); Max value from RGB is 226 - color contains mainly: green. Hex color #2FE2AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FE2AF is #D01D50. Grayscale: #A6A6A6. Windows color (decimal): -13638993 or 11526703. OLE color: 11526703.
HSL color Cylindrical-coordinate representation of color #2FE2AF: hue angle of 162.91º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FE2AF is Cyan = 0.79, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 47 | 226 | 175 | - |
| CMYK | 0.79 | 0 | 0.23 | 0.11 |
| HSL | 162.91º | 0.76% | 0.54% | - |
| HSV(B) | 162.91º | 0.79% | 0.89% | - |
| XYZ | 36.11 | 58.09 | 49.87 | - |
| YUV | 166.67 | 132.7 | 42.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 226 | 175 | 0.79 | 0 | 0.23 | 0.11 | 162.91 | 0.76 | 0.54 |
| Hex | 2F | E2 | AF | 4F | 0 | 17 | B | A3 | 4C | 36 |
| Octal | 57 | 342 | 257 | 117 | 0 | 27 | 13 | 243 | 114 | 66 |
| Binary | 101111 | 11100010 | 10101111 | 1001111 | 0 | 10111 | 1011 | 10100011 | 1001100 | 110110 |
Color Harmonies of #2FE2AF
Complementary color
Monochromatic Colors of #2FE2AF
Black with #2FE2AF
Text Example
Text Example
White with #2FE2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE2AF; }
p { color: rgb(47,226,175); }
H1.HeaderClassName
{
color: #2FE2AF;
}
.AnyTagClassName
{
color: #2FE2AF;
}
</style>
background-color css
<style>
a { background-color: #2FE2AF; }
a { background-color: rgb(47,226,175); }
div.DivClassName
{
background-color: #2FE2AF;
}
.BgClassName
{
background-color: #2FE2AF;
}
</style>
border-color css
<style>
span { border-color: #2FE2AF; }
span { border-color: rgb(47,226,175); }
td.TdClassName
{
border-color: #2FE2AF;
}
.TagClassName
{
border-color: #2FE2AF;
}
</style>