Shades of Shamrock #2BCA93
Tints of Shamrock #2BCA93
RGB
CMYK
RGB Variations
Color information
#2BCA93 (or 0x2BCA93) is known color: Shamrock. HEX triplet: 2B, CA and 93. RGB value is (43,202,147). Sum of RGB (Red+Green+Blue) = 43+202+147=392 (51% of max value = 765). Red value is 43 (17.19% from 255 or 10.97% from 392); Green value is 202 (79.30% from 255 or 51.53% from 392); Blue value is 147 (57.81% from 255 or 37.5% from 392); Max value from RGB is 202 - color contains mainly: green. Hex color #2BCA93 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BCA93 is #D4356C. Grayscale: #949494. Windows color (decimal): -13907309 or 9685547. OLE color: 9685547.
HSL color Cylindrical-coordinate representation of color #2BCA93: hue angle of 159.25º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BCA93 is Cyan = 0.79, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 43 | 202 | 147 | - |
| CMYK | 0.79 | 0 | 0.27 | 0.21 |
| HSL | 159.25º | 0.65% | 0.48% | - |
| HSV(B) | 159.25º | 0.79% | 0.79% | - |
| XYZ | 27.38 | 44.86 | 34.82 | - |
| YUV | 148.19 | 127.32 | 52.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 202 | 147 | 0.79 | 0 | 0.27 | 0.21 | 159.25 | 0.65 | 0.48 |
| Hex | 2B | CA | 93 | 4F | 0 | 1B | 15 | 9F | 41 | 30 |
| Octal | 53 | 312 | 223 | 117 | 0 | 33 | 25 | 237 | 101 | 60 |
| Binary | 101011 | 11001010 | 10010011 | 1001111 | 0 | 11011 | 10101 | 10011111 | 1000001 | 110000 |
Color Harmonies of #2BCA93
Complementary color
Monochromatic Colors of #2BCA93
Black with #2BCA93
Text Example
Text Example
White with #2BCA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCA93; }
p { color: rgb(43,202,147); }
H1.HeaderClassName
{
color: #2BCA93;
}
.AnyTagClassName
{
color: #2BCA93;
}
</style>
background-color css
<style>
a { background-color: #2BCA93; }
a { background-color: rgb(43,202,147); }
div.DivClassName
{
background-color: #2BCA93;
}
.BgClassName
{
background-color: #2BCA93;
}
</style>
border-color css
<style>
span { border-color: #2BCA93; }
span { border-color: rgb(43,202,147); }
td.TdClassName
{
border-color: #2BCA93;
}
.TagClassName
{
border-color: #2BCA93;
}
</style>