Shades of Shamrock #2DC87F
Tints of Shamrock #2DC87F
RGB
CMYK
RGB Variations
Color information
#2DC87F (or 0x2DC87F) is known color: Shamrock. HEX triplet: 2D, C8 and 7F. RGB value is (45,200,127). Sum of RGB (Red+Green+Blue) = 45+200+127=372 (49% of max value = 765). Red value is 45 (17.97% from 255 or 12.10% from 372); Green value is 200 (78.52% from 255 or 53.76% from 372); Blue value is 127 (50% from 255 or 34.14% from 372); Max value from RGB is 200 - color contains mainly: green. Hex color #2DC87F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DC87F is #D23780. Grayscale: #919191. Windows color (decimal): -13776769 or 8374317. OLE color: 8374317.
HSL color Cylindrical-coordinate representation of color #2DC87F: hue angle of 151.74º 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 #2DC87F is Cyan = 0.78, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 45 | 200 | 127 | - |
| CMYK | 0.78 | 0 | 0.36 | 0.22 |
| HSL | 151.74º | 0.63% | 0.48% | - |
| HSV(B) | 151.74º | 0.78% | 0.78% | - |
| XYZ | 25.57 | 43.4 | 27.11 | - |
| YUV | 145.33 | 117.65 | 56.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 200 | 127 | 0.78 | 0 | 0.36 | 0.22 | 151.74 | 0.63 | 0.48 |
| Hex | 2D | C8 | 7F | 4E | 0 | 24 | 16 | 98 | 3F | 30 |
| Octal | 55 | 310 | 177 | 116 | 0 | 44 | 26 | 230 | 77 | 60 |
| Binary | 101101 | 11001000 | 1111111 | 1001110 | 0 | 100100 | 10110 | 10011000 | 111111 | 110000 |
Color Harmonies of #2DC87F
Complementary color
Monochromatic Colors of #2DC87F
Black with #2DC87F
Text Example
Text Example
White with #2DC87F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC87F; }
p { color: rgb(45,200,127); }
H1.HeaderClassName
{
color: #2DC87F;
}
.AnyTagClassName
{
color: #2DC87F;
}
</style>
background-color css
<style>
a { background-color: #2DC87F; }
a { background-color: rgb(45,200,127); }
div.DivClassName
{
background-color: #2DC87F;
}
.BgClassName
{
background-color: #2DC87F;
}
</style>
border-color css
<style>
span { border-color: #2DC87F; }
span { border-color: rgb(45,200,127); }
td.TdClassName
{
border-color: #2DC87F;
}
.TagClassName
{
border-color: #2DC87F;
}
</style>