Shades of Shamrock #2BD095
Tints of Shamrock #2BD095
RGB
CMYK
RGB Variations
Color information
#2BD095 (or 0x2BD095) is known color: Shamrock. HEX triplet: 2B, D0 and 95. RGB value is (43,208,149). Sum of RGB (Red+Green+Blue) = 43+208+149=400 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.75% from 400); Green value is 208 (81.64% from 255 or 52% from 400); Blue value is 149 (58.59% from 255 or 37.25% from 400); Max value from RGB is 208 - color contains mainly: green. Hex color #2BD095 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BD095 is #D42F6A. Grayscale: #989898. Windows color (decimal): -13905771 or 9818155. OLE color: 9818155.
HSL color Cylindrical-coordinate representation of color #2BD095: hue angle of 158.55º 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 #2BD095 is Cyan = 0.79, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 43 | 208 | 149 | - |
| CMYK | 0.79 | 0 | 0.28 | 0.18 |
| HSL | 158.55º | 0.66% | 0.49% | - |
| HSV(B) | 158.55º | 0.79% | 0.82% | - |
| XYZ | 28.98 | 47.8 | 36.13 | - |
| YUV | 151.94 | 126.34 | 50.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 208 | 149 | 0.79 | 0 | 0.28 | 0.18 | 158.55 | 0.66 | 0.49 |
| Hex | 2B | D0 | 95 | 4F | 0 | 1C | 12 | 9F | 42 | 31 |
| Octal | 53 | 320 | 225 | 117 | 0 | 34 | 22 | 237 | 102 | 61 |
| Binary | 101011 | 11010000 | 10010101 | 1001111 | 0 | 11100 | 10010 | 10011111 | 1000010 | 110001 |
Color Harmonies of #2BD095
Complementary color
Monochromatic Colors of #2BD095
Black with #2BD095
Text Example
Text Example
White with #2BD095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD095; }
p { color: rgb(43,208,149); }
H1.HeaderClassName
{
color: #2BD095;
}
.AnyTagClassName
{
color: #2BD095;
}
</style>
background-color css
<style>
a { background-color: #2BD095; }
a { background-color: rgb(43,208,149); }
div.DivClassName
{
background-color: #2BD095;
}
.BgClassName
{
background-color: #2BD095;
}
</style>
border-color css
<style>
span { border-color: #2BD095; }
span { border-color: rgb(43,208,149); }
td.TdClassName
{
border-color: #2BD095;
}
.TagClassName
{
border-color: #2BD095;
}
</style>