Shades of Niagara #2DA389
Tints of Niagara #2DA389
RGB
CMYK
RGB Variations
Color information
#2DA389 (or 0x2DA389) is known color: Niagara. HEX triplet: 2D, A3 and 89. RGB value is (45,163,137). Sum of RGB (Red+Green+Blue) = 45+163+137=345 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.04% from 345); Green value is 163 (64.06% from 255 or 47.25% from 345); Blue value is 137 (53.91% from 255 or 39.71% from 345); Max value from RGB is 163 - color contains mainly: green. Hex color #2DA389 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2DA389 is #D25C76. Grayscale: #7C7C7C. Windows color (decimal): -13786231 or 9020205. OLE color: 9020205.
HSL color Cylindrical-coordinate representation of color #2DA389: hue angle of 166.78º 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 #2DA389 is Cyan = 0.72, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 45 | 163 | 137 | - |
| CMYK | 0.72 | 0 | 0.16 | 0.36 |
| HSL | 166.78º | 0.57% | 0.41% | - |
| HSV(B) | 166.78º | 0.72% | 0.64% | - |
| XYZ | 18.69 | 28.56 | 28.19 | - |
| YUV | 124.75 | 134.91 | 71.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 163 | 137 | 0.72 | 0 | 0.16 | 0.36 | 166.78 | 0.57 | 0.41 |
| Hex | 2D | A3 | 89 | 48 | 0 | 10 | 24 | A7 | 39 | 29 |
| Octal | 55 | 243 | 211 | 110 | 0 | 20 | 44 | 247 | 71 | 51 |
| Binary | 101101 | 10100011 | 10001001 | 1001000 | 0 | 10000 | 100100 | 10100111 | 111001 | 101001 |
Color Harmonies of #2DA389
Complementary color
Monochromatic Colors of #2DA389
Black with #2DA389
Text Example
Text Example
White with #2DA389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA389; }
p { color: rgb(45,163,137); }
H1.HeaderClassName
{
color: #2DA389;
}
.AnyTagClassName
{
color: #2DA389;
}
</style>
background-color css
<style>
a { background-color: #2DA389; }
a { background-color: rgb(45,163,137); }
div.DivClassName
{
background-color: #2DA389;
}
.BgClassName
{
background-color: #2DA389;
}
</style>
border-color css
<style>
span { border-color: #2DA389; }
span { border-color: rgb(45,163,137); }
td.TdClassName
{
border-color: #2DA389;
}
.TagClassName
{
border-color: #2DA389;
}
</style>