Shades of Shamrock #2DBF95
Tints of Shamrock #2DBF95
RGB
CMYK
RGB Variations
Color information
#2DBF95 (or 0x2DBF95) is known color: Shamrock. HEX triplet: 2D, BF and 95. RGB value is (45,191,149). Sum of RGB (Red+Green+Blue) = 45+191+149=385 (50% of max value = 765). Red value is 45 (17.97% from 255 or 11.69% from 385); Green value is 191 (75% from 255 or 49.61% from 385); Blue value is 149 (58.59% from 255 or 38.70% from 385); Max value from RGB is 191 - color contains mainly: green. Hex color #2DBF95 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DBF95 is #D2406A. Grayscale: #8E8E8E. Windows color (decimal): -13779051 or 9813805. OLE color: 9813805.
HSL color Cylindrical-coordinate representation of color #2DBF95: hue angle of 162.74º 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 #2DBF95 is Cyan = 0.76, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 191 | 149 | - |
| CMYK | 0.76 | 0 | 0.22 | 0.25 |
| HSL | 162.74º | 0.62% | 0.46% | - |
| HSV(B) | 162.74º | 0.76% | 0.75% | - |
| XYZ | 25.14 | 39.99 | 34.83 | - |
| YUV | 142.56 | 131.63 | 58.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 191 | 149 | 0.76 | 0 | 0.22 | 0.25 | 162.74 | 0.62 | 0.46 |
| Hex | 2D | BF | 95 | 4C | 0 | 16 | 19 | A3 | 3E | 2E |
| Octal | 55 | 277 | 225 | 114 | 0 | 26 | 31 | 243 | 76 | 56 |
| Binary | 101101 | 10111111 | 10010101 | 1001100 | 0 | 10110 | 11001 | 10100011 | 111110 | 101110 |
Color Harmonies of #2DBF95
Complementary color
Monochromatic Colors of #2DBF95
Black with #2DBF95
Text Example
Text Example
White with #2DBF95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBF95; }
p { color: rgb(45,191,149); }
H1.HeaderClassName
{
color: #2DBF95;
}
.AnyTagClassName
{
color: #2DBF95;
}
</style>
background-color css
<style>
a { background-color: #2DBF95; }
a { background-color: rgb(45,191,149); }
div.DivClassName
{
background-color: #2DBF95;
}
.BgClassName
{
background-color: #2DBF95;
}
</style>
border-color css
<style>
span { border-color: #2DBF95; }
span { border-color: rgb(45,191,149); }
td.TdClassName
{
border-color: #2DBF95;
}
.TagClassName
{
border-color: #2DBF95;
}
</style>