#2DA085

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

Shades of Niagara #2DA085

Tints of Niagara #2DA085

Color information

#2DA085 (or 0x2DA085) is unknown color: approx Niagara. HEX triplet: 2D, A0 and 85. RGB value is (45,160,133). Sum of RGB (Red+Green+Blue) = 45+160+133=338 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.31% from 338); Green value is 160 (62.89% from 255 or 47.34% from 338); Blue value is 133 (52.34% from 255 or 39.35% from 338); Max value from RGB is 160 - color contains mainly: green. Hex color #2DA085 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2DA085 is #D25F7A. Grayscale: #7A7A7A. Windows color (decimal): -13787003 or 8757293. OLE color: 8757293.

HSL color Cylindrical-coordinate representation of color #2DA085: hue angle of 165.91º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2DA085 is Cyan = 0.72, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.37.

Color convert

RGB45160133-
CMYK0.7200.170.37
HSL165.91º56.1%40.2%-
HSV(B)165.91º71.88%62.75%-
XYZ17.8927.3926.53-
YUV122.54133.972.7-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.31%
GREEN value IS 160 (62.89% from 255) = 47.34%
BLUE value IS 133 (52.34% from 255) = 39.35%
R=13.31%
G=47.34%
B=39.35%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal451601330.7200.170.37165.9156.140.2
Hex2DA0854801125a63828
Octal55240205110021452467050
Binary1011011010000010000101100100001000110010110100110111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DA085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,160,133); }

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

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

 a { background-color: rgb(45,160,133); }

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

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

 span { border-color: rgb(45,160,133); }

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