Shades of Shamrock #2DBD90
Tints of Shamrock #2DBD90
RGB
CMYK
RGB Variations
Color information
#2DBD90 (or 0x2DBD90) is known color: Shamrock. HEX triplet: 2D, BD and 90. RGB value is (45,189,144). Sum of RGB (Red+Green+Blue) = 45+189+144=378 (50% of max value = 765). Red value is 45 (17.97% from 255 or 11.90% from 378); Green value is 189 (74.22% from 255 or 50% from 378); Blue value is 144 (56.64% from 255 or 38.10% from 378); Max value from RGB is 189 - color contains mainly: green. Hex color #2DBD90 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DBD90 is #D2426F. Grayscale: #8C8C8C. Windows color (decimal): -13779568 or 9485613. OLE color: 9485613.
HSL color Cylindrical-coordinate representation of color #2DBD90: hue angle of 161.25º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2DBD90 is Cyan = 0.76, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 45 | 189 | 144 | - |
| CMYK | 0.76 | 0 | 0.24 | 0.26 |
| HSL | 161.25º | 0.62% | 0.46% | - |
| HSV(B) | 161.25º | 0.76% | 0.74% | - |
| XYZ | 24.31 | 38.97 | 32.63 | - |
| YUV | 140.81 | 129.79 | 59.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 189 | 144 | 0.76 | 0 | 0.24 | 0.26 | 161.25 | 0.62 | 0.46 |
| Hex | 2D | BD | 90 | 4C | 0 | 18 | 1A | A1 | 3E | 2E |
| Octal | 55 | 275 | 220 | 114 | 0 | 30 | 32 | 241 | 76 | 56 |
| Binary | 101101 | 10111101 | 10010000 | 1001100 | 0 | 11000 | 11010 | 10100001 | 111110 | 101110 |
Color Harmonies of #2DBD90
Complementary color
Monochromatic Colors of #2DBD90
Black with #2DBD90
Text Example
Text Example
White with #2DBD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBD90; }
p { color: rgb(45,189,144); }
H1.HeaderClassName
{
color: #2DBD90;
}
.AnyTagClassName
{
color: #2DBD90;
}
</style>
background-color css
<style>
a { background-color: #2DBD90; }
a { background-color: rgb(45,189,144); }
div.DivClassName
{
background-color: #2DBD90;
}
.BgClassName
{
background-color: #2DBD90;
}
</style>
border-color css
<style>
span { border-color: #2DBD90; }
span { border-color: rgb(45,189,144); }
td.TdClassName
{
border-color: #2DBD90;
}
.TagClassName
{
border-color: #2DBD90;
}
</style>