Shades of Shamrock #2CD293
Tints of Shamrock #2CD293
RGB
CMYK
RGB Variations
Color information
#2CD293 (or 0x2CD293) is known color: Shamrock. HEX triplet: 2C, D2 and 93. RGB value is (44,210,147). Sum of RGB (Red+Green+Blue) = 44+210+147=401 (53% of max value = 765). Red value is 44 (17.58% from 255 or 10.97% from 401); Green value is 210 (82.42% from 255 or 52.37% from 401); Blue value is 147 (57.81% from 255 or 36.66% from 401); Max value from RGB is 210 - color contains mainly: green. Hex color #2CD293 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CD293 is #D32D6C. Grayscale: #999999. Windows color (decimal): -13839725 or 9687596. OLE color: 9687596.
HSL color Cylindrical-coordinate representation of color #2CD293: hue angle of 157.23º 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 #2CD293 is Cyan = 0.79, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 44 | 210 | 147 | - |
| CMYK | 0.79 | 0 | 0.30 | 0.18 |
| HSL | 157.23º | 0.65% | 0.5% | - |
| HSV(B) | 157.23º | 0.79% | 0.82% | - |
| XYZ | 29.35 | 48.74 | 35.46 | - |
| YUV | 153.18 | 124.5 | 50.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 210 | 147 | 0.79 | 0 | 0.30 | 0.18 | 157.23 | 0.65 | 0.5 |
| Hex | 2C | D2 | 93 | 4F | 0 | 1E | 12 | 9D | 41 | 32 |
| Octal | 54 | 322 | 223 | 117 | 0 | 36 | 22 | 235 | 101 | 62 |
| Binary | 101100 | 11010010 | 10010011 | 1001111 | 0 | 11110 | 10010 | 10011101 | 1000001 | 110010 |
Color Harmonies of #2CD293
Complementary color
Monochromatic Colors of #2CD293
Black with #2CD293
Text Example
Text Example
White with #2CD293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CD293; }
p { color: rgb(44,210,147); }
H1.HeaderClassName
{
color: #2CD293;
}
.AnyTagClassName
{
color: #2CD293;
}
</style>
background-color css
<style>
a { background-color: #2CD293; }
a { background-color: rgb(44,210,147); }
div.DivClassName
{
background-color: #2CD293;
}
.BgClassName
{
background-color: #2CD293;
}
</style>
border-color css
<style>
span { border-color: #2CD293; }
span { border-color: rgb(44,210,147); }
td.TdClassName
{
border-color: #2CD293;
}
.TagClassName
{
border-color: #2CD293;
}
</style>