Shades of Shamrock #2DEA8A
Tints of Shamrock #2DEA8A
RGB
CMYK
RGB Variations
Color information
#2DEA8A (or 0x2DEA8A) is known color: Shamrock. HEX triplet: 2D, EA and 8A. RGB value is (45,234,138). Sum of RGB (Red+Green+Blue) = 45+234+138=417 (55% of max value = 765). Red value is 45 (17.97% from 255 or 10.79% from 417); Green value is 234 (91.80% from 255 or 56.12% from 417); Blue value is 138 (54.30% from 255 or 33.09% from 417); Max value from RGB is 234 - color contains mainly: green. Hex color #2DEA8A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DEA8A is #D21575. Grayscale: #A6A6A6. Windows color (decimal): -13768054 or 9103917. OLE color: 9103917.
HSL color Cylindrical-coordinate representation of color #2DEA8A: hue angle of 149.52º 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 #2DEA8A is Cyan = 0.81, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 45 | 234 | 138 | - |
| CMYK | 0.81 | 0 | 0.41 | 0.08 |
| HSL | 149.52º | 0.82% | 0.55% | - |
| HSV(B) | 149.52º | 0.81% | 0.92% | - |
| XYZ | 35.09 | 61.24 | 34.02 | - |
| YUV | 166.55 | 111.88 | 41.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 234 | 138 | 0.81 | 0 | 0.41 | 0.08 | 149.52 | 0.82 | 0.55 |
| Hex | 2D | EA | 8A | 51 | 0 | 29 | 8 | 96 | 52 | 37 |
| Octal | 55 | 352 | 212 | 121 | 0 | 51 | 10 | 226 | 122 | 67 |
| Binary | 101101 | 11101010 | 10001010 | 1010001 | 0 | 101001 | 1000 | 10010110 | 1010010 | 110111 |
Color Harmonies of #2DEA8A
Complementary color
Monochromatic Colors of #2DEA8A
Black with #2DEA8A
Text Example
Text Example
White with #2DEA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DEA8A; }
p { color: rgb(45,234,138); }
H1.HeaderClassName
{
color: #2DEA8A;
}
.AnyTagClassName
{
color: #2DEA8A;
}
</style>
background-color css
<style>
a { background-color: #2DEA8A; }
a { background-color: rgb(45,234,138); }
div.DivClassName
{
background-color: #2DEA8A;
}
.BgClassName
{
background-color: #2DEA8A;
}
</style>
border-color css
<style>
span { border-color: #2DEA8A; }
span { border-color: rgb(45,234,138); }
td.TdClassName
{
border-color: #2DEA8A;
}
.TagClassName
{
border-color: #2DEA8A;
}
</style>