Shades of Shamrock #2FBEA2
Tints of Shamrock #2FBEA2
RGB
CMYK
RGB Variations
Color information
#2FBEA2 (or 0x2FBEA2) is known color: Shamrock. HEX triplet: 2F, BE and A2. RGB value is (47,190,162). Sum of RGB (Red+Green+Blue) = 47+190+162=399 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.78% from 399); Green value is 190 (74.61% from 255 or 47.62% from 399); Blue value is 162 (63.67% from 255 or 40.60% from 399); Max value from RGB is 190 - color contains mainly: green. Hex color #2FBEA2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FBEA2 is #D0415D. Grayscale: #909090. Windows color (decimal): -13648222 or 10665519. OLE color: 10665519.
HSL color Cylindrical-coordinate representation of color #2FBEA2: hue angle of 168.25º 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 #2FBEA2 is Cyan = 0.75, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 47 | 190 | 162 | - |
| CMYK | 0.75 | 0 | 0.15 | 0.25 |
| HSL | 168.25º | 0.6% | 0.46% | - |
| HSV(B) | 168.25º | 0.75% | 0.75% | - |
| XYZ | 26.11 | 40.04 | 40.53 | - |
| YUV | 144.05 | 138.12 | 58.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 190 | 162 | 0.75 | 0 | 0.15 | 0.25 | 168.25 | 0.6 | 0.46 |
| Hex | 2F | BE | A2 | 4B | 0 | F | 19 | A8 | 3C | 2E |
| Octal | 57 | 276 | 242 | 113 | 0 | 17 | 31 | 250 | 74 | 56 |
| Binary | 101111 | 10111110 | 10100010 | 1001011 | 0 | 1111 | 11001 | 10101000 | 111100 | 101110 |
Color Harmonies of #2FBEA2
Complementary color
Monochromatic Colors of #2FBEA2
Black with #2FBEA2
Text Example
Text Example
White with #2FBEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBEA2; }
p { color: rgb(47,190,162); }
H1.HeaderClassName
{
color: #2FBEA2;
}
.AnyTagClassName
{
color: #2FBEA2;
}
</style>
background-color css
<style>
a { background-color: #2FBEA2; }
a { background-color: rgb(47,190,162); }
div.DivClassName
{
background-color: #2FBEA2;
}
.BgClassName
{
background-color: #2FBEA2;
}
</style>
border-color css
<style>
span { border-color: #2FBEA2; }
span { border-color: rgb(47,190,162); }
td.TdClassName
{
border-color: #2FBEA2;
}
.TagClassName
{
border-color: #2FBEA2;
}
</style>