#2DA293

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

Shades of Niagara #2DA293

Tints of Niagara #2DA293

Color information

#2DA293 (or 0x2DA293) is unknown color: approx Niagara. HEX triplet: 2D, A2 and 93. RGB value is (45,162,147). Sum of RGB (Red+Green+Blue) = 45+162+147=354 (46% of max value = 765). Red value is 45 (17.97% from 255 or 12.71% from 354); Green value is 162 (63.67% from 255 or 45.76% from 354); Blue value is 147 (57.81% from 255 or 41.53% from 354); Max value from RGB is 162 - color contains mainly: green. Hex color #2DA293 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2DA293 is #D25D6C. Grayscale: #7D7D7D. Windows color (decimal): -13786477 or 9675309. OLE color: 9675309.

HSL color Cylindrical-coordinate representation of color #2DA293: hue angle of 172.31º 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 #2DA293 is Cyan = 0.72, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB45162147-
CMYK0.7200.090.36
HSL172.31º56.52%40.59%-
HSV(B)172.31º72.22%63.53%-
XYZ19.2728.5132.09-
YUV125.31140.2470.72-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 12.71%
GREEN value IS 162 (63.67% from 255) = 45.76%
BLUE value IS 147 (57.81% from 255) = 41.53%
R=12.71%
G=45.76%
B=41.53%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal451621470.7200.090.36172.3156.5240.59
Hex2DA293480924ac3929
Octal55242223110011442547151
Binary101101101000101001001110010000100110010010101100111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DA293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,162,147); }

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

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

 a { background-color: rgb(45,162,147); }

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

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

 span { border-color: rgb(45,162,147); }

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