Shades of Shamrock #2CD28C
Tints of Shamrock #2CD28C
RGB
CMYK
RGB Variations
Color information
#2CD28C (or 0x2CD28C) is known color: Shamrock. HEX triplet: 2C, D2 and 8C. RGB value is (44,210,140). Sum of RGB (Red+Green+Blue) = 44+210+140=394 (52% of max value = 765). Red value is 44 (17.58% from 255 or 11.17% from 394); Green value is 210 (82.42% from 255 or 53.30% from 394); Blue value is 140 (55.08% from 255 or 35.53% from 394); Max value from RGB is 210 - color contains mainly: green. Hex color #2CD28C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CD28C is #D32D73. Grayscale: #989898. Windows color (decimal): -13839732 or 9228844. OLE color: 9228844.
HSL color Cylindrical-coordinate representation of color #2CD28C: hue angle of 154.7º 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 #2CD28C is Cyan = 0.79, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 44 | 210 | 140 | - |
| CMYK | 0.79 | 0 | 0.33 | 0.18 |
| HSL | 154.7º | 0.65% | 0.5% | - |
| HSV(B) | 154.7º | 0.79% | 0.82% | - |
| XYZ | 28.82 | 48.52 | 32.66 | - |
| YUV | 152.39 | 121 | 50.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 210 | 140 | 0.79 | 0 | 0.33 | 0.18 | 154.7 | 0.65 | 0.5 |
| Hex | 2C | D2 | 8C | 4F | 0 | 21 | 12 | 9B | 41 | 32 |
| Octal | 54 | 322 | 214 | 117 | 0 | 41 | 22 | 233 | 101 | 62 |
| Binary | 101100 | 11010010 | 10001100 | 1001111 | 0 | 100001 | 10010 | 10011011 | 1000001 | 110010 |
Color Harmonies of #2CD28C
Complementary color
Monochromatic Colors of #2CD28C
Black with #2CD28C
Text Example
Text Example
White with #2CD28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CD28C; }
p { color: rgb(44,210,140); }
H1.HeaderClassName
{
color: #2CD28C;
}
.AnyTagClassName
{
color: #2CD28C;
}
</style>
background-color css
<style>
a { background-color: #2CD28C; }
a { background-color: rgb(44,210,140); }
div.DivClassName
{
background-color: #2CD28C;
}
.BgClassName
{
background-color: #2CD28C;
}
</style>
border-color css
<style>
span { border-color: #2CD28C; }
span { border-color: rgb(44,210,140); }
td.TdClassName
{
border-color: #2CD28C;
}
.TagClassName
{
border-color: #2CD28C;
}
</style>