Shades of Shamrock #2DDFB0
Tints of Shamrock #2DDFB0
RGB
CMYK
RGB Variations
Color information
#2DDFB0 (or 0x2DDFB0) is known color: Shamrock. HEX triplet: 2D, DF and B0. RGB value is (45,223,176). Sum of RGB (Red+Green+Blue) = 45+223+176=444 (58% of max value = 765). Red value is 45 (17.97% from 255 or 10.14% from 444); Green value is 223 (87.5% from 255 or 50.23% from 444); Blue value is 176 (69.14% from 255 or 39.64% from 444); Max value from RGB is 223 - color contains mainly: green. Hex color #2DDFB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DDFB0 is #D2204F. Grayscale: #A4A4A4. Windows color (decimal): -13770832 or 11591469. OLE color: 11591469.
HSL color Cylindrical-coordinate representation of color #2DDFB0: hue angle of 164.16º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DDFB0 is Cyan = 0.80, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 223 | 176 | - |
| CMYK | 0.80 | 0 | 0.21 | 0.13 |
| HSL | 164.16º | 0.74% | 0.53% | - |
| HSV(B) | 164.16º | 0.8% | 0.87% | - |
| XYZ | 35.31 | 56.47 | 50.11 | - |
| YUV | 164.42 | 134.53 | 42.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 223 | 176 | 0.80 | 0 | 0.21 | 0.13 | 164.16 | 0.74 | 0.53 |
| Hex | 2D | DF | B0 | 50 | 0 | 15 | D | A4 | 4A | 35 |
| Octal | 55 | 337 | 260 | 120 | 0 | 25 | 15 | 244 | 112 | 65 |
| Binary | 101101 | 11011111 | 10110000 | 1010000 | 0 | 10101 | 1101 | 10100100 | 1001010 | 110101 |
Color Harmonies of #2DDFB0
Complementary color
Monochromatic Colors of #2DDFB0
Black with #2DDFB0
Text Example
Text Example
White with #2DDFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDFB0; }
p { color: rgb(45,223,176); }
H1.HeaderClassName
{
color: #2DDFB0;
}
.AnyTagClassName
{
color: #2DDFB0;
}
</style>
background-color css
<style>
a { background-color: #2DDFB0; }
a { background-color: rgb(45,223,176); }
div.DivClassName
{
background-color: #2DDFB0;
}
.BgClassName
{
background-color: #2DDFB0;
}
</style>
border-color css
<style>
span { border-color: #2DDFB0; }
span { border-color: rgb(45,223,176); }
td.TdClassName
{
border-color: #2DDFB0;
}
.TagClassName
{
border-color: #2DDFB0;
}
</style>