Shades of Shamrock #2DE9A2
Tints of Shamrock #2DE9A2
RGB
CMYK
RGB Variations
Color information
#2DE9A2 (or 0x2DE9A2) is known color: Shamrock. HEX triplet: 2D, E9 and A2. RGB value is (45,233,162). Sum of RGB (Red+Green+Blue) = 45+233+162=440 (58% of max value = 765). Red value is 45 (17.97% from 255 or 10.23% from 440); Green value is 233 (91.41% from 255 or 52.95% from 440); Blue value is 162 (63.67% from 255 or 36.82% from 440); Max value from RGB is 233 - color contains mainly: green. Hex color #2DE9A2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DE9A2 is #D2165D. Grayscale: #A8A8A8. Windows color (decimal): -13768286 or 10676525. OLE color: 10676525.
HSL color Cylindrical-coordinate representation of color #2DE9A2: hue angle of 157.34º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DE9A2 is Cyan = 0.81, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 45 | 233 | 162 | - |
| CMYK | 0.81 | 0 | 0.30 | 0.09 |
| HSL | 157.34º | 0.81% | 0.55% | - |
| HSV(B) | 157.34º | 0.81% | 0.91% | - |
| XYZ | 36.74 | 61.44 | 44.11 | - |
| YUV | 168.69 | 124.22 | 39.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 233 | 162 | 0.81 | 0 | 0.30 | 0.09 | 157.34 | 0.81 | 0.55 |
| Hex | 2D | E9 | A2 | 51 | 0 | 1E | 9 | 9D | 51 | 37 |
| Octal | 55 | 351 | 242 | 121 | 0 | 36 | 11 | 235 | 121 | 67 |
| Binary | 101101 | 11101001 | 10100010 | 1010001 | 0 | 11110 | 1001 | 10011101 | 1010001 | 110111 |
Color Harmonies of #2DE9A2
Complementary color
Monochromatic Colors of #2DE9A2
Black with #2DE9A2
Text Example
Text Example
White with #2DE9A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DE9A2; }
p { color: rgb(45,233,162); }
H1.HeaderClassName
{
color: #2DE9A2;
}
.AnyTagClassName
{
color: #2DE9A2;
}
</style>
background-color css
<style>
a { background-color: #2DE9A2; }
a { background-color: rgb(45,233,162); }
div.DivClassName
{
background-color: #2DE9A2;
}
.BgClassName
{
background-color: #2DE9A2;
}
</style>
border-color css
<style>
span { border-color: #2DE9A2; }
span { border-color: rgb(45,233,162); }
td.TdClassName
{
border-color: #2DE9A2;
}
.TagClassName
{
border-color: #2DE9A2;
}
</style>