#2ba795

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

Shades of Niagara #2BA795

Tints of Niagara #2BA795

Color information

#2BA795 (or 0x2BA795) is unknown color: approx Niagara. HEX triplet: 2B, A7 and 95. RGB value is (43,167,149). Sum of RGB (Red+Green+Blue) = 43+167+149=359 (47% of max value = 765). Red value is 43 (17.19% from 255 or 11.98% from 359); Green value is 167 (65.62% from 255 or 46.52% from 359); Blue value is 149 (58.59% from 255 or 41.50% from 359); Max value from RGB is 167 - color contains mainly: green. Hex color #2BA795 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BA795 is #D4586A. Grayscale: #7F7F7F. Windows color (decimal): -13916267 or 9807659. OLE color: 9807659.

HSL color Cylindrical-coordinate representation of color #2BA795: hue angle of 171.29º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2BA795 is Cyan = 0.74, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB43167149-
CMYK0.7400.110.35
HSL171.29º59.05%41.18%-
HSV(B)171.29º74.25%65.49%-
XYZ20.2430.3233.22-
YUV127.87139.9267.46-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 11.98%
GREEN value IS 167 (65.62% from 255) = 46.52%
BLUE value IS 149 (58.59% from 255) = 41.50%
R=11.98%
G=46.52%
B=41.50%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal431671490.7400.110.35171.2959.0541.18
Hex2BA7954A0B23ab3b29
Octal53247225112013432537351
Binary101011101001111001010110010100101110001110101011111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ba795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,167,149); }

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

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

 a { background-color: rgb(43,167,149); }

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

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

 span { border-color: rgb(43,167,149); }

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