Shades of Niagara #2DAC95
Tints of Niagara #2DAC95
RGB
CMYK
RGB Variations
Color information
#2DAC95 (or 0x2DAC95) is known color: Niagara. HEX triplet: 2D, AC and 95. RGB value is (45,172,149). Sum of RGB (Red+Green+Blue) = 45+172+149=366 (48% of max value = 765). Red value is 45 (17.97% from 255 or 12.30% from 366); Green value is 172 (67.58% from 255 or 46.99% from 366); Blue value is 149 (58.59% from 255 or 40.71% from 366); Max value from RGB is 172 - color contains mainly: green. Hex color #2DAC95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2DAC95 is #D2536A. Grayscale: #838383. Windows color (decimal): -13783915 or 9808941. OLE color: 9808941.
HSL color Cylindrical-coordinate representation of color #2DAC95: hue angle of 169.13º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2DAC95 is Cyan = 0.74, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 172 | 149 | - |
| CMYK | 0.74 | 0 | 0.13 | 0.33 |
| HSL | 169.13º | 0.59% | 0.43% | - |
| HSV(B) | 169.13º | 0.74% | 0.67% | - |
| XYZ | 21.26 | 32.23 | 33.53 | - |
| YUV | 131.41 | 137.92 | 66.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 172 | 149 | 0.74 | 0 | 0.13 | 0.33 | 169.13 | 0.59 | 0.43 |
| Hex | 2D | AC | 95 | 4A | 0 | D | 21 | A9 | 3B | 2B |
| Octal | 55 | 254 | 225 | 112 | 0 | 15 | 41 | 251 | 73 | 53 |
| Binary | 101101 | 10101100 | 10010101 | 1001010 | 0 | 1101 | 100001 | 10101001 | 111011 | 101011 |
Color Harmonies of #2DAC95
Complementary color
Monochromatic Colors of #2DAC95
Black with #2DAC95
Text Example
Text Example
White with #2DAC95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAC95; }
p { color: rgb(45,172,149); }
H1.HeaderClassName
{
color: #2DAC95;
}
.AnyTagClassName
{
color: #2DAC95;
}
</style>
background-color css
<style>
a { background-color: #2DAC95; }
a { background-color: rgb(45,172,149); }
div.DivClassName
{
background-color: #2DAC95;
}
.BgClassName
{
background-color: #2DAC95;
}
</style>
border-color css
<style>
span { border-color: #2DAC95; }
span { border-color: rgb(45,172,149); }
td.TdClassName
{
border-color: #2DAC95;
}
.TagClassName
{
border-color: #2DAC95;
}
</style>