Shades of Shamrock #2DE192
Tints of Shamrock #2DE192
RGB
CMYK
RGB Variations
Color information
#2DE192 (or 0x2DE192) is known color: Shamrock. HEX triplet: 2D, E1 and 92. RGB value is (45,225,146). Sum of RGB (Red+Green+Blue) = 45+225+146=416 (55% of max value = 765). Red value is 45 (17.97% from 255 or 10.82% from 416); Green value is 225 (88.28% from 255 or 54.09% from 416); Blue value is 146 (57.42% from 255 or 35.10% from 416); Max value from RGB is 225 - color contains mainly: green. Hex color #2DE192 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DE192 is #D21E6D. Grayscale: #A2A2A2. Windows color (decimal): -13770350 or 9625901. OLE color: 9625901.
HSL color Cylindrical-coordinate representation of color #2DE192: hue angle of 153.67º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DE192 is Cyan = 0.8, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 45 | 225 | 146 | - |
| CMYK | 0.8 | 0 | 0.35 | 0.12 |
| HSL | 153.67º | 0.75% | 0.53% | - |
| HSV(B) | 153.67º | 0.8% | 0.88% | - |
| XYZ | 33.2 | 56.48 | 36.35 | - |
| YUV | 162.17 | 118.87 | 44.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 225 | 146 | 0.8 | 0 | 0.35 | 0.12 | 153.67 | 0.75 | 0.53 |
| Hex | 2D | E1 | 92 | 50 | 0 | 23 | C | 9A | 4B | 35 |
| Octal | 55 | 341 | 222 | 120 | 0 | 43 | 14 | 232 | 113 | 65 |
| Binary | 101101 | 11100001 | 10010010 | 1010000 | 0 | 100011 | 1100 | 10011010 | 1001011 | 110101 |
Color Harmonies of #2DE192
Complementary color
Monochromatic Colors of #2DE192
Black with #2DE192
Text Example
Text Example
White with #2DE192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DE192; }
p { color: rgb(45,225,146); }
H1.HeaderClassName
{
color: #2DE192;
}
.AnyTagClassName
{
color: #2DE192;
}
</style>
background-color css
<style>
a { background-color: #2DE192; }
a { background-color: rgb(45,225,146); }
div.DivClassName
{
background-color: #2DE192;
}
.BgClassName
{
background-color: #2DE192;
}
</style>
border-color css
<style>
span { border-color: #2DE192; }
span { border-color: rgb(45,225,146); }
td.TdClassName
{
border-color: #2DE192;
}
.TagClassName
{
border-color: #2DE192;
}
</style>