Shades of Niagara #2CA28B
Tints of Niagara #2CA28B
RGB
CMYK
RGB Variations
Color information
#2CA28B (or 0x2CA28B) is known color: Niagara. HEX triplet: 2C, A2 and 8B. RGB value is (44,162,139). Sum of RGB (Red+Green+Blue) = 44+162+139=345 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.75% from 345); Green value is 162 (63.67% from 255 or 46.96% from 345); Blue value is 139 (54.69% from 255 or 40.29% from 345); Max value from RGB is 162 - color contains mainly: green. Hex color #2CA28B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2CA28B is #D35D74. Grayscale: #7C7C7C. Windows color (decimal): -13852021 or 9151020. OLE color: 9151020.
HSL color Cylindrical-coordinate representation of color #2CA28B: hue angle of 168.31º degrees, saturation: 0.57, 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 #2CA28B is Cyan = 0.73, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 44 | 162 | 139 | - |
| CMYK | 0.73 | 0 | 0.14 | 0.36 |
| HSL | 168.31º | 0.57% | 0.4% | - |
| HSV(B) | 168.31º | 0.73% | 0.64% | - |
| XYZ | 18.62 | 28.24 | 28.9 | - |
| YUV | 124.1 | 136.41 | 70.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 162 | 139 | 0.73 | 0 | 0.14 | 0.36 | 168.31 | 0.57 | 0.4 |
| Hex | 2C | A2 | 8B | 49 | 0 | E | 24 | A8 | 39 | 28 |
| Octal | 54 | 242 | 213 | 111 | 0 | 16 | 44 | 250 | 71 | 50 |
| Binary | 101100 | 10100010 | 10001011 | 1001001 | 0 | 1110 | 100100 | 10101000 | 111001 | 101000 |
Color Harmonies of #2CA28B
Complementary color
Monochromatic Colors of #2CA28B
Black with #2CA28B
Text Example
Text Example
White with #2CA28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CA28B; }
p { color: rgb(44,162,139); }
H1.HeaderClassName
{
color: #2CA28B;
}
.AnyTagClassName
{
color: #2CA28B;
}
</style>
background-color css
<style>
a { background-color: #2CA28B; }
a { background-color: rgb(44,162,139); }
div.DivClassName
{
background-color: #2CA28B;
}
.BgClassName
{
background-color: #2CA28B;
}
</style>
border-color css
<style>
span { border-color: #2CA28B; }
span { border-color: rgb(44,162,139); }
td.TdClassName
{
border-color: #2CA28B;
}
.TagClassName
{
border-color: #2CA28B;
}
</style>