Shades of Shamrock #2DDB7B
Tints of Shamrock #2DDB7B
RGB
CMYK
RGB Variations
Color information
#2DDB7B (or 0x2DDB7B) is known color: Shamrock. HEX triplet: 2D, DB and 7B. RGB value is (45,219,123). Sum of RGB (Red+Green+Blue) = 45+219+123=387 (51% of max value = 765). Red value is 45 (17.97% from 255 or 11.63% from 387); Green value is 219 (85.94% from 255 or 56.59% from 387); Blue value is 123 (48.44% from 255 or 31.78% from 387); Max value from RGB is 219 - color contains mainly: green. Hex color #2DDB7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DDB7B is #D22484. Grayscale: #9C9C9C. Windows color (decimal): -13771909 or 8117037. OLE color: 8117037.
HSL color Cylindrical-coordinate representation of color #2DDB7B: hue angle of 146.9º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2DDB7B is Cyan = 0.79, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 45 | 219 | 123 | - |
| CMYK | 0.79 | 0 | 0.44 | 0.14 |
| HSL | 146.9º | 0.71% | 0.52% | - |
| HSV(B) | 146.9º | 0.79% | 0.86% | - |
| XYZ | 29.99 | 52.65 | 27.32 | - |
| YUV | 156.03 | 109.35 | 48.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 219 | 123 | 0.79 | 0 | 0.44 | 0.14 | 146.9 | 0.71 | 0.52 |
| Hex | 2D | DB | 7B | 4F | 0 | 2C | E | 93 | 47 | 34 |
| Octal | 55 | 333 | 173 | 117 | 0 | 54 | 16 | 223 | 107 | 64 |
| Binary | 101101 | 11011011 | 1111011 | 1001111 | 0 | 101100 | 1110 | 10010011 | 1000111 | 110100 |
Color Harmonies of #2DDB7B
Complementary color
Monochromatic Colors of #2DDB7B
Black with #2DDB7B
Text Example
Text Example
White with #2DDB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDB7B; }
p { color: rgb(45,219,123); }
H1.HeaderClassName
{
color: #2DDB7B;
}
.AnyTagClassName
{
color: #2DDB7B;
}
</style>
background-color css
<style>
a { background-color: #2DDB7B; }
a { background-color: rgb(45,219,123); }
div.DivClassName
{
background-color: #2DDB7B;
}
.BgClassName
{
background-color: #2DDB7B;
}
</style>
border-color css
<style>
span { border-color: #2DDB7B; }
span { border-color: rgb(45,219,123); }
td.TdClassName
{
border-color: #2DDB7B;
}
.TagClassName
{
border-color: #2DDB7B;
}
</style>