Shades of Shamrock #2CF2B0
Tints of Shamrock #2CF2B0
RGB
CMYK
RGB Variations
Color information
#2CF2B0 (or 0x2CF2B0) is known color: Shamrock. HEX triplet: 2C, F2 and B0. RGB value is (44,242,176). Sum of RGB (Red+Green+Blue) = 44+242+176=462 (61% of max value = 765). Red value is 44 (17.58% from 255 or 9.52% from 462); Green value is 242 (94.92% from 255 or 52.38% from 462); Blue value is 176 (69.14% from 255 or 38.10% from 462); Max value from RGB is 242 - color contains mainly: green. Hex color #2CF2B0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2CF2B0 is #D30D4F. Grayscale: #AFAFAF. Windows color (decimal): -13831504 or 11596332. OLE color: 11596332.
HSL color Cylindrical-coordinate representation of color #2CF2B0: hue angle of 160º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CF2B0 is Cyan = 0.82, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 44 | 242 | 176 | - |
| CMYK | 0.82 | 0 | 0.27 | 0.05 |
| HSL | 160º | 0.88% | 0.56% | - |
| HSV(B) | 160º | 0.82% | 0.95% | - |
| XYZ | 40.63 | 67.17 | 51.9 | - |
| YUV | 175.27 | 128.4 | 34.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 242 | 176 | 0.82 | 0 | 0.27 | 0.05 | 160 | 0.88 | 0.56 |
| Hex | 2C | F2 | B0 | 52 | 0 | 1B | 5 | A0 | 58 | 38 |
| Octal | 54 | 362 | 260 | 122 | 0 | 33 | 5 | 240 | 130 | 70 |
| Binary | 101100 | 11110010 | 10110000 | 1010010 | 0 | 11011 | 101 | 10100000 | 1011000 | 111000 |
Color Harmonies of #2CF2B0
Complementary color
Monochromatic Colors of #2CF2B0
Black with #2CF2B0
Text Example
Text Example
White with #2CF2B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF2B0; }
p { color: rgb(44,242,176); }
H1.HeaderClassName
{
color: #2CF2B0;
}
.AnyTagClassName
{
color: #2CF2B0;
}
</style>
background-color css
<style>
a { background-color: #2CF2B0; }
a { background-color: rgb(44,242,176); }
div.DivClassName
{
background-color: #2CF2B0;
}
.BgClassName
{
background-color: #2CF2B0;
}
</style>
border-color css
<style>
span { border-color: #2CF2B0; }
span { border-color: rgb(44,242,176); }
td.TdClassName
{
border-color: #2CF2B0;
}
.TagClassName
{
border-color: #2CF2B0;
}
</style>