#2da58f

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

Shades of Niagara #2DA58F

Tints of Niagara #2DA58F

Color information

#2DA58F (or 0x2DA58F) is unknown color: approx Niagara. HEX triplet: 2D, A5 and 8F. RGB value is (45,165,143). Sum of RGB (Red+Green+Blue) = 45+165+143=353 (46% of max value = 765). Red value is 45 (17.97% from 255 or 12.75% from 353); Green value is 165 (64.84% from 255 or 46.74% from 353); Blue value is 143 (56.25% from 255 or 40.51% from 353); Max value from RGB is 165 - color contains mainly: green. Hex color #2DA58F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2DA58F is #D25A70. Grayscale: #7E7E7E. Windows color (decimal): -13785713 or 9413933. OLE color: 9413933.

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

Color convert

RGB45165143-
CMYK0.7300.130.35
HSL169º57.14%41.18%-
HSV(B)169º72.73%64.71%-
XYZ19.529.4530.64-
YUV126.61137.2469.79-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 12.75%
GREEN value IS 165 (64.84% from 255) = 46.74%
BLUE value IS 143 (56.25% from 255) = 40.51%
R=12.75%
G=46.74%
B=40.51%

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
Decimal451651430.7300.130.3516957.1441.18
Hex2DA58F490D23a93929
Octal55245217111015432517151
Binary101101101001011000111110010010110110001110101001111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2da58f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,165,143); }

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

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

 a { background-color: rgb(45,165,143); }

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

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

 span { border-color: rgb(45,165,143); }

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