Shades of Shamrock #2DEEA5
Tints of Shamrock #2DEEA5
RGB
CMYK
RGB Variations
Color information
#2DEEA5 (or 0x2DEEA5) is known color: Shamrock. HEX triplet: 2D, EE and A5. RGB value is (45,238,165). Sum of RGB (Red+Green+Blue) = 45+238+165=448 (59% of max value = 765). Red value is 45 (17.97% from 255 or 10.04% from 448); Green value is 238 (93.36% from 255 or 53.12% from 448); Blue value is 165 (64.84% from 255 or 36.83% from 448); Max value from RGB is 238 - color contains mainly: green. Hex color #2DEEA5 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DEEA5 is #D2115A. Grayscale: #ACACAC. Windows color (decimal): -13767003 or 10874413. OLE color: 10874413.
HSL color Cylindrical-coordinate representation of color #2DEEA5: hue angle of 157.31º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DEEA5 is Cyan = 0.81, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 45 | 238 | 165 | - |
| CMYK | 0.81 | 0 | 0.31 | 0.07 |
| HSL | 157.31º | 0.85% | 0.55% | - |
| HSV(B) | 157.31º | 0.81% | 0.93% | - |
| XYZ | 38.45 | 64.42 | 46.01 | - |
| YUV | 171.97 | 124.06 | 37.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 238 | 165 | 0.81 | 0 | 0.31 | 0.07 | 157.31 | 0.85 | 0.55 |
| Hex | 2D | EE | A5 | 51 | 0 | 1F | 7 | 9D | 55 | 37 |
| Octal | 55 | 356 | 245 | 121 | 0 | 37 | 7 | 235 | 125 | 67 |
| Binary | 101101 | 11101110 | 10100101 | 1010001 | 0 | 11111 | 111 | 10011101 | 1010101 | 110111 |
Color Harmonies of #2DEEA5
Complementary color
Monochromatic Colors of #2DEEA5
Black with #2DEEA5
Text Example
Text Example
White with #2DEEA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DEEA5; }
p { color: rgb(45,238,165); }
H1.HeaderClassName
{
color: #2DEEA5;
}
.AnyTagClassName
{
color: #2DEEA5;
}
</style>
background-color css
<style>
a { background-color: #2DEEA5; }
a { background-color: rgb(45,238,165); }
div.DivClassName
{
background-color: #2DEEA5;
}
.BgClassName
{
background-color: #2DEEA5;
}
</style>
border-color css
<style>
span { border-color: #2DEEA5; }
span { border-color: rgb(45,238,165); }
td.TdClassName
{
border-color: #2DEEA5;
}
.TagClassName
{
border-color: #2DEEA5;
}
</style>