Shades of Niagara #2DA287
Tints of Niagara #2DA287
RGB
CMYK
RGB Variations
Color information
#2DA287 (or 0x2DA287) is known color: Niagara. HEX triplet: 2D, A2 and 87. RGB value is (45,162,135). Sum of RGB (Red+Green+Blue) = 45+162+135=342 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.16% from 342); Green value is 162 (63.67% from 255 or 47.37% from 342); Blue value is 135 (53.12% from 255 or 39.47% from 342); Max value from RGB is 162 - color contains mainly: green. Hex color #2DA287 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2DA287 is #D25D78. Grayscale: #7B7B7B. Windows color (decimal): -13786489 or 8888877. OLE color: 8888877.
HSL color Cylindrical-coordinate representation of color #2DA287: hue angle of 166.15º 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 #2DA287 is Cyan = 0.72, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 45 | 162 | 135 | - |
| CMYK | 0.72 | 0 | 0.17 | 0.36 |
| HSL | 166.15º | 0.57% | 0.41% | - |
| HSV(B) | 166.15º | 0.72% | 0.64% | - |
| XYZ | 18.38 | 28.15 | 27.39 | - |
| YUV | 123.94 | 134.24 | 71.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 162 | 135 | 0.72 | 0 | 0.17 | 0.36 | 166.15 | 0.57 | 0.41 |
| Hex | 2D | A2 | 87 | 48 | 0 | 11 | 24 | A6 | 39 | 29 |
| Octal | 55 | 242 | 207 | 110 | 0 | 21 | 44 | 246 | 71 | 51 |
| Binary | 101101 | 10100010 | 10000111 | 1001000 | 0 | 10001 | 100100 | 10100110 | 111001 | 101001 |
Color Harmonies of #2DA287
Complementary color
Monochromatic Colors of #2DA287
Black with #2DA287
Text Example
Text Example
White with #2DA287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA287; }
p { color: rgb(45,162,135); }
H1.HeaderClassName
{
color: #2DA287;
}
.AnyTagClassName
{
color: #2DA287;
}
</style>
background-color css
<style>
a { background-color: #2DA287; }
a { background-color: rgb(45,162,135); }
div.DivClassName
{
background-color: #2DA287;
}
.BgClassName
{
background-color: #2DA287;
}
</style>
border-color css
<style>
span { border-color: #2DA287; }
span { border-color: rgb(45,162,135); }
td.TdClassName
{
border-color: #2DA287;
}
.TagClassName
{
border-color: #2DA287;
}
</style>