#2DB49A

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

Shades of Niagara #2DB49A

Tints of Niagara #2DB49A

Color information

#2DB49A (or 0x2DB49A) is unknown color: approx Niagara. HEX triplet: 2D, B4 and 9A. RGB value is (45,180,154). Sum of RGB (Red+Green+Blue) = 45+180+154=379 (50% of max value = 765). Red value is 45 (17.97% from 255 or 11.87% from 379); Green value is 180 (70.70% from 255 or 47.49% from 379); Blue value is 154 (60.55% from 255 or 40.63% from 379); Max value from RGB is 180 - color contains mainly: green. Hex color #2DB49A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DB49A is #D24B65. Grayscale: #888888. Windows color (decimal): -13781862 or 10138669. OLE color: 10138669.

HSL color Cylindrical-coordinate representation of color #2DB49A: hue angle of 168.44º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2DB49A is Cyan = 0.75, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB45180154-
CMYK0.7500.140.29
HSL168.44º60%44.12%-
HSV(B)168.44º75%70.59%-
XYZ23.2435.5336.21-
YUV136.67137.7762.61-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 11.87%
GREEN value IS 180 (70.70% from 255) = 47.49%
BLUE value IS 154 (60.55% from 255) = 40.63%
R=11.87%
G=47.49%
B=40.63%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal451801540.7500.140.29168.446044.12
Hex2DB49A4B0E1Da83c2c
Octal55264232113016352507454
Binary10110110110100100110101001011011101110110101000111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DB49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,180,154); }

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

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

 a { background-color: rgb(45,180,154); }

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

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

 span { border-color: rgb(45,180,154); }

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