Shades of Shamrock #2FD4B2
Tints of Shamrock #2FD4B2
RGB
CMYK
RGB Variations
Color information
#2FD4B2 (or 0x2FD4B2) is known color: Shamrock. HEX triplet: 2F, D4 and B2. RGB value is (47,212,178). Sum of RGB (Red+Green+Blue) = 47+212+178=437 (57% of max value = 765). Red value is 47 (18.75% from 255 or 10.76% from 437); Green value is 212 (83.20% from 255 or 48.51% from 437); Blue value is 178 (69.92% from 255 or 40.73% from 437); Max value from RGB is 212 - color contains mainly: green. Hex color #2FD4B2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FD4B2 is #D02B4D. Grayscale: #9E9E9E. Windows color (decimal): -13642574 or 11719727. OLE color: 11719727.
HSL color Cylindrical-coordinate representation of color #2FD4B2: hue angle of 167.64º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FD4B2 is Cyan = 0.78, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 47 | 212 | 178 | - |
| CMYK | 0.78 | 0 | 0.16 | 0.17 |
| HSL | 167.64º | 0.66% | 0.51% | - |
| HSV(B) | 167.64º | 0.78% | 0.83% | - |
| XYZ | 32.75 | 50.91 | 50.22 | - |
| YUV | 158.79 | 138.84 | 48.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 212 | 178 | 0.78 | 0 | 0.16 | 0.17 | 167.64 | 0.66 | 0.51 |
| Hex | 2F | D4 | B2 | 4E | 0 | 10 | 11 | A8 | 42 | 33 |
| Octal | 57 | 324 | 262 | 116 | 0 | 20 | 21 | 250 | 102 | 63 |
| Binary | 101111 | 11010100 | 10110010 | 1001110 | 0 | 10000 | 10001 | 10101000 | 1000010 | 110011 |
Color Harmonies of #2FD4B2
Complementary color
Monochromatic Colors of #2FD4B2
Black with #2FD4B2
Text Example
Text Example
White with #2FD4B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD4B2; }
p { color: rgb(47,212,178); }
H1.HeaderClassName
{
color: #2FD4B2;
}
.AnyTagClassName
{
color: #2FD4B2;
}
</style>
background-color css
<style>
a { background-color: #2FD4B2; }
a { background-color: rgb(47,212,178); }
div.DivClassName
{
background-color: #2FD4B2;
}
.BgClassName
{
background-color: #2FD4B2;
}
</style>
border-color css
<style>
span { border-color: #2FD4B2; }
span { border-color: rgb(47,212,178); }
td.TdClassName
{
border-color: #2FD4B2;
}
.TagClassName
{
border-color: #2FD4B2;
}
</style>