Shades of Shamrock #2DCFB0
Tints of Shamrock #2DCFB0
RGB
CMYK
RGB Variations
Color information
#2DCFB0 (or 0x2DCFB0) is known color: Shamrock. HEX triplet: 2D, CF and B0. RGB value is (45,207,176). Sum of RGB (Red+Green+Blue) = 45+207+176=428 (56% of max value = 765). Red value is 45 (17.97% from 255 or 10.51% from 428); Green value is 207 (81.25% from 255 or 48.36% from 428); Blue value is 176 (69.14% from 255 or 41.12% from 428); Max value from RGB is 207 - color contains mainly: green. Hex color #2DCFB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DCFB0 is #D2304F. Grayscale: #9A9A9A. Windows color (decimal): -13774928 or 11587373. OLE color: 11587373.
HSL color Cylindrical-coordinate representation of color #2DCFB0: hue angle of 168.52º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2DCFB0 is Cyan = 0.78, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 45 | 207 | 176 | - |
| CMYK | 0.78 | 0 | 0.15 | 0.19 |
| HSL | 168.52º | 0.64% | 0.49% | - |
| HSV(B) | 168.52º | 0.78% | 0.81% | - |
| XYZ | 31.23 | 48.32 | 48.75 | - |
| YUV | 155.03 | 139.83 | 49.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 207 | 176 | 0.78 | 0 | 0.15 | 0.19 | 168.52 | 0.64 | 0.49 |
| Hex | 2D | CF | B0 | 4E | 0 | F | 13 | A9 | 40 | 31 |
| Octal | 55 | 317 | 260 | 116 | 0 | 17 | 23 | 251 | 100 | 61 |
| Binary | 101101 | 11001111 | 10110000 | 1001110 | 0 | 1111 | 10011 | 10101001 | 1000000 | 110001 |
Color Harmonies of #2DCFB0
Complementary color
Monochromatic Colors of #2DCFB0
Black with #2DCFB0
Text Example
Text Example
White with #2DCFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCFB0; }
p { color: rgb(45,207,176); }
H1.HeaderClassName
{
color: #2DCFB0;
}
.AnyTagClassName
{
color: #2DCFB0;
}
</style>
background-color css
<style>
a { background-color: #2DCFB0; }
a { background-color: rgb(45,207,176); }
div.DivClassName
{
background-color: #2DCFB0;
}
.BgClassName
{
background-color: #2DCFB0;
}
</style>
border-color css
<style>
span { border-color: #2DCFB0; }
span { border-color: rgb(45,207,176); }
td.TdClassName
{
border-color: #2DCFB0;
}
.TagClassName
{
border-color: #2DCFB0;
}
</style>