Shades of Shamrock #2BD590
Tints of Shamrock #2BD590
RGB
CMYK
RGB Variations
Color information
#2BD590 (or 0x2BD590) is known color: Shamrock. HEX triplet: 2B, D5 and 90. RGB value is (43,213,144). Sum of RGB (Red+Green+Blue) = 43+213+144=400 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.75% from 400); Green value is 213 (83.59% from 255 or 53.25% from 400); Blue value is 144 (56.64% from 255 or 36% from 400); Max value from RGB is 213 - color contains mainly: green. Hex color #2BD590 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BD590 is #D42A6F. Grayscale: #9A9A9A. Windows color (decimal): -13904496 or 9491755. OLE color: 9491755.
HSL color Cylindrical-coordinate representation of color #2BD590: hue angle of 155.65º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BD590 is Cyan = 0.80, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 43 | 213 | 144 | - |
| CMYK | 0.80 | 0 | 0.32 | 0.16 |
| HSL | 155.65º | 0.67% | 0.5% | - |
| HSV(B) | 155.65º | 0.8% | 0.84% | - |
| XYZ | 29.82 | 50.12 | 34.49 | - |
| YUV | 154.3 | 122.18 | 48.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 213 | 144 | 0.80 | 0 | 0.32 | 0.16 | 155.65 | 0.67 | 0.5 |
| Hex | 2B | D5 | 90 | 50 | 0 | 20 | 10 | 9C | 43 | 32 |
| Octal | 53 | 325 | 220 | 120 | 0 | 40 | 20 | 234 | 103 | 62 |
| Binary | 101011 | 11010101 | 10010000 | 1010000 | 0 | 100000 | 10000 | 10011100 | 1000011 | 110010 |
Color Harmonies of #2BD590
Complementary color
Monochromatic Colors of #2BD590
Black with #2BD590
Text Example
Text Example
White with #2BD590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD590; }
p { color: rgb(43,213,144); }
H1.HeaderClassName
{
color: #2BD590;
}
.AnyTagClassName
{
color: #2BD590;
}
</style>
background-color css
<style>
a { background-color: #2BD590; }
a { background-color: rgb(43,213,144); }
div.DivClassName
{
background-color: #2BD590;
}
.BgClassName
{
background-color: #2BD590;
}
</style>
border-color css
<style>
span { border-color: #2BD590; }
span { border-color: rgb(43,213,144); }
td.TdClassName
{
border-color: #2BD590;
}
.TagClassName
{
border-color: #2BD590;
}
</style>