#2AA285

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

Shades of Niagara #2AA285

Tints of Niagara #2AA285

Color information

#2AA285 (or 0x2AA285) is unknown color: approx Niagara. HEX triplet: 2A, A2 and 85. RGB value is (42,162,133). Sum of RGB (Red+Green+Blue) = 42+162+133=337 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.46% from 337); Green value is 162 (63.67% from 255 or 48.07% from 337); Blue value is 133 (52.34% from 255 or 39.47% from 337); Max value from RGB is 162 - color contains mainly: green. Hex color #2AA285 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AA285 is #D55D7A. Grayscale: #7A7A7A. Windows color (decimal): -13983099 or 8757802. OLE color: 8757802.

HSL color Cylindrical-coordinate representation of color #2AA285: hue angle of 165.5º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2AA285 is Cyan = 0.74, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB42162133-
CMYK0.7400.180.36
HSL165.5º58.82%40%-
HSV(B)165.5º74.07%63.53%-
XYZ18.1128.0326.65-
YUV122.81133.7470.36-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.46%
GREEN value IS 162 (63.67% from 255) = 48.07%
BLUE value IS 133 (52.34% from 255) = 39.47%
R=12.46%
G=48.07%
B=39.47%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal421621330.7400.180.36165.558.8240
Hex2AA2854A01224a63b28
Octal52242205112022442467350
Binary1010101010001010000101100101001001010010010100110111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AA285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,162,133); }

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

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

 a { background-color: rgb(42,162,133); }

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

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

 span { border-color: rgb(42,162,133); }

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