Shades of Shamrock #2DCFA0
Tints of Shamrock #2DCFA0
RGB
CMYK
RGB Variations
Color information
#2DCFA0 (or 0x2DCFA0) is known color: Shamrock. HEX triplet: 2D, CF and A0. RGB value is (45,207,160). Sum of RGB (Red+Green+Blue) = 45+207+160=412 (54% of max value = 765). Red value is 45 (17.97% from 255 or 10.92% from 412); Green value is 207 (81.25% from 255 or 50.24% from 412); Blue value is 160 (62.89% from 255 or 38.83% from 412); Max value from RGB is 207 - color contains mainly: green. Hex color #2DCFA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DCFA0 is #D2305F. Grayscale: #999999. Windows color (decimal): -13774944 or 10538797. OLE color: 10538797.
HSL color Cylindrical-coordinate representation of color #2DCFA0: hue angle of 162.59º 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 #2DCFA0 is Cyan = 0.78, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 45 | 207 | 160 | - |
| CMYK | 0.78 | 0 | 0.23 | 0.19 |
| HSL | 162.59º | 0.64% | 0.49% | - |
| HSV(B) | 162.59º | 0.78% | 0.81% | - |
| XYZ | 29.74 | 47.72 | 40.9 | - |
| YUV | 153.2 | 131.83 | 50.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 207 | 160 | 0.78 | 0 | 0.23 | 0.19 | 162.59 | 0.64 | 0.49 |
| Hex | 2D | CF | A0 | 4E | 0 | 17 | 13 | A3 | 40 | 31 |
| Octal | 55 | 317 | 240 | 116 | 0 | 27 | 23 | 243 | 100 | 61 |
| Binary | 101101 | 11001111 | 10100000 | 1001110 | 0 | 10111 | 10011 | 10100011 | 1000000 | 110001 |
Color Harmonies of #2DCFA0
Complementary color
Monochromatic Colors of #2DCFA0
Black with #2DCFA0
Text Example
Text Example
White with #2DCFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCFA0; }
p { color: rgb(45,207,160); }
H1.HeaderClassName
{
color: #2DCFA0;
}
.AnyTagClassName
{
color: #2DCFA0;
}
</style>
background-color css
<style>
a { background-color: #2DCFA0; }
a { background-color: rgb(45,207,160); }
div.DivClassName
{
background-color: #2DCFA0;
}
.BgClassName
{
background-color: #2DCFA0;
}
</style>
border-color css
<style>
span { border-color: #2DCFA0; }
span { border-color: rgb(45,207,160); }
td.TdClassName
{
border-color: #2DCFA0;
}
.TagClassName
{
border-color: #2DCFA0;
}
</style>