Shades of Shamrock #2FD8A3
Tints of Shamrock #2FD8A3
RGB
CMYK
RGB Variations
Color information
#2FD8A3 (or 0x2FD8A3) is known color: Shamrock. HEX triplet: 2F, D8 and A3. RGB value is (47,216,163). Sum of RGB (Red+Green+Blue) = 47+216+163=426 (56% of max value = 765). Red value is 47 (18.75% from 255 or 11.03% from 426); Green value is 216 (84.77% from 255 or 50.70% from 426); Blue value is 163 (64.06% from 255 or 38.26% from 426); Max value from RGB is 216 - color contains mainly: green. Hex color #2FD8A3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FD8A3 is #D0275C. Grayscale: #9F9F9F. Windows color (decimal): -13641565 or 10737711. OLE color: 10737711.
HSL color Cylindrical-coordinate representation of color #2FD8A3: hue angle of 161.18º degrees, saturation: 0.68, 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 #2FD8A3 is Cyan = 0.78, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 47 | 216 | 163 | - |
| CMYK | 0.78 | 0 | 0.25 | 0.15 |
| HSL | 161.18º | 0.68% | 0.52% | - |
| HSV(B) | 161.18º | 0.78% | 0.85% | - |
| XYZ | 32.34 | 52.36 | 43.05 | - |
| YUV | 159.43 | 130.01 | 47.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 216 | 163 | 0.78 | 0 | 0.25 | 0.15 | 161.18 | 0.68 | 0.52 |
| Hex | 2F | D8 | A3 | 4E | 0 | 19 | F | A1 | 44 | 34 |
| Octal | 57 | 330 | 243 | 116 | 0 | 31 | 17 | 241 | 104 | 64 |
| Binary | 101111 | 11011000 | 10100011 | 1001110 | 0 | 11001 | 1111 | 10100001 | 1000100 | 110100 |
Color Harmonies of #2FD8A3
Complementary color
Monochromatic Colors of #2FD8A3
Black with #2FD8A3
Text Example
Text Example
White with #2FD8A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD8A3; }
p { color: rgb(47,216,163); }
H1.HeaderClassName
{
color: #2FD8A3;
}
.AnyTagClassName
{
color: #2FD8A3;
}
</style>
background-color css
<style>
a { background-color: #2FD8A3; }
a { background-color: rgb(47,216,163); }
div.DivClassName
{
background-color: #2FD8A3;
}
.BgClassName
{
background-color: #2FD8A3;
}
</style>
border-color css
<style>
span { border-color: #2FD8A3; }
span { border-color: rgb(47,216,163); }
td.TdClassName
{
border-color: #2FD8A3;
}
.TagClassName
{
border-color: #2FD8A3;
}
</style>