Shades of Shamrock #2DD27D
Tints of Shamrock #2DD27D
RGB
CMYK
RGB Variations
Color information
#2DD27D (or 0x2DD27D) is known color: Shamrock. HEX triplet: 2D, D2 and 7D. RGB value is (45,210,125). Sum of RGB (Red+Green+Blue) = 45+210+125=380 (50% of max value = 765). Red value is 45 (17.97% from 255 or 11.84% from 380); Green value is 210 (82.42% from 255 or 55.26% from 380); Blue value is 125 (49.22% from 255 or 32.89% from 380); Max value from RGB is 210 - color contains mainly: green. Hex color #2DD27D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DD27D is #D22D82. Grayscale: #979797. Windows color (decimal): -13774211 or 8245805. OLE color: 8245805.
HSL color Cylindrical-coordinate representation of color #2DD27D: hue angle of 149.09º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2DD27D is Cyan = 0.79, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 45 | 210 | 125 | - |
| CMYK | 0.79 | 0 | 0.40 | 0.18 |
| HSL | 149.09º | 0.65% | 0.5% | - |
| HSV(B) | 149.09º | 0.79% | 0.82% | - |
| XYZ | 27.83 | 48.13 | 27.23 | - |
| YUV | 150.98 | 113.34 | 52.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 210 | 125 | 0.79 | 0 | 0.40 | 0.18 | 149.09 | 0.65 | 0.5 |
| Hex | 2D | D2 | 7D | 4F | 0 | 28 | 12 | 95 | 41 | 32 |
| Octal | 55 | 322 | 175 | 117 | 0 | 50 | 22 | 225 | 101 | 62 |
| Binary | 101101 | 11010010 | 1111101 | 1001111 | 0 | 101000 | 10010 | 10010101 | 1000001 | 110010 |
Color Harmonies of #2DD27D
Complementary color
Monochromatic Colors of #2DD27D
Black with #2DD27D
Text Example
Text Example
White with #2DD27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DD27D; }
p { color: rgb(45,210,125); }
H1.HeaderClassName
{
color: #2DD27D;
}
.AnyTagClassName
{
color: #2DD27D;
}
</style>
background-color css
<style>
a { background-color: #2DD27D; }
a { background-color: rgb(45,210,125); }
div.DivClassName
{
background-color: #2DD27D;
}
.BgClassName
{
background-color: #2DD27D;
}
</style>
border-color css
<style>
span { border-color: #2DD27D; }
span { border-color: rgb(45,210,125); }
td.TdClassName
{
border-color: #2DD27D;
}
.TagClassName
{
border-color: #2DD27D;
}
</style>