Shades of Shamrock #2DB99A
Tints of Shamrock #2DB99A
RGB
CMYK
RGB Variations
Color information
#2DB99A (or 0x2DB99A) is known color: Shamrock. HEX triplet: 2D, B9 and 9A. RGB value is (45,185,154). Sum of RGB (Red+Green+Blue) = 45+185+154=384 (50% of max value = 765). Red value is 45 (17.97% from 255 or 11.72% from 384); Green value is 185 (72.66% from 255 or 48.18% from 384); Blue value is 154 (60.55% from 255 or 40.10% from 384); Max value from RGB is 185 - color contains mainly: green. Hex color #2DB99A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DB99A is #D24665. Grayscale: #8B8B8B. Windows color (decimal): -13780582 or 10139949. OLE color: 10139949.
HSL color Cylindrical-coordinate representation of color #2DB99A: hue angle of 166.71º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2DB99A is Cyan = 0.76, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 45 | 185 | 154 | - |
| CMYK | 0.76 | 0 | 0.17 | 0.27 |
| HSL | 166.71º | 0.61% | 0.45% | - |
| HSV(B) | 166.71º | 0.76% | 0.73% | - |
| XYZ | 24.26 | 37.59 | 36.55 | - |
| YUV | 139.61 | 136.12 | 60.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 185 | 154 | 0.76 | 0 | 0.17 | 0.27 | 166.71 | 0.61 | 0.45 |
| Hex | 2D | B9 | 9A | 4C | 0 | 11 | 1B | A7 | 3D | 2D |
| Octal | 55 | 271 | 232 | 114 | 0 | 21 | 33 | 247 | 75 | 55 |
| Binary | 101101 | 10111001 | 10011010 | 1001100 | 0 | 10001 | 11011 | 10100111 | 111101 | 101101 |
Color Harmonies of #2DB99A
Complementary color
Monochromatic Colors of #2DB99A
Black with #2DB99A
Text Example
Text Example
White with #2DB99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB99A; }
p { color: rgb(45,185,154); }
H1.HeaderClassName
{
color: #2DB99A;
}
.AnyTagClassName
{
color: #2DB99A;
}
</style>
background-color css
<style>
a { background-color: #2DB99A; }
a { background-color: rgb(45,185,154); }
div.DivClassName
{
background-color: #2DB99A;
}
.BgClassName
{
background-color: #2DB99A;
}
</style>
border-color css
<style>
span { border-color: #2DB99A; }
span { border-color: rgb(45,185,154); }
td.TdClassName
{
border-color: #2DB99A;
}
.TagClassName
{
border-color: #2DB99A;
}
</style>