#2DA690

Color #2DA690 Niagara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Niagara #2DA690

Tints of Niagara #2DA690

Color information

#2DA690 (or 0x2DA690) is unknown color: approx Niagara. HEX triplet: 2D, A6 and 90. RGB value is (45,166,144). Sum of RGB (Red+Green+Blue) = 45+166+144=355 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.68% from 355); Green value is 166 (65.23% from 255 or 46.76% from 355); Blue value is 144 (56.64% from 255 or 40.56% from 355); Max value from RGB is 166 - color contains mainly: green. Hex color #2DA690 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2DA690 is #D2596F. Grayscale: #7F7F7F. Windows color (decimal): -13785456 or 9479725. OLE color: 9479725.

HSL color Cylindrical-coordinate representation of color #2DA690: hue angle of 169.09º 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 #2DA690 is Cyan = 0.73, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB45166144-
CMYK0.7300.130.35
HSL169.09º57.35%41.37%-
HSV(B)169.09º72.89%65.1%-
XYZ19.7529.8431.1-
YUV127.31137.4169.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 45 (17.97% from 255) = 12.68%
GREEN value IS 166 (65.23% from 255) = 46.76%
BLUE value IS 144 (56.64% from 255) = 40.56%
R=12.68%
G=46.76%
B=40.56%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal451661440.7300.130.35169.0957.3541.37
Hex2DA690490D23a93929
Octal55246220111015432517151
Binary101101101001101001000010010010110110001110101001111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DA690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2DA690; }

 p { color: rgb(45,166,144); }

 H1.HeaderClassName
 {
   color: #2DA690;
 }
 .AnyTagClassName
 {
   color: #2DA690;
 }
</style>
background-color css

<style>
 a { background-color: #2DA690; }

 a { background-color: rgb(45,166,144); }

 div.DivClassName
 {
   background-color: #2DA690;
 }
 .BgClassName
 {
   background-color: #2DA690;
 }
</style>
border-color css

<style>
 span { border-color: #2DA690; }

 span { border-color: rgb(45,166,144); }

 td.TdClassName
 {
   border-color: #2DA690;
 }
 .TagClassName
 {
   border-color: #2DA690;
 }
</style>