Shades of Shamrock #2DEA9C
Tints of Shamrock #2DEA9C
RGB
CMYK
RGB Variations
Color information
#2DEA9C (or 0x2DEA9C) is known color: Shamrock. HEX triplet: 2D, EA and 9C. RGB value is (45,234,156). Sum of RGB (Red+Green+Blue) = 45+234+156=435 (57% of max value = 765). Red value is 45 (17.97% from 255 or 10.34% from 435); Green value is 234 (91.80% from 255 or 53.79% from 435); Blue value is 156 (61.33% from 255 or 35.86% from 435); Max value from RGB is 234 - color contains mainly: green. Hex color #2DEA9C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DEA9C is #D21563. Grayscale: #A8A8A8. Windows color (decimal): -13768036 or 10283565. OLE color: 10283565.
HSL color Cylindrical-coordinate representation of color #2DEA9C: hue angle of 155.24º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DEA9C is Cyan = 0.81, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 45 | 234 | 156 | - |
| CMYK | 0.81 | 0 | 0.33 | 0.08 |
| HSL | 155.24º | 0.82% | 0.55% | - |
| HSV(B) | 155.24º | 0.81% | 0.92% | - |
| XYZ | 36.51 | 61.8 | 41.46 | - |
| YUV | 168.6 | 120.88 | 39.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 234 | 156 | 0.81 | 0 | 0.33 | 0.08 | 155.24 | 0.82 | 0.55 |
| Hex | 2D | EA | 9C | 51 | 0 | 21 | 8 | 9B | 52 | 37 |
| Octal | 55 | 352 | 234 | 121 | 0 | 41 | 10 | 233 | 122 | 67 |
| Binary | 101101 | 11101010 | 10011100 | 1010001 | 0 | 100001 | 1000 | 10011011 | 1010010 | 110111 |
Color Harmonies of #2DEA9C
Complementary color
Monochromatic Colors of #2DEA9C
Black with #2DEA9C
Text Example
Text Example
White with #2DEA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DEA9C; }
p { color: rgb(45,234,156); }
H1.HeaderClassName
{
color: #2DEA9C;
}
.AnyTagClassName
{
color: #2DEA9C;
}
</style>
background-color css
<style>
a { background-color: #2DEA9C; }
a { background-color: rgb(45,234,156); }
div.DivClassName
{
background-color: #2DEA9C;
}
.BgClassName
{
background-color: #2DEA9C;
}
</style>
border-color css
<style>
span { border-color: #2DEA9C; }
span { border-color: rgb(45,234,156); }
td.TdClassName
{
border-color: #2DEA9C;
}
.TagClassName
{
border-color: #2DEA9C;
}
</style>