Shades of Niagara #2BA28A
Tints of Niagara #2BA28A
RGB
CMYK
RGB Variations
Color information
#2BA28A (or 0x2BA28A) is known color: Niagara. HEX triplet: 2B, A2 and 8A. RGB value is (43,162,138). Sum of RGB (Red+Green+Blue) = 43+162+138=343 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.54% from 343); Green value is 162 (63.67% from 255 or 47.23% from 343); Blue value is 138 (54.30% from 255 or 40.23% from 343); Max value from RGB is 162 - color contains mainly: green. Hex color #2BA28A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BA28A is #D45D75. Grayscale: #7B7B7B. Windows color (decimal): -13917558 or 9085483. OLE color: 9085483.
HSL color Cylindrical-coordinate representation of color #2BA28A: hue angle of 167.9º 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 #2BA28A is Cyan = 0.73, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 43 | 162 | 138 | - |
| CMYK | 0.73 | 0 | 0.15 | 0.36 |
| HSL | 167.9º | 0.58% | 0.4% | - |
| HSV(B) | 167.9º | 0.73% | 0.64% | - |
| XYZ | 18.5 | 28.19 | 28.51 | - |
| YUV | 123.68 | 136.08 | 70.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 162 | 138 | 0.73 | 0 | 0.15 | 0.36 | 167.9 | 0.58 | 0.4 |
| Hex | 2B | A2 | 8A | 49 | 0 | F | 24 | A8 | 3A | 28 |
| Octal | 53 | 242 | 212 | 111 | 0 | 17 | 44 | 250 | 72 | 50 |
| Binary | 101011 | 10100010 | 10001010 | 1001001 | 0 | 1111 | 100100 | 10101000 | 111010 | 101000 |
Color Harmonies of #2BA28A
Complementary color
Monochromatic Colors of #2BA28A
Black with #2BA28A
Text Example
Text Example
White with #2BA28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA28A; }
p { color: rgb(43,162,138); }
H1.HeaderClassName
{
color: #2BA28A;
}
.AnyTagClassName
{
color: #2BA28A;
}
</style>
background-color css
<style>
a { background-color: #2BA28A; }
a { background-color: rgb(43,162,138); }
div.DivClassName
{
background-color: #2BA28A;
}
.BgClassName
{
background-color: #2BA28A;
}
</style>
border-color css
<style>
span { border-color: #2BA28A; }
span { border-color: rgb(43,162,138); }
td.TdClassName
{
border-color: #2BA28A;
}
.TagClassName
{
border-color: #2BA28A;
}
</style>