Shades of Niagara #2CA592
Tints of Niagara #2CA592
RGB
CMYK
RGB Variations
Color information
#2CA592 (or 0x2CA592) is known color: Niagara. HEX triplet: 2C, A5 and 92. RGB value is (44,165,146). Sum of RGB (Red+Green+Blue) = 44+165+146=355 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.39% from 355); Green value is 165 (64.84% from 255 or 46.48% from 355); Blue value is 146 (57.42% from 255 or 41.13% from 355); Max value from RGB is 165 - color contains mainly: green. Hex color #2CA592 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2CA592 is #D35A6D. Grayscale: #7E7E7E. Windows color (decimal): -13851246 or 9610540. OLE color: 9610540.
HSL color Cylindrical-coordinate representation of color #2CA592: hue angle of 170.58º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2CA592 is Cyan = 0.73, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 44 | 165 | 146 | - |
| CMYK | 0.73 | 0 | 0.12 | 0.35 |
| HSL | 170.58º | 0.58% | 0.41% | - |
| HSV(B) | 170.58º | 0.73% | 0.65% | - |
| XYZ | 19.68 | 29.52 | 31.85 | - |
| YUV | 126.66 | 138.91 | 69.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 165 | 146 | 0.73 | 0 | 0.12 | 0.35 | 170.58 | 0.58 | 0.41 |
| Hex | 2C | A5 | 92 | 49 | 0 | C | 23 | AB | 3A | 29 |
| Octal | 54 | 245 | 222 | 111 | 0 | 14 | 43 | 253 | 72 | 51 |
| Binary | 101100 | 10100101 | 10010010 | 1001001 | 0 | 1100 | 100011 | 10101011 | 111010 | 101001 |
Color Harmonies of #2CA592
Complementary color
Monochromatic Colors of #2CA592
Black with #2CA592
Text Example
Text Example
White with #2CA592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CA592; }
p { color: rgb(44,165,146); }
H1.HeaderClassName
{
color: #2CA592;
}
.AnyTagClassName
{
color: #2CA592;
}
</style>
background-color css
<style>
a { background-color: #2CA592; }
a { background-color: rgb(44,165,146); }
div.DivClassName
{
background-color: #2CA592;
}
.BgClassName
{
background-color: #2CA592;
}
</style>
border-color css
<style>
span { border-color: #2CA592; }
span { border-color: rgb(44,165,146); }
td.TdClassName
{
border-color: #2CA592;
}
.TagClassName
{
border-color: #2CA592;
}
</style>