#2DA292

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

Shades of Niagara #2DA292

Tints of Niagara #2DA292

Color information

#2DA292 (or 0x2DA292) is unknown color: approx Niagara. HEX triplet: 2D, A2 and 92. RGB value is (45,162,146). Sum of RGB (Red+Green+Blue) = 45+162+146=353 (46% of max value = 765). Red value is 45 (17.97% from 255 or 12.75% from 353); Green value is 162 (63.67% from 255 or 45.89% from 353); Blue value is 146 (57.42% from 255 or 41.36% from 353); Max value from RGB is 162 - color contains mainly: green. Hex color #2DA292 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2DA292 is #D25D6D. Grayscale: #7D7D7D. Windows color (decimal): -13786478 or 9609773. OLE color: 9609773.

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

Color convert

RGB45162146-
CMYK0.7200.100.36
HSL171.79º56.52%40.59%-
HSV(B)171.79º72.22%63.53%-
XYZ19.1928.4731.68-
YUV125.19139.7470.8-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 12.75%
GREEN value IS 162 (63.67% from 255) = 45.89%
BLUE value IS 146 (57.42% from 255) = 41.36%
R=12.75%
G=45.89%
B=41.36%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal451621460.7200.100.36171.7956.5240.59
Hex2DA292480A24ac3929
Octal55242222110012442547151
Binary101101101000101001001010010000101010010010101100111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DA292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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