Shades of Niagara #2DA587
Tints of Niagara #2DA587
RGB
CMYK
RGB Variations
Color information
#2DA587 (or 0x2DA587) is known color: Niagara. HEX triplet: 2D, A5 and 87. RGB value is (45,165,135). Sum of RGB (Red+Green+Blue) = 45+165+135=345 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.04% from 345); Green value is 165 (64.84% from 255 or 47.83% from 345); Blue value is 135 (53.12% from 255 or 39.13% from 345); Max value from RGB is 165 - color contains mainly: green. Hex color #2DA587 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2DA587 is #D25A78. Grayscale: #7D7D7D. Windows color (decimal): -13785721 or 8889645. OLE color: 8889645.
HSL color Cylindrical-coordinate representation of color #2DA587: hue angle of 165º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2DA587 is Cyan = 0.73, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 45 | 165 | 135 | - |
| CMYK | 0.73 | 0 | 0.18 | 0.35 |
| HSL | 165º | 0.57% | 0.41% | - |
| HSV(B) | 165º | 0.73% | 0.65% | - |
| XYZ | 18.91 | 29.22 | 27.56 | - |
| YUV | 125.7 | 133.24 | 70.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 165 | 135 | 0.73 | 0 | 0.18 | 0.35 | 165 | 0.57 | 0.41 |
| Hex | 2D | A5 | 87 | 49 | 0 | 12 | 23 | A5 | 39 | 29 |
| Octal | 55 | 245 | 207 | 111 | 0 | 22 | 43 | 245 | 71 | 51 |
| Binary | 101101 | 10100101 | 10000111 | 1001001 | 0 | 10010 | 100011 | 10100101 | 111001 | 101001 |
Color Harmonies of #2DA587
Complementary color
Monochromatic Colors of #2DA587
Black with #2DA587
Text Example
Text Example
White with #2DA587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA587; }
p { color: rgb(45,165,135); }
H1.HeaderClassName
{
color: #2DA587;
}
.AnyTagClassName
{
color: #2DA587;
}
</style>
background-color css
<style>
a { background-color: #2DA587; }
a { background-color: rgb(45,165,135); }
div.DivClassName
{
background-color: #2DA587;
}
.BgClassName
{
background-color: #2DA587;
}
</style>
border-color css
<style>
span { border-color: #2DA587; }
span { border-color: rgb(45,165,135); }
td.TdClassName
{
border-color: #2DA587;
}
.TagClassName
{
border-color: #2DA587;
}
</style>