Shades of Niagara #2DA386
Tints of Niagara #2DA386
RGB
CMYK
RGB Variations
Color information
#2DA386 (or 0x2DA386) is known color: Niagara. HEX triplet: 2D, A3 and 86. RGB value is (45,163,134). Sum of RGB (Red+Green+Blue) = 45+163+134=342 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.16% from 342); Green value is 163 (64.06% from 255 or 47.66% from 342); Blue value is 134 (52.73% from 255 or 39.18% from 342); Max value from RGB is 163 - color contains mainly: green. Hex color #2DA386 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2DA386 is #D25C79. Grayscale: #7C7C7C. Windows color (decimal): -13786234 or 8823597. OLE color: 8823597.
HSL color Cylindrical-coordinate representation of color #2DA386: hue angle of 165.25º 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 #2DA386 is Cyan = 0.72, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 45 | 163 | 134 | - |
| CMYK | 0.72 | 0 | 0.18 | 0.36 |
| HSL | 165.25º | 0.57% | 0.41% | - |
| HSV(B) | 165.25º | 0.72% | 0.64% | - |
| XYZ | 18.48 | 28.47 | 27.08 | - |
| YUV | 124.41 | 133.41 | 71.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 163 | 134 | 0.72 | 0 | 0.18 | 0.36 | 165.25 | 0.57 | 0.41 |
| Hex | 2D | A3 | 86 | 48 | 0 | 12 | 24 | A5 | 39 | 29 |
| Octal | 55 | 243 | 206 | 110 | 0 | 22 | 44 | 245 | 71 | 51 |
| Binary | 101101 | 10100011 | 10000110 | 1001000 | 0 | 10010 | 100100 | 10100101 | 111001 | 101001 |
Color Harmonies of #2DA386
Complementary color
Monochromatic Colors of #2DA386
Black with #2DA386
Text Example
Text Example
White with #2DA386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA386; }
p { color: rgb(45,163,134); }
H1.HeaderClassName
{
color: #2DA386;
}
.AnyTagClassName
{
color: #2DA386;
}
</style>
background-color css
<style>
a { background-color: #2DA386; }
a { background-color: rgb(45,163,134); }
div.DivClassName
{
background-color: #2DA386;
}
.BgClassName
{
background-color: #2DA386;
}
</style>
border-color css
<style>
span { border-color: #2DA386; }
span { border-color: rgb(45,163,134); }
td.TdClassName
{
border-color: #2DA386;
}
.TagClassName
{
border-color: #2DA386;
}
</style>