Shades of Shamrock #2DC19B
Tints of Shamrock #2DC19B
RGB
CMYK
RGB Variations
Color information
#2DC19B (or 0x2DC19B) is known color: Shamrock. HEX triplet: 2D, C1 and 9B. RGB value is (45,193,155). Sum of RGB (Red+Green+Blue) = 45+193+155=393 (52% of max value = 765). Red value is 45 (17.97% from 255 or 11.45% from 393); Green value is 193 (75.78% from 255 or 49.11% from 393); Blue value is 155 (60.94% from 255 or 39.44% from 393); Max value from RGB is 193 - color contains mainly: green. Hex color #2DC19B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DC19B is #D23E64. Grayscale: #909090. Windows color (decimal): -13778533 or 10207533. OLE color: 10207533.
HSL color Cylindrical-coordinate representation of color #2DC19B: hue angle of 164.59º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DC19B is Cyan = 0.77, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 45 | 193 | 155 | - |
| CMYK | 0.77 | 0 | 0.20 | 0.24 |
| HSL | 164.59º | 0.62% | 0.47% | - |
| HSV(B) | 164.59º | 0.77% | 0.76% | - |
| XYZ | 26.07 | 41.06 | 37.56 | - |
| YUV | 144.42 | 133.97 | 57.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 193 | 155 | 0.77 | 0 | 0.20 | 0.24 | 164.59 | 0.62 | 0.47 |
| Hex | 2D | C1 | 9B | 4D | 0 | 14 | 18 | A5 | 3E | 2F |
| Octal | 55 | 301 | 233 | 115 | 0 | 24 | 30 | 245 | 76 | 57 |
| Binary | 101101 | 11000001 | 10011011 | 1001101 | 0 | 10100 | 11000 | 10100101 | 111110 | 101111 |
Color Harmonies of #2DC19B
Complementary color
Monochromatic Colors of #2DC19B
Black with #2DC19B
Text Example
Text Example
White with #2DC19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC19B; }
p { color: rgb(45,193,155); }
H1.HeaderClassName
{
color: #2DC19B;
}
.AnyTagClassName
{
color: #2DC19B;
}
</style>
background-color css
<style>
a { background-color: #2DC19B; }
a { background-color: rgb(45,193,155); }
div.DivClassName
{
background-color: #2DC19B;
}
.BgClassName
{
background-color: #2DC19B;
}
</style>
border-color css
<style>
span { border-color: #2DC19B; }
span { border-color: rgb(45,193,155); }
td.TdClassName
{
border-color: #2DC19B;
}
.TagClassName
{
border-color: #2DC19B;
}
</style>