Shades of Shamrock #2DEBA0
Tints of Shamrock #2DEBA0
RGB
CMYK
RGB Variations
Color information
#2DEBA0 (or 0x2DEBA0) is known color: Shamrock. HEX triplet: 2D, EB and A0. RGB value is (45,235,160). Sum of RGB (Red+Green+Blue) = 45+235+160=440 (58% of max value = 765). Red value is 45 (17.97% from 255 or 10.23% from 440); Green value is 235 (92.19% from 255 or 53.41% from 440); Blue value is 160 (62.89% from 255 or 36.36% from 440); Max value from RGB is 235 - color contains mainly: green. Hex color #2DEBA0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DEBA0 is #D2145F. Grayscale: #A9A9A9. Windows color (decimal): -13767776 or 10545965. OLE color: 10545965.
HSL color Cylindrical-coordinate representation of color #2DEBA0: hue angle of 156.32º degrees, saturation: 0.83, 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 #2DEBA0 is Cyan = 0.81, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 45 | 235 | 160 | - |
| CMYK | 0.81 | 0 | 0.32 | 0.08 |
| HSL | 156.32º | 0.83% | 0.55% | - |
| HSV(B) | 156.32º | 0.81% | 0.92% | - |
| XYZ | 37.14 | 62.51 | 43.37 | - |
| YUV | 169.64 | 122.55 | 39.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 235 | 160 | 0.81 | 0 | 0.32 | 0.08 | 156.32 | 0.83 | 0.55 |
| Hex | 2D | EB | A0 | 51 | 0 | 20 | 8 | 9C | 53 | 37 |
| Octal | 55 | 353 | 240 | 121 | 0 | 40 | 10 | 234 | 123 | 67 |
| Binary | 101101 | 11101011 | 10100000 | 1010001 | 0 | 100000 | 1000 | 10011100 | 1010011 | 110111 |
Color Harmonies of #2DEBA0
Complementary color
Monochromatic Colors of #2DEBA0
Black with #2DEBA0
Text Example
Text Example
White with #2DEBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DEBA0; }
p { color: rgb(45,235,160); }
H1.HeaderClassName
{
color: #2DEBA0;
}
.AnyTagClassName
{
color: #2DEBA0;
}
</style>
background-color css
<style>
a { background-color: #2DEBA0; }
a { background-color: rgb(45,235,160); }
div.DivClassName
{
background-color: #2DEBA0;
}
.BgClassName
{
background-color: #2DEBA0;
}
</style>
border-color css
<style>
span { border-color: #2DEBA0; }
span { border-color: rgb(45,235,160); }
td.TdClassName
{
border-color: #2DEBA0;
}
.TagClassName
{
border-color: #2DEBA0;
}
</style>