Shades of Shamrock #2DCCAF
Tints of Shamrock #2DCCAF
RGB
CMYK
RGB Variations
Color information
#2DCCAF (or 0x2DCCAF) is known color: Shamrock. HEX triplet: 2D, CC and AF. RGB value is (45,204,175). Sum of RGB (Red+Green+Blue) = 45+204+175=424 (56% of max value = 765). Red value is 45 (17.97% from 255 or 10.61% from 424); Green value is 204 (80.08% from 255 or 48.11% from 424); Blue value is 175 (68.75% from 255 or 41.27% from 424); Max value from RGB is 204 - color contains mainly: green. Hex color #2DCCAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DCCAF is #D23350. Grayscale: #999999. Windows color (decimal): -13775697 or 11521069. OLE color: 11521069.
HSL color Cylindrical-coordinate representation of color #2DCCAF: hue angle of 169.06º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2DCCAF is Cyan = 0.78, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 45 | 204 | 175 | - |
| CMYK | 0.78 | 0 | 0.14 | 0.2 |
| HSL | 169.06º | 0.64% | 0.49% | - |
| HSV(B) | 169.06º | 0.78% | 0.8% | - |
| XYZ | 30.41 | 46.84 | 48 | - |
| YUV | 153.15 | 140.32 | 50.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 204 | 175 | 0.78 | 0 | 0.14 | 0.2 | 169.06 | 0.64 | 0.49 |
| Hex | 2D | CC | AF | 4E | 0 | E | 14 | A9 | 40 | 31 |
| Octal | 55 | 314 | 257 | 116 | 0 | 16 | 24 | 251 | 100 | 61 |
| Binary | 101101 | 11001100 | 10101111 | 1001110 | 0 | 1110 | 10100 | 10101001 | 1000000 | 110001 |
Color Harmonies of #2DCCAF
Complementary color
Monochromatic Colors of #2DCCAF
Black with #2DCCAF
Text Example
Text Example
White with #2DCCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCCAF; }
p { color: rgb(45,204,175); }
H1.HeaderClassName
{
color: #2DCCAF;
}
.AnyTagClassName
{
color: #2DCCAF;
}
</style>
background-color css
<style>
a { background-color: #2DCCAF; }
a { background-color: rgb(45,204,175); }
div.DivClassName
{
background-color: #2DCCAF;
}
.BgClassName
{
background-color: #2DCCAF;
}
</style>
border-color css
<style>
span { border-color: #2DCCAF; }
span { border-color: rgb(45,204,175); }
td.TdClassName
{
border-color: #2DCCAF;
}
.TagClassName
{
border-color: #2DCCAF;
}
</style>