Shades of Shamrock #2FBE9C
Tints of Shamrock #2FBE9C
RGB
CMYK
RGB Variations
Color information
#2FBE9C (or 0x2FBE9C) is known color: Shamrock. HEX triplet: 2F, BE and 9C. RGB value is (47,190,156). Sum of RGB (Red+Green+Blue) = 47+190+156=393 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.96% from 393); Green value is 190 (74.61% from 255 or 48.35% from 393); Blue value is 156 (61.33% from 255 or 39.69% from 393); Max value from RGB is 190 - color contains mainly: green. Hex color #2FBE9C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FBE9C is #D04163. Grayscale: #8F8F8F. Windows color (decimal): -13648228 or 10272303. OLE color: 10272303.
HSL color Cylindrical-coordinate representation of color #2FBE9C: hue angle of 165.73º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2FBE9C is Cyan = 0.75, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 47 | 190 | 156 | - |
| CMYK | 0.75 | 0 | 0.18 | 0.25 |
| HSL | 165.73º | 0.6% | 0.46% | - |
| HSV(B) | 165.73º | 0.75% | 0.75% | - |
| XYZ | 25.59 | 39.83 | 37.79 | - |
| YUV | 143.37 | 135.12 | 59.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 190 | 156 | 0.75 | 0 | 0.18 | 0.25 | 165.73 | 0.6 | 0.46 |
| Hex | 2F | BE | 9C | 4B | 0 | 12 | 19 | A6 | 3C | 2E |
| Octal | 57 | 276 | 234 | 113 | 0 | 22 | 31 | 246 | 74 | 56 |
| Binary | 101111 | 10111110 | 10011100 | 1001011 | 0 | 10010 | 11001 | 10100110 | 111100 | 101110 |
Color Harmonies of #2FBE9C
Complementary color
Monochromatic Colors of #2FBE9C
Black with #2FBE9C
Text Example
Text Example
White with #2FBE9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBE9C; }
p { color: rgb(47,190,156); }
H1.HeaderClassName
{
color: #2FBE9C;
}
.AnyTagClassName
{
color: #2FBE9C;
}
</style>
background-color css
<style>
a { background-color: #2FBE9C; }
a { background-color: rgb(47,190,156); }
div.DivClassName
{
background-color: #2FBE9C;
}
.BgClassName
{
background-color: #2FBE9C;
}
</style>
border-color css
<style>
span { border-color: #2FBE9C; }
span { border-color: rgb(47,190,156); }
td.TdClassName
{
border-color: #2FBE9C;
}
.TagClassName
{
border-color: #2FBE9C;
}
</style>