#2DB294

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

Shades of Niagara #2DB294

Tints of Niagara #2DB294

Color information

#2DB294 (or 0x2DB294) is unknown color: approx Niagara. HEX triplet: 2D, B2 and 94. RGB value is (45,178,148). Sum of RGB (Red+Green+Blue) = 45+178+148=371 (49% of max value = 765). Red value is 45 (17.97% from 255 or 12.13% from 371); Green value is 178 (69.92% from 255 or 47.98% from 371); Blue value is 148 (58.20% from 255 or 39.89% from 371); Max value from RGB is 178 - color contains mainly: green. Hex color #2DB294 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2DB294 is #D24D6B. Grayscale: #868686. Windows color (decimal): -13782380 or 9744941. OLE color: 9744941.

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

Color convert

RGB45178148-
CMYK0.7500.170.30
HSL166.47º59.64%43.73%-
HSV(B)166.47º74.72%69.8%-
XYZ22.3534.5433.51-
YUV134.81135.4463.94-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 12.13%
GREEN value IS 178 (69.92% from 255) = 47.98%
BLUE value IS 148 (58.20% from 255) = 39.89%
R=12.13%
G=47.98%
B=39.89%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal451781480.7500.170.30166.4759.6443.73
Hex2DB2944B0111Ea63c2c
Octal55262224113021362467454
Binary101101101100101001010010010110100011111010100110111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DB294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,178,148); }

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

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

 a { background-color: rgb(45,178,148); }

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

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

 span { border-color: rgb(45,178,148); }

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