Shades of Niagara #2DA294
Tints of Niagara #2DA294
RGB
CMYK
RGB Variations
Color information
#2DA294 (or 0x2DA294) is known color: Niagara. HEX triplet: 2D, A2 and 94. RGB value is (45,162,148). Sum of RGB (Red+Green+Blue) = 45+162+148=355 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.68% from 355); Green value is 162 (63.67% from 255 or 45.63% from 355); Blue value is 148 (58.20% from 255 or 41.69% from 355); Max value from RGB is 162 - color contains mainly: green. Hex color #2DA294 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2DA294 is #D25D6B. Grayscale: #7D7D7D. Windows color (decimal): -13786476 or 9740845. OLE color: 9740845.
HSL color Cylindrical-coordinate representation of color #2DA294: hue angle of 172.82º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2DA294 is Cyan = 0.72, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 45 | 162 | 148 | - |
| CMYK | 0.72 | 0 | 0.09 | 0.36 |
| HSL | 172.82º | 0.57% | 0.41% | - |
| HSV(B) | 172.82º | 0.72% | 0.64% | - |
| XYZ | 19.35 | 28.54 | 32.51 | - |
| YUV | 125.42 | 140.74 | 70.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 162 | 148 | 0.72 | 0 | 0.09 | 0.36 | 172.82 | 0.57 | 0.41 |
| Hex | 2D | A2 | 94 | 48 | 0 | 9 | 24 | AD | 39 | 29 |
| Octal | 55 | 242 | 224 | 110 | 0 | 11 | 44 | 255 | 71 | 51 |
| Binary | 101101 | 10100010 | 10010100 | 1001000 | 0 | 1001 | 100100 | 10101101 | 111001 | 101001 |
Color Harmonies of #2DA294
Complementary color
Monochromatic Colors of #2DA294
Black with #2DA294
Text Example
Text Example
White with #2DA294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA294; }
p { color: rgb(45,162,148); }
H1.HeaderClassName
{
color: #2DA294;
}
.AnyTagClassName
{
color: #2DA294;
}
</style>
background-color css
<style>
a { background-color: #2DA294; }
a { background-color: rgb(45,162,148); }
div.DivClassName
{
background-color: #2DA294;
}
.BgClassName
{
background-color: #2DA294;
}
</style>
border-color css
<style>
span { border-color: #2DA294; }
span { border-color: rgb(45,162,148); }
td.TdClassName
{
border-color: #2DA294;
}
.TagClassName
{
border-color: #2DA294;
}
</style>