Shades of Shamrock #2FB89C
Tints of Shamrock #2FB89C
RGB
CMYK
RGB Variations
Color information
#2FB89C (or 0x2FB89C) is known color: Shamrock. HEX triplet: 2F, B8 and 9C. RGB value is (47,184,156). Sum of RGB (Red+Green+Blue) = 47+184+156=387 (51% of max value = 765). Red value is 47 (18.75% from 255 or 12.14% from 387); Green value is 184 (72.27% from 255 or 47.55% from 387); Blue value is 156 (61.33% from 255 or 40.31% from 387); Max value from RGB is 184 - color contains mainly: green. Hex color #2FB89C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FB89C is #D04763. Grayscale: #8B8B8B. Windows color (decimal): -13649764 or 10270767. OLE color: 10270767.
HSL color Cylindrical-coordinate representation of color #2FB89C: hue angle of 167.74º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2FB89C is Cyan = 0.74, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 47 | 184 | 156 | - |
| CMYK | 0.74 | 0 | 0.15 | 0.28 |
| HSL | 167.74º | 0.59% | 0.45% | - |
| HSV(B) | 167.74º | 0.74% | 0.72% | - |
| XYZ | 24.31 | 37.29 | 37.37 | - |
| YUV | 139.85 | 137.11 | 61.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 184 | 156 | 0.74 | 0 | 0.15 | 0.28 | 167.74 | 0.59 | 0.45 |
| Hex | 2F | B8 | 9C | 4A | 0 | F | 1C | A8 | 3B | 2D |
| Octal | 57 | 270 | 234 | 112 | 0 | 17 | 34 | 250 | 73 | 55 |
| Binary | 101111 | 10111000 | 10011100 | 1001010 | 0 | 1111 | 11100 | 10101000 | 111011 | 101101 |
Color Harmonies of #2FB89C
Complementary color
Monochromatic Colors of #2FB89C
Black with #2FB89C
Text Example
Text Example
White with #2FB89C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB89C; }
p { color: rgb(47,184,156); }
H1.HeaderClassName
{
color: #2FB89C;
}
.AnyTagClassName
{
color: #2FB89C;
}
</style>
background-color css
<style>
a { background-color: #2FB89C; }
a { background-color: rgb(47,184,156); }
div.DivClassName
{
background-color: #2FB89C;
}
.BgClassName
{
background-color: #2FB89C;
}
</style>
border-color css
<style>
span { border-color: #2FB89C; }
span { border-color: rgb(47,184,156); }
td.TdClassName
{
border-color: #2FB89C;
}
.TagClassName
{
border-color: #2FB89C;
}
</style>