Shades of Shamrock #2CCF8C
Tints of Shamrock #2CCF8C
RGB
CMYK
RGB Variations
Color information
#2CCF8C (or 0x2CCF8C) is known color: Shamrock. HEX triplet: 2C, CF and 8C. RGB value is (44,207,140). Sum of RGB (Red+Green+Blue) = 44+207+140=391 (51% of max value = 765). Red value is 44 (17.58% from 255 or 11.25% from 391); Green value is 207 (81.25% from 255 or 52.94% from 391); Blue value is 140 (55.08% from 255 or 35.81% from 391); Max value from RGB is 207 - color contains mainly: green. Hex color #2CCF8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CCF8C is #D33073. Grayscale: #969696. Windows color (decimal): -13840500 or 9228076. OLE color: 9228076.
HSL color Cylindrical-coordinate representation of color #2CCF8C: hue angle of 155.34º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2CCF8C is Cyan = 0.79, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 44 | 207 | 140 | - |
| CMYK | 0.79 | 0 | 0.32 | 0.19 |
| HSL | 155.34º | 0.65% | 0.49% | - |
| HSV(B) | 155.34º | 0.79% | 0.81% | - |
| XYZ | 28.09 | 47.05 | 32.41 | - |
| YUV | 150.63 | 122 | 51.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 207 | 140 | 0.79 | 0 | 0.32 | 0.19 | 155.34 | 0.65 | 0.49 |
| Hex | 2C | CF | 8C | 4F | 0 | 20 | 13 | 9B | 41 | 31 |
| Octal | 54 | 317 | 214 | 117 | 0 | 40 | 23 | 233 | 101 | 61 |
| Binary | 101100 | 11001111 | 10001100 | 1001111 | 0 | 100000 | 10011 | 10011011 | 1000001 | 110001 |
Color Harmonies of #2CCF8C
Complementary color
Monochromatic Colors of #2CCF8C
Black with #2CCF8C
Text Example
Text Example
White with #2CCF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CCF8C; }
p { color: rgb(44,207,140); }
H1.HeaderClassName
{
color: #2CCF8C;
}
.AnyTagClassName
{
color: #2CCF8C;
}
</style>
background-color css
<style>
a { background-color: #2CCF8C; }
a { background-color: rgb(44,207,140); }
div.DivClassName
{
background-color: #2CCF8C;
}
.BgClassName
{
background-color: #2CCF8C;
}
</style>
border-color css
<style>
span { border-color: #2CCF8C; }
span { border-color: rgb(44,207,140); }
td.TdClassName
{
border-color: #2CCF8C;
}
.TagClassName
{
border-color: #2CCF8C;
}
</style>