Shades of Niagara #2BA285
Tints of Niagara #2BA285
RGB
CMYK
RGB Variations
Color information
#2BA285 (or 0x2BA285) is known color: Niagara. HEX triplet: 2B, A2 and 85. RGB value is (43,162,133). Sum of RGB (Red+Green+Blue) = 43+162+133=338 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.72% from 338); Green value is 162 (63.67% from 255 or 47.93% from 338); Blue value is 133 (52.34% from 255 or 39.35% from 338); Max value from RGB is 162 - color contains mainly: green. Hex color #2BA285 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BA285 is #D45D7A. Grayscale: #7B7B7B. Windows color (decimal): -13917563 or 8757803. OLE color: 8757803.
HSL color Cylindrical-coordinate representation of color #2BA285: hue angle of 165.38º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2BA285 is Cyan = 0.73, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 43 | 162 | 133 | - |
| CMYK | 0.73 | 0 | 0.18 | 0.36 |
| HSL | 165.38º | 0.58% | 0.4% | - |
| HSV(B) | 165.38º | 0.73% | 0.64% | - |
| XYZ | 18.15 | 28.05 | 26.65 | - |
| YUV | 123.11 | 133.58 | 70.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 162 | 133 | 0.73 | 0 | 0.18 | 0.36 | 165.38 | 0.58 | 0.4 |
| Hex | 2B | A2 | 85 | 49 | 0 | 12 | 24 | A5 | 3A | 28 |
| Octal | 53 | 242 | 205 | 111 | 0 | 22 | 44 | 245 | 72 | 50 |
| Binary | 101011 | 10100010 | 10000101 | 1001001 | 0 | 10010 | 100100 | 10100101 | 111010 | 101000 |
Color Harmonies of #2BA285
Complementary color
Monochromatic Colors of #2BA285
Black with #2BA285
Text Example
Text Example
White with #2BA285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA285; }
p { color: rgb(43,162,133); }
H1.HeaderClassName
{
color: #2BA285;
}
.AnyTagClassName
{
color: #2BA285;
}
</style>
background-color css
<style>
a { background-color: #2BA285; }
a { background-color: rgb(43,162,133); }
div.DivClassName
{
background-color: #2BA285;
}
.BgClassName
{
background-color: #2BA285;
}
</style>
border-color css
<style>
span { border-color: #2BA285; }
span { border-color: rgb(43,162,133); }
td.TdClassName
{
border-color: #2BA285;
}
.TagClassName
{
border-color: #2BA285;
}
</style>