Shades of Shamrock #2DBF89
Tints of Shamrock #2DBF89
RGB
CMYK
RGB Variations
Color information
#2DBF89 (or 0x2DBF89) is known color: Shamrock. HEX triplet: 2D, BF and 89. RGB value is (45,191,137). Sum of RGB (Red+Green+Blue) = 45+191+137=373 (49% of max value = 765). Red value is 45 (17.97% from 255 or 12.06% from 373); Green value is 191 (75% from 255 or 51.21% from 373); Blue value is 137 (53.91% from 255 or 36.73% from 373); Max value from RGB is 191 - color contains mainly: green. Hex color #2DBF89 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DBF89 is #D24076. Grayscale: #8D8D8D. Windows color (decimal): -13779063 or 9027373. OLE color: 9027373.
HSL color Cylindrical-coordinate representation of color #2DBF89: hue angle of 157.81º 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 #2DBF89 is Cyan = 0.76, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 191 | 137 | - |
| CMYK | 0.76 | 0 | 0.28 | 0.25 |
| HSL | 157.81º | 0.62% | 0.46% | - |
| HSV(B) | 157.81º | 0.76% | 0.75% | - |
| XYZ | 24.23 | 39.63 | 30.04 | - |
| YUV | 141.19 | 125.63 | 59.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 191 | 137 | 0.76 | 0 | 0.28 | 0.25 | 157.81 | 0.62 | 0.46 |
| Hex | 2D | BF | 89 | 4C | 0 | 1C | 19 | 9E | 3E | 2E |
| Octal | 55 | 277 | 211 | 114 | 0 | 34 | 31 | 236 | 76 | 56 |
| Binary | 101101 | 10111111 | 10001001 | 1001100 | 0 | 11100 | 11001 | 10011110 | 111110 | 101110 |
Color Harmonies of #2DBF89
Complementary color
Monochromatic Colors of #2DBF89
Black with #2DBF89
Text Example
Text Example
White with #2DBF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBF89; }
p { color: rgb(45,191,137); }
H1.HeaderClassName
{
color: #2DBF89;
}
.AnyTagClassName
{
color: #2DBF89;
}
</style>
background-color css
<style>
a { background-color: #2DBF89; }
a { background-color: rgb(45,191,137); }
div.DivClassName
{
background-color: #2DBF89;
}
.BgClassName
{
background-color: #2DBF89;
}
</style>
border-color css
<style>
span { border-color: #2DBF89; }
span { border-color: rgb(45,191,137); }
td.TdClassName
{
border-color: #2DBF89;
}
.TagClassName
{
border-color: #2DBF89;
}
</style>