Shades of Shamrock #2DCF7E
Tints of Shamrock #2DCF7E
RGB
CMYK
RGB Variations
Color information
#2DCF7E (or 0x2DCF7E) is known color: Shamrock. HEX triplet: 2D, CF and 7E. RGB value is (45,207,126). Sum of RGB (Red+Green+Blue) = 45+207+126=378 (50% of max value = 765). Red value is 45 (17.97% from 255 or 11.90% from 378); Green value is 207 (81.25% from 255 or 54.76% from 378); Blue value is 126 (49.61% from 255 or 33.33% from 378); Max value from RGB is 207 - color contains mainly: green. Hex color #2DCF7E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DCF7E is #D23081. Grayscale: #959595. Windows color (decimal): -13774978 or 8310573. OLE color: 8310573.
HSL color Cylindrical-coordinate representation of color #2DCF7E: hue angle of 150º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2DCF7E is Cyan = 0.78, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 45 | 207 | 126 | - |
| CMYK | 0.78 | 0 | 0.39 | 0.19 |
| HSL | 150º | 0.64% | 0.49% | - |
| HSV(B) | 150º | 0.78% | 0.81% | - |
| XYZ | 27.16 | 46.69 | 27.32 | - |
| YUV | 149.33 | 114.83 | 53.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 207 | 126 | 0.78 | 0 | 0.39 | 0.19 | 150 | 0.64 | 0.49 |
| Hex | 2D | CF | 7E | 4E | 0 | 27 | 13 | 96 | 40 | 31 |
| Octal | 55 | 317 | 176 | 116 | 0 | 47 | 23 | 226 | 100 | 61 |
| Binary | 101101 | 11001111 | 1111110 | 1001110 | 0 | 100111 | 10011 | 10010110 | 1000000 | 110001 |
Color Harmonies of #2DCF7E
Complementary color
Monochromatic Colors of #2DCF7E
Black with #2DCF7E
Text Example
Text Example
White with #2DCF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCF7E; }
p { color: rgb(45,207,126); }
H1.HeaderClassName
{
color: #2DCF7E;
}
.AnyTagClassName
{
color: #2DCF7E;
}
</style>
background-color css
<style>
a { background-color: #2DCF7E; }
a { background-color: rgb(45,207,126); }
div.DivClassName
{
background-color: #2DCF7E;
}
.BgClassName
{
background-color: #2DCF7E;
}
</style>
border-color css
<style>
span { border-color: #2DCF7E; }
span { border-color: rgb(45,207,126); }
td.TdClassName
{
border-color: #2DCF7E;
}
.TagClassName
{
border-color: #2DCF7E;
}
</style>