Shades of Shamrock #2DBE9A
Tints of Shamrock #2DBE9A
RGB
CMYK
RGB Variations
Color information
#2DBE9A (or 0x2DBE9A) is known color: Shamrock. HEX triplet: 2D, BE and 9A. RGB value is (45,190,154). Sum of RGB (Red+Green+Blue) = 45+190+154=389 (51% of max value = 765). Red value is 45 (17.97% from 255 or 11.57% from 389); Green value is 190 (74.61% from 255 or 48.84% from 389); Blue value is 154 (60.55% from 255 or 39.59% from 389); Max value from RGB is 190 - color contains mainly: green. Hex color #2DBE9A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DBE9A is #D24165. Grayscale: #8E8E8E. Windows color (decimal): -13779302 or 10141229. OLE color: 10141229.
HSL color Cylindrical-coordinate representation of color #2DBE9A: hue angle of 165.1º 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 #2DBE9A is Cyan = 0.76, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 190 | 154 | - |
| CMYK | 0.76 | 0 | 0.19 | 0.25 |
| HSL | 165.1º | 0.62% | 0.46% | - |
| HSV(B) | 165.1º | 0.76% | 0.75% | - |
| XYZ | 25.33 | 39.72 | 36.9 | - |
| YUV | 142.54 | 134.46 | 58.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 190 | 154 | 0.76 | 0 | 0.19 | 0.25 | 165.1 | 0.62 | 0.46 |
| Hex | 2D | BE | 9A | 4C | 0 | 13 | 19 | A5 | 3E | 2E |
| Octal | 55 | 276 | 232 | 114 | 0 | 23 | 31 | 245 | 76 | 56 |
| Binary | 101101 | 10111110 | 10011010 | 1001100 | 0 | 10011 | 11001 | 10100101 | 111110 | 101110 |
Color Harmonies of #2DBE9A
Complementary color
Monochromatic Colors of #2DBE9A
Black with #2DBE9A
Text Example
Text Example
White with #2DBE9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBE9A; }
p { color: rgb(45,190,154); }
H1.HeaderClassName
{
color: #2DBE9A;
}
.AnyTagClassName
{
color: #2DBE9A;
}
</style>
background-color css
<style>
a { background-color: #2DBE9A; }
a { background-color: rgb(45,190,154); }
div.DivClassName
{
background-color: #2DBE9A;
}
.BgClassName
{
background-color: #2DBE9A;
}
</style>
border-color css
<style>
span { border-color: #2DBE9A; }
span { border-color: rgb(45,190,154); }
td.TdClassName
{
border-color: #2DBE9A;
}
.TagClassName
{
border-color: #2DBE9A;
}
</style>