Shades of Shamrock #2DBB93
Tints of Shamrock #2DBB93
RGB
CMYK
RGB Variations
Color information
#2DBB93 (or 0x2DBB93) is known color: Shamrock. HEX triplet: 2D, BB and 93. RGB value is (45,187,147). Sum of RGB (Red+Green+Blue) = 45+187+147=379 (50% of max value = 765). Red value is 45 (17.97% from 255 or 11.87% from 379); Green value is 187 (73.44% from 255 or 49.34% from 379); Blue value is 147 (57.81% from 255 or 38.79% from 379); Max value from RGB is 187 - color contains mainly: green. Hex color #2DBB93 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DBB93 is #D2446C. Grayscale: #8C8C8C. Windows color (decimal): -13780077 or 9681709. OLE color: 9681709.
HSL color Cylindrical-coordinate representation of color #2DBB93: hue angle of 163.1º 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 #2DBB93 is Cyan = 0.76, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 45 | 187 | 147 | - |
| CMYK | 0.76 | 0 | 0.21 | 0.27 |
| HSL | 163.1º | 0.61% | 0.45% | - |
| HSV(B) | 163.1º | 0.76% | 0.73% | - |
| XYZ | 24.12 | 38.21 | 33.71 | - |
| YUV | 139.98 | 131.96 | 60.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 187 | 147 | 0.76 | 0 | 0.21 | 0.27 | 163.1 | 0.61 | 0.45 |
| Hex | 2D | BB | 93 | 4C | 0 | 15 | 1B | A3 | 3D | 2D |
| Octal | 55 | 273 | 223 | 114 | 0 | 25 | 33 | 243 | 75 | 55 |
| Binary | 101101 | 10111011 | 10010011 | 1001100 | 0 | 10101 | 11011 | 10100011 | 111101 | 101101 |
Color Harmonies of #2DBB93
Complementary color
Monochromatic Colors of #2DBB93
Black with #2DBB93
Text Example
Text Example
White with #2DBB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBB93; }
p { color: rgb(45,187,147); }
H1.HeaderClassName
{
color: #2DBB93;
}
.AnyTagClassName
{
color: #2DBB93;
}
</style>
background-color css
<style>
a { background-color: #2DBB93; }
a { background-color: rgb(45,187,147); }
div.DivClassName
{
background-color: #2DBB93;
}
.BgClassName
{
background-color: #2DBB93;
}
</style>
border-color css
<style>
span { border-color: #2DBB93; }
span { border-color: rgb(45,187,147); }
td.TdClassName
{
border-color: #2DBB93;
}
.TagClassName
{
border-color: #2DBB93;
}
</style>