Shades of Niagara #2CB791
Tints of Niagara #2CB791
RGB
CMYK
RGB Variations
Color information
#2CB791 (or 0x2CB791) is known color: Niagara. HEX triplet: 2C, B7 and 91. RGB value is (44,183,145). Sum of RGB (Red+Green+Blue) = 44+183+145=372 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.83% from 372); Green value is 183 (71.88% from 255 or 49.19% from 372); Blue value is 145 (57.03% from 255 or 38.98% from 372); Max value from RGB is 183 - color contains mainly: green. Hex color #2CB791 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CB791 is #D3486E. Grayscale: #898989. Windows color (decimal): -13846639 or 9549612. OLE color: 9549612.
HSL color Cylindrical-coordinate representation of color #2CB791: hue angle of 163.6º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2CB791 is Cyan = 0.76, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 44 | 183 | 145 | - |
| CMYK | 0.76 | 0 | 0.21 | 0.28 |
| HSL | 163.6º | 0.61% | 0.45% | - |
| HSV(B) | 163.6º | 0.76% | 0.72% | - |
| XYZ | 23.08 | 36.45 | 32.61 | - |
| YUV | 137.11 | 132.45 | 61.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 183 | 145 | 0.76 | 0 | 0.21 | 0.28 | 163.6 | 0.61 | 0.45 |
| Hex | 2C | B7 | 91 | 4C | 0 | 15 | 1C | A4 | 3D | 2D |
| Octal | 54 | 267 | 221 | 114 | 0 | 25 | 34 | 244 | 75 | 55 |
| Binary | 101100 | 10110111 | 10010001 | 1001100 | 0 | 10101 | 11100 | 10100100 | 111101 | 101101 |
Color Harmonies of #2CB791
Complementary color
Monochromatic Colors of #2CB791
Black with #2CB791
Text Example
Text Example
White with #2CB791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB791; }
p { color: rgb(44,183,145); }
H1.HeaderClassName
{
color: #2CB791;
}
.AnyTagClassName
{
color: #2CB791;
}
</style>
background-color css
<style>
a { background-color: #2CB791; }
a { background-color: rgb(44,183,145); }
div.DivClassName
{
background-color: #2CB791;
}
.BgClassName
{
background-color: #2CB791;
}
</style>
border-color css
<style>
span { border-color: #2CB791; }
span { border-color: rgb(44,183,145); }
td.TdClassName
{
border-color: #2CB791;
}
.TagClassName
{
border-color: #2CB791;
}
</style>