Shades of Shamrock #2CD19C
Tints of Shamrock #2CD19C
RGB
CMYK
RGB Variations
Color information
#2CD19C (or 0x2CD19C) is known color: Shamrock. HEX triplet: 2C, D1 and 9C. RGB value is (44,209,156). Sum of RGB (Red+Green+Blue) = 44+209+156=409 (54% of max value = 765). Red value is 44 (17.58% from 255 or 10.76% from 409); Green value is 209 (82.03% from 255 or 51.10% from 409); Blue value is 156 (61.33% from 255 or 38.14% from 409); Max value from RGB is 209 - color contains mainly: green. Hex color #2CD19C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CD19C is #D32E63. Grayscale: #999999. Windows color (decimal): -13839972 or 10277164. OLE color: 10277164.
HSL color Cylindrical-coordinate representation of color #2CD19C: hue angle of 160.73º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2CD19C is Cyan = 0.79, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 44 | 209 | 156 | - |
| CMYK | 0.79 | 0 | 0.25 | 0.18 |
| HSL | 160.73º | 0.65% | 0.5% | - |
| HSV(B) | 160.73º | 0.79% | 0.82% | - |
| XYZ | 29.84 | 48.54 | 39.25 | - |
| YUV | 153.62 | 129.34 | 49.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 209 | 156 | 0.79 | 0 | 0.25 | 0.18 | 160.73 | 0.65 | 0.5 |
| Hex | 2C | D1 | 9C | 4F | 0 | 19 | 12 | A1 | 41 | 32 |
| Octal | 54 | 321 | 234 | 117 | 0 | 31 | 22 | 241 | 101 | 62 |
| Binary | 101100 | 11010001 | 10011100 | 1001111 | 0 | 11001 | 10010 | 10100001 | 1000001 | 110010 |
Color Harmonies of #2CD19C
Complementary color
Monochromatic Colors of #2CD19C
Black with #2CD19C
Text Example
Text Example
White with #2CD19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CD19C; }
p { color: rgb(44,209,156); }
H1.HeaderClassName
{
color: #2CD19C;
}
.AnyTagClassName
{
color: #2CD19C;
}
</style>
background-color css
<style>
a { background-color: #2CD19C; }
a { background-color: rgb(44,209,156); }
div.DivClassName
{
background-color: #2CD19C;
}
.BgClassName
{
background-color: #2CD19C;
}
</style>
border-color css
<style>
span { border-color: #2CD19C; }
span { border-color: rgb(44,209,156); }
td.TdClassName
{
border-color: #2CD19C;
}
.TagClassName
{
border-color: #2CD19C;
}
</style>