Shades of Shamrock #2DC68E
Tints of Shamrock #2DC68E
RGB
CMYK
RGB Variations
Color information
#2DC68E (or 0x2DC68E) is known color: Shamrock. HEX triplet: 2D, C6 and 8E. RGB value is (45,198,142). Sum of RGB (Red+Green+Blue) = 45+198+142=385 (50% of max value = 765). Red value is 45 (17.97% from 255 or 11.69% from 385); Green value is 198 (77.73% from 255 or 51.43% from 385); Blue value is 142 (55.86% from 255 or 36.88% from 385); Max value from RGB is 198 - color contains mainly: green. Hex color #2DC68E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DC68E is #D23971. Grayscale: #919191. Windows color (decimal): -13777266 or 9356845. OLE color: 9356845.
HSL color Cylindrical-coordinate representation of color #2DC68E: hue angle of 158.04º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DC68E is Cyan = 0.77, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 45 | 198 | 142 | - |
| CMYK | 0.77 | 0 | 0.28 | 0.22 |
| HSL | 158.04º | 0.63% | 0.48% | - |
| HSV(B) | 158.04º | 0.77% | 0.78% | - |
| XYZ | 26.16 | 42.9 | 32.49 | - |
| YUV | 145.87 | 125.81 | 56.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 198 | 142 | 0.77 | 0 | 0.28 | 0.22 | 158.04 | 0.63 | 0.48 |
| Hex | 2D | C6 | 8E | 4D | 0 | 1C | 16 | 9E | 3F | 30 |
| Octal | 55 | 306 | 216 | 115 | 0 | 34 | 26 | 236 | 77 | 60 |
| Binary | 101101 | 11000110 | 10001110 | 1001101 | 0 | 11100 | 10110 | 10011110 | 111111 | 110000 |
Color Harmonies of #2DC68E
Complementary color
Monochromatic Colors of #2DC68E
Black with #2DC68E
Text Example
Text Example
White with #2DC68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC68E; }
p { color: rgb(45,198,142); }
H1.HeaderClassName
{
color: #2DC68E;
}
.AnyTagClassName
{
color: #2DC68E;
}
</style>
background-color css
<style>
a { background-color: #2DC68E; }
a { background-color: rgb(45,198,142); }
div.DivClassName
{
background-color: #2DC68E;
}
.BgClassName
{
background-color: #2DC68E;
}
</style>
border-color css
<style>
span { border-color: #2DC68E; }
span { border-color: rgb(45,198,142); }
td.TdClassName
{
border-color: #2DC68E;
}
.TagClassName
{
border-color: #2DC68E;
}
</style>