Shades of Shamrock #2DDB99
Tints of Shamrock #2DDB99
RGB
CMYK
RGB Variations
Color information
#2DDB99 (or 0x2DDB99) is known color: Shamrock. HEX triplet: 2D, DB and 99. RGB value is (45,219,153). Sum of RGB (Red+Green+Blue) = 45+219+153=417 (55% of max value = 765). Red value is 45 (17.97% from 255 or 10.79% from 417); Green value is 219 (85.94% from 255 or 52.52% from 417); Blue value is 153 (60.16% from 255 or 36.69% from 417); Max value from RGB is 219 - color contains mainly: green. Hex color #2DDB99 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DDB99 is #D22466. Grayscale: #9F9F9F. Windows color (decimal): -13771879 or 10083117. OLE color: 10083117.
HSL color Cylindrical-coordinate representation of color #2DDB99: hue angle of 157.24º 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 #2DDB99 is Cyan = 0.79, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 45 | 219 | 153 | - |
| CMYK | 0.79 | 0 | 0.30 | 0.14 |
| HSL | 157.24º | 0.71% | 0.52% | - |
| HSV(B) | 157.24º | 0.79% | 0.86% | - |
| XYZ | 32.16 | 53.52 | 38.77 | - |
| YUV | 159.45 | 124.35 | 46.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 219 | 153 | 0.79 | 0 | 0.30 | 0.14 | 157.24 | 0.71 | 0.52 |
| Hex | 2D | DB | 99 | 4F | 0 | 1E | E | 9D | 47 | 34 |
| Octal | 55 | 333 | 231 | 117 | 0 | 36 | 16 | 235 | 107 | 64 |
| Binary | 101101 | 11011011 | 10011001 | 1001111 | 0 | 11110 | 1110 | 10011101 | 1000111 | 110100 |
Color Harmonies of #2DDB99
Complementary color
Monochromatic Colors of #2DDB99
Black with #2DDB99
Text Example
Text Example
White with #2DDB99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDB99; }
p { color: rgb(45,219,153); }
H1.HeaderClassName
{
color: #2DDB99;
}
.AnyTagClassName
{
color: #2DDB99;
}
</style>
background-color css
<style>
a { background-color: #2DDB99; }
a { background-color: rgb(45,219,153); }
div.DivClassName
{
background-color: #2DDB99;
}
.BgClassName
{
background-color: #2DDB99;
}
</style>
border-color css
<style>
span { border-color: #2DDB99; }
span { border-color: rgb(45,219,153); }
td.TdClassName
{
border-color: #2DDB99;
}
.TagClassName
{
border-color: #2DDB99;
}
</style>