Shades of Shamrock #2DBE98
Tints of Shamrock #2DBE98
RGB
CMYK
RGB Variations
Color information
#2DBE98 (or 0x2DBE98) is known color: Shamrock. HEX triplet: 2D, BE and 98. RGB value is (45,190,152). Sum of RGB (Red+Green+Blue) = 45+190+152=387 (51% of max value = 765). Red value is 45 (17.97% from 255 or 11.63% from 387); Green value is 190 (74.61% from 255 or 49.10% from 387); Blue value is 152 (59.77% from 255 or 39.28% from 387); Max value from RGB is 190 - color contains mainly: green. Hex color #2DBE98 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DBE98 is #D24167. Grayscale: #8E8E8E. Windows color (decimal): -13779304 or 10010157. OLE color: 10010157.
HSL color Cylindrical-coordinate representation of color #2DBE98: hue angle of 164.28º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2DBE98 is Cyan = 0.76, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 190 | 152 | - |
| CMYK | 0.76 | 0 | 0.2 | 0.25 |
| HSL | 164.28º | 0.62% | 0.46% | - |
| HSV(B) | 164.28º | 0.76% | 0.75% | - |
| XYZ | 25.16 | 39.65 | 36.03 | - |
| YUV | 142.31 | 133.46 | 58.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 190 | 152 | 0.76 | 0 | 0.2 | 0.25 | 164.28 | 0.62 | 0.46 |
| Hex | 2D | BE | 98 | 4C | 0 | 14 | 19 | A4 | 3E | 2E |
| Octal | 55 | 276 | 230 | 114 | 0 | 24 | 31 | 244 | 76 | 56 |
| Binary | 101101 | 10111110 | 10011000 | 1001100 | 0 | 10100 | 11001 | 10100100 | 111110 | 101110 |
Color Harmonies of #2DBE98
Complementary color
Monochromatic Colors of #2DBE98
Black with #2DBE98
Text Example
Text Example
White with #2DBE98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBE98; }
p { color: rgb(45,190,152); }
H1.HeaderClassName
{
color: #2DBE98;
}
.AnyTagClassName
{
color: #2DBE98;
}
</style>
background-color css
<style>
a { background-color: #2DBE98; }
a { background-color: rgb(45,190,152); }
div.DivClassName
{
background-color: #2DBE98;
}
.BgClassName
{
background-color: #2DBE98;
}
</style>
border-color css
<style>
span { border-color: #2DBE98; }
span { border-color: rgb(45,190,152); }
td.TdClassName
{
border-color: #2DBE98;
}
.TagClassName
{
border-color: #2DBE98;
}
</style>