Shades of Shamrock #2CBF99
Tints of Shamrock #2CBF99
RGB
CMYK
RGB Variations
Color information
#2CBF99 (or 0x2CBF99) is known color: Shamrock. HEX triplet: 2C, BF and 99. RGB value is (44,191,153). Sum of RGB (Red+Green+Blue) = 44+191+153=388 (51% of max value = 765). Red value is 44 (17.58% from 255 or 11.34% from 388); Green value is 191 (75% from 255 or 49.23% from 388); Blue value is 153 (60.16% from 255 or 39.43% from 388); Max value from RGB is 191 - color contains mainly: green. Hex color #2CBF99 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CBF99 is #D34066. Grayscale: #8E8E8E. Windows color (decimal): -13844583 or 10075948. OLE color: 10075948.
HSL color Cylindrical-coordinate representation of color #2CBF99: hue angle of 164.49º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2CBF99 is Cyan = 0.77, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 44 | 191 | 153 | - |
| CMYK | 0.77 | 0 | 0.20 | 0.25 |
| HSL | 164.49º | 0.63% | 0.46% | - |
| HSV(B) | 164.49º | 0.77% | 0.75% | - |
| XYZ | 25.42 | 40.1 | 36.54 | - |
| YUV | 142.72 | 133.8 | 57.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 191 | 153 | 0.77 | 0 | 0.20 | 0.25 | 164.49 | 0.63 | 0.46 |
| Hex | 2C | BF | 99 | 4D | 0 | 14 | 19 | A4 | 3F | 2E |
| Octal | 54 | 277 | 231 | 115 | 0 | 24 | 31 | 244 | 77 | 56 |
| Binary | 101100 | 10111111 | 10011001 | 1001101 | 0 | 10100 | 11001 | 10100100 | 111111 | 101110 |
Color Harmonies of #2CBF99
Complementary color
Monochromatic Colors of #2CBF99
Black with #2CBF99
Text Example
Text Example
White with #2CBF99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBF99; }
p { color: rgb(44,191,153); }
H1.HeaderClassName
{
color: #2CBF99;
}
.AnyTagClassName
{
color: #2CBF99;
}
</style>
background-color css
<style>
a { background-color: #2CBF99; }
a { background-color: rgb(44,191,153); }
div.DivClassName
{
background-color: #2CBF99;
}
.BgClassName
{
background-color: #2CBF99;
}
</style>
border-color css
<style>
span { border-color: #2CBF99; }
span { border-color: rgb(44,191,153); }
td.TdClassName
{
border-color: #2CBF99;
}
.TagClassName
{
border-color: #2CBF99;
}
</style>