Shades of Shamrock #2BD779
Tints of Shamrock #2BD779
RGB
CMYK
RGB Variations
Color information
#2BD779 (or 0x2BD779) is known color: Shamrock. HEX triplet: 2B, D7 and 79. RGB value is (43,215,121). Sum of RGB (Red+Green+Blue) = 43+215+121=379 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.35% from 379); Green value is 215 (84.38% from 255 or 56.73% from 379); Blue value is 121 (47.66% from 255 or 31.93% from 379); Max value from RGB is 215 - color contains mainly: green. Hex color #2BD779 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BD779 is #D42886. Grayscale: #999999. Windows color (decimal): -13904007 or 7984939. OLE color: 7984939.
HSL color Cylindrical-coordinate representation of color #2BD779: hue angle of 147.21º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BD779 is Cyan = 0.8, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 43 | 215 | 121 | - |
| CMYK | 0.8 | 0 | 0.44 | 0.16 |
| HSL | 147.21º | 0.68% | 0.51% | - |
| HSV(B) | 147.21º | 0.8% | 0.84% | - |
| XYZ | 28.75 | 50.49 | 26.32 | - |
| YUV | 152.86 | 110.02 | 49.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 215 | 121 | 0.8 | 0 | 0.44 | 0.16 | 147.21 | 0.68 | 0.51 |
| Hex | 2B | D7 | 79 | 50 | 0 | 2C | 10 | 93 | 44 | 33 |
| Octal | 53 | 327 | 171 | 120 | 0 | 54 | 20 | 223 | 104 | 63 |
| Binary | 101011 | 11010111 | 1111001 | 1010000 | 0 | 101100 | 10000 | 10010011 | 1000100 | 110011 |
Color Harmonies of #2BD779
Complementary color
Monochromatic Colors of #2BD779
Black with #2BD779
Text Example
Text Example
White with #2BD779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD779; }
p { color: rgb(43,215,121); }
H1.HeaderClassName
{
color: #2BD779;
}
.AnyTagClassName
{
color: #2BD779;
}
</style>
background-color css
<style>
a { background-color: #2BD779; }
a { background-color: rgb(43,215,121); }
div.DivClassName
{
background-color: #2BD779;
}
.BgClassName
{
background-color: #2BD779;
}
</style>
border-color css
<style>
span { border-color: #2BD779; }
span { border-color: rgb(43,215,121); }
td.TdClassName
{
border-color: #2BD779;
}
.TagClassName
{
border-color: #2BD779;
}
</style>