Shades of Shamrock #2BD187
Tints of Shamrock #2BD187
RGB
CMYK
RGB Variations
Color information
#2BD187 (or 0x2BD187) is known color: Shamrock. HEX triplet: 2B, D1 and 87. RGB value is (43,209,135). Sum of RGB (Red+Green+Blue) = 43+209+135=387 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.11% from 387); Green value is 209 (82.03% from 255 or 54.01% from 387); Blue value is 135 (53.12% from 255 or 34.88% from 387); Max value from RGB is 209 - color contains mainly: green. Hex color #2BD187 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BD187 is #D42E78. Grayscale: #979797. Windows color (decimal): -13905529 or 8900907. OLE color: 8900907.
HSL color Cylindrical-coordinate representation of color #2BD187: hue angle of 153.25º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BD187 is Cyan = 0.79, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 43 | 209 | 135 | - |
| CMYK | 0.79 | 0 | 0.35 | 0.18 |
| HSL | 153.25º | 0.66% | 0.49% | - |
| HSV(B) | 153.25º | 0.79% | 0.82% | - |
| XYZ | 28.17 | 47.86 | 30.68 | - |
| YUV | 150.93 | 119 | 51.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 209 | 135 | 0.79 | 0 | 0.35 | 0.18 | 153.25 | 0.66 | 0.49 |
| Hex | 2B | D1 | 87 | 4F | 0 | 23 | 12 | 99 | 42 | 31 |
| Octal | 53 | 321 | 207 | 117 | 0 | 43 | 22 | 231 | 102 | 61 |
| Binary | 101011 | 11010001 | 10000111 | 1001111 | 0 | 100011 | 10010 | 10011001 | 1000010 | 110001 |
Color Harmonies of #2BD187
Complementary color
Monochromatic Colors of #2BD187
Black with #2BD187
Text Example
Text Example
White with #2BD187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD187; }
p { color: rgb(43,209,135); }
H1.HeaderClassName
{
color: #2BD187;
}
.AnyTagClassName
{
color: #2BD187;
}
</style>
background-color css
<style>
a { background-color: #2BD187; }
a { background-color: rgb(43,209,135); }
div.DivClassName
{
background-color: #2BD187;
}
.BgClassName
{
background-color: #2BD187;
}
</style>
border-color css
<style>
span { border-color: #2BD187; }
span { border-color: rgb(43,209,135); }
td.TdClassName
{
border-color: #2BD187;
}
.TagClassName
{
border-color: #2BD187;
}
</style>